//返回顶部
$(".fixed_top").click(function(){
var body = $("html, body");
body.stop().animate({scrollTop:0}, 500, 'swing',function(){ $(".fixed_top").hide(); });
})
var currentPosition,timer;
function GoTop(){
timer=setInterval("runToTop()",1);
}
window.onmousewheel=function(){
t=document.documentElement.scrollTop || document.body.scrollTop;
if (t > 400) {
$(".fixed_top").show();
} else {
$(".fixed_top").hide();
}
}
function runToTop(){
currentPosition=document.documentElement.scrollTop || document.body.scrollTop;
currentPosition-=10;
if(currentPosition>0)
{
window.scrollTo(0,currentPosition);
}
else
郑庆东:在新时代中阿经济发展研讨会上的致辞
郑庆东:持续巩固壮大主流思想舆论 讲好新时代中国经济发展故事
经济日报开展消防安全专项培训
郑庆东:我们为什么连续5年举办习近平经济思想研究征文
郑庆东:用改革精神做好进一步全面深化改革报道
郑庆东:努力打造学习宣传研究习近平经济思想高地
唐卫彬在奥地利宣介习近平经济思想和中国经济发展新成就
夏天没用完的防晒霜,明年还能用吗?
票价下调带动观影升温,暑期档票房破百亿
这么好用的氢能,我们还要等多久
//返回顶部
$(".fixed_top").click(function(){
var body = $("html, body");
body.stop().animate({scrollTop:0}, 500, 'swing',function(){ $(".fixed_top").hide(); });
})
var currentPosition,timer;
function GoTop(){
timer=setInterval("runToTop()",1);
}
window.onmousewheel=function(){
t=document.documentElement.scrollTop || document.body.scrollTop;
if (t > 400) {
$(".fixed_top").show();
} else {
$(".fixed_top").hide();
}
}
function runToTop(){
currentPosition=document.documentElement.scrollTop || document.body.scrollTop;
currentPosition-=10;
if(currentPosition>0)
{
window.scrollTo(0,currentPosition);
}
else