$(function() { if ($('.lazy').size() >= 0) { $("img.lazy").lazyload({ effect: "fadeIn", threshold: 150, failurelimit: 1, skip_invisible: false }); } $(".rank-ul li").mouseover(function() { $(this).addClass("on").siblings().removeClass("on"); }); $('.copy-box').append('

反馈邮箱:haoshilei668@gmail.com

工信部ICP备案号:

'); }) function HomeScroll(a, b) { function g() { var g = $(window).scrollLeft(), h = $(window).scrollTop(), i = $(document).height(), j = $(window).height(), k = c.height(), l = d.height(), m = k > l ? f : e, n = k > l ? d : c, o = k > l ? c.offset().left + c.outerWidth(!0) - g : d.offset().left - c.outerWidth(!0) - g, p = k > l ? l : k, q = k > l ? k : l, r = parseInt(q - j) - parseInt(p - j); $(a + "," + b).removeAttr("style"), j > i || p > q || m > h || p - j + m >= h ? n.removeAttr("style") : j > p && h - m >= r || p > j && h - m >= q - j ? n.attr("style", "margin-top:" + r + "px;") : n.attr("style", "_margin-top:" + ( h - m) + "px;position:fixed;left:" + o + "px;" + (j > p ? "top" : "bottom") + ":0;") } if ($(a).length > 0 && $(b).length > 0) { var c = $(a), d = $(b), e = c.offset().top, f = d.offset().top; $(window).resize(g).scroll(g).trigger("resize") } } HomeScroll("#Min_L", "#Min_R"); $(function(){ lrFixFooter("footer.footer"); function lrFixFooter(obj){ var footer = $(obj); var doc = $(document); function fixFooter(){ //如果document的高度小于等于window的高度,就固定定位 if(doc.height()-4 <= $(window).height()){ footer.css({ width:"100%", position:"absolute", left:0, bottom:0 }); }else{ footer.css({ position:"static" }); } } fixFooter(); $(window).on('resize.footer', function(){ fixFooter(); }); $(window).on('scroll.footer',function(){ fixFooter(); }); } if ($(".update-tab")) { jQuery(".update-tab").slide({ delayTime: 700 }); } if ($(".imgPic-slide")){ jQuery(".imgPic-slide").slide({ mainCell: ".bd ul" }); } jQuery(".update-focus").slide({ mainCell: ".bd ul", effect: "left", autoPlay: true, interTime: 3500 }); jQuery(".love-table").slide({}); $(".backtop").click(function () { $('html,body').animate({ scrollTop : '0px' }, 200); $('.backtop span').hover( function(){$(this).addClass('hover');}, function(){$(this).removeClass('hover');} ); }); $("#ctext").css({"height":"auto","overflow":"visible"}); $("#showmore").hide(); }) $(window).scroll(function () { if ($(window).scrollTop() > 200) { if(!document.getElementById('gotoBox')) { $(".backtop").fadeIn(400); } } else { if(!document.getElementById('gotoBox')) { $(".backtop").fadeOut(200); } } });