$(".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;
直击2026中关村论坛年会|多方加速打造智能经济新形态
白银成为国际市场新焦点
美元走势面临多重不确定性
人工智能悄然重塑英国未来生活
2026全球南方汽车生态大会
智慧零售领军企业观察
深耕创新一线 走好国产创新药进阶之路
“颜值”吸睛的一次性纸杯 因何不能直接对嘴喝
家门口看病“有医靠”
让就诊有温度 老年共病“一站式”诊疗加快落地
新华健康|趣画节气·清明
国星宇航太空算力技术创新成果获信通院测试认证
天猫健康牵头成立“保健品安心联盟”
《第二届改善医院药事管理与药学服务创新案例汇编》出版
纳米漫剧流水线联合杨涵涵推出AI漫剧精品实战班
兰州石化931名员工无偿献血19.2万毫升
在加快高水平科技自立自强中释放大国优势
$(".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;