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);
$(".fixed_top").hide();
}
}
function pw(){
var screenwidth=window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
if(screenwidth < 1685)
{$(".fixed_top").css({"right":"0px","left":"auto","margin-left":"auto"})}else{
$(".fixed_top").css({"left":"50%","margin-left":"712px"});
}
}
$(window).resize(function(){pw();})
中国非遗年度人物
中国社会科学院公告
中国诗歌版本图书馆作品征集
网络中国节·清明
2026年全国两会
光小明的两会文化茶座
树立和践行正确政绩观
@芽未成年人网络保护公益行动计划
激情全运会 活力大湾区
科学家精神百场讲坛
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);
$(".fixed_top").hide();
}
}
function pw(){
var screenwidth=window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
if(screenwidth < 1685)
{$(".fixed_top").css({"right":"0px","left":"auto","margin-left":"auto"})}else{
$(".fixed_top").css({"left":"50%","margin-left":"712px"});
}
}
$(window).resize(function(){pw();})