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);
$(".fixed_top").hide();
}
}
脚沾泥土气,理论入人心
我国低空经济展现出巨大的发展潜力
生态“高颜值”变出经济高价值
“AI+养老”产品要“走心”
余小鱼:“年会”可以停,但国产职场电影怎么办
沈 勇:戏曲传播的流量可以追,路不能走偏
高 民:从大众写、大众读看新大众文艺生态营造
《江海潮生》:铺展百年前实业救国的生动画卷
胡志毅:停止了实验,戏剧就停止了生命
《最后的骑士》:百年回望,骑士黑塞的东方与西方
堆砌技巧的舞剧都是空心之作
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);
$(".fixed_top").hide();
}
}