以下是网站 bjxfeng.com 在 2024-07 的历史页面存档,小提示:CTRL+U 查看源码
本站和 bjxfeng.com 的作者无关,不对其内容负责。本历史页面谨为网络历史索引,不代表被查询网站的即时页面。 *号[x]表示已屏蔽显示的敏感字。
原网页标题:新锋时尚
";
$("#top").html(tophtml);
$("#izl_rmenu").each(function(){
$(this).find(".btn-wx").mouseenter(function(){
$(this).find(".pic").fadein("fast");
});
$(this).find(".btn-wx").mouseleave(function(){
$(this).find(".pic").fadeout("fast");
});
$(this).find(".btn-phone").mouseenter(function(){
$(this).find(".phone").fadein("fast");
});
$(this).find(".btn-phone").mouseleave(function(){
$(this).find(".phone").fadeout("fast");
});
$(this).find(".btn-top").click(function(){
$("html, body").animate({
"scroll-top":0
},"fast");
});
});
var lastrmenustatus=false;
$(window).scroll(function(){//bug
var _top=$(window).scrolltop();
if(_top>200){
$("#izl_rmenu").data("expanded",true);
}else{
$("#izl_rmenu").data("expanded",false);
}
if($("#izl_rmenu").data("expanded")!=lastrmenustatus){
lastrmenustatus=$("#izl_rmenu").data("expanded");
if(lastrmenustatus){
$("#izl_rmenu .btn-top").slidedown();
}else{
$("#izl_rmenu .btn-top").slideup();
}
}
});
});