}); e.stopPropagation(); }); $("#weixinb").on("click", function(e){ var top = $(document).scrollTop(); $("#weixinimg").show(); $(document).on('scroll.unable',function (e) { $(document).scrollTop(top); }); $(document).one("click", function(){ $("#weixinimg").hide(); $(document).unbind("scroll.unable"); }); e.stopPropagation(); }); $("#weixinc").on("click", function(e){ var top = $(document).scrollTop(); $("#weixinimg").show(); $(document).on('scroll.unable',function (e) { $(document).scrollTop(top); }); $(document).one("click", function(){ $("#weixinimg").hide(); $(document).unbind("scroll.unable"); }); e.stopPropagation(); }); $("#bds_weixins").on("click", function(e){ var top = $(document).scrollTop(); $("#weixinimg").show(); $(document).on('scroll.unable',function (e) { $(document).scrollTop(top); }); $(document).one("click", function(){ $("#weixinimg").hide(); $(document).unbind("scroll.unable"); }); e.stopPropagation(); }); $("#weixinimg").on("click", function(e){ e.stopPropagation(); }); //返回顶部 $('.scroll-top').click(function() { $('html,body').animate({ scrollTop: '0px' }, 800); }); /* $(window).scroll(function() { if ($(document).scrollTop() <= 200) { $('.scroll-top').hide(); $('.post_box').hide(); } else { $('.scroll-top').show(); $('.post_box').show(); } */ $(window).scroll(function() { if ($(document).scrollTop() <= 200) { $('.scroll-top').hide(); $('.post_box').hide(); $('.header').css("position", ""); $('.header').css("background-color", ""); } else { $('.scroll-top').show(); $('.post_box').show(); $('.header').css("position", "fixed"); $('.header').css("background-color", "rgba(0,0,0,.68)"); } });