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
{
window.scrollTo(0,0);
clearInterval(timer);
阔步迈向网络强国
“千万工程”新画卷
时代楷模·榜样力量
“互联网+督查”平台
网络举报监督专区
民营经济和高质量发展
核心价值观主题微电影
违反八项规定曝光台
“好教师”李世瑚
【“筑基”高质量·系列评论之十】攀登!向着高水平科技自立自强
持恒!用高素质托举高质量
深化!山海协作处处新
努力!让国泰民安成永世盛景
点赞!这正是中国体育该有的样子
21年坚守,只为村里孩子们
高原上的“荒野守护者”
“绿水青山·美丽中国行”走进甘肃武威
重庆荣昌:传统节日点亮千年古镇
山东乳山:“健康方舟”守护海岛群众健康
王慧敏:全媒体形势下新闻理念变革的思考(上)
光明日报社会责任报告(2025年度)
“核心价值观百场讲坛”第170场在江苏南京举办
光明网承办"数说绿色 智引发展"走进内蒙古主题宣传活动
《新闻战线》刊文介绍光明网践行“四力”改文风工作经验
《求是》杂志发表习近平总书记重要文章
时薪最高百元"临时妈妈"靠谱吗
让家政服务方便找放心用
习语丨“建设生态文明,功在当代,利在千秋”
朱镕基同志遗体18日火化 天安门等地将下半旗志哀
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
{
window.scrollTo(0,0);
clearInterval(timer);