$(".top_wx").hover(function(){ $(this).find(".drop-list").stop(true,true,).fadetoggle(); }) // 浮动 $(window).scroll(function() { var scrolltop =$(this).scrolltop(); var showtop=$('html').height()*0.5; if(scrolltop>showtop) { $(".float05").addclass("float05show"); } else{ $(".float05").removeclass("float05show"); } }); $(".float05").click(function() { $("html,body").animate({ 'scrolltop': '0px' }, 300) }); // $(".float01").click(function() { // $(".float_box").addclass("float_boxfix"); // }); // $(".float06").click(function() { // $(".float_box").removeclass("float_boxfix"); // }); $(window).scroll(function() { var scrolltop = $(this).scrolltop();//婊氬姩楂樺害 if (scrolltop) { $(".head>div").addclass("indexnav_fix"); } else{ $(".head>div").removeclass("indexnav_fix"); } });