(function ($, window, document) { // $(function () { $(window).load( function(){ $(window).scroll(function () { var width = $(window).width(); if (width > 1024) { // 鑾峰彇椤甸潰鍚戜笂婊氬姩鐨勮窛绂 sTop = $(this).scrollTop(); /* 缃《鍥炬爣婊戝埌绗簩灞忓嚭鐜 */ if (sTop > 500) { $(".to-top").show(); } else { $(".to-top").hide(); } } }) /* 鍒嗗睆鍔犺浇 */ if($("img").hasClass("lazy")){ $("img.lazy").lazyload(); } //ie8 var userAgent = navigator.userAgent; if(window.showModalDialog && userAgent.indexOf("Safari") <= -1) { // 瀵艰埅 var width = $(window).innerWidth(); if(width<=1280){ $(".com-content").css("padding","0 4.5%"); } if(width <=1200){ $(".r-footer .r-consultation a, .r-footer.footer .footer-nav dl dt").css("font-size","18px"); $(".r-footer .bottom .bottom-in ul li a").css("font-size","16px"); $(".r-footer .copyright a").css("font-size","16px"); $(".r-footer .r-consultation").css("font-size","16px"); $(".r-footer .scan-code p").css("font-size","16px"); $(".r-footer.footer .footer-nav dl dd ul li").css("font-size","16px"); $(".r-footer .scan-code").css("margin-left","2%"); } } }); //瑙e喅IE鍜岀伀鐙愪笂鐨勮秴鍑烘枃鏈樉绀虹殑闂 $(function(){ //鑾峰彇鏂囨湰鐨勮楂橈紝骞惰幏鍙栨枃鏈殑楂樺害锛屽亣璁炬垜浠瀹氱殑琛屾暟鏄?琛岋紝閭d箞瀵硅秴杩囪鏁扮殑閮ㄥ垎杩涜闄愬埗楂樺害锛屽苟鍔犱笂鐪佺暐鍙 $(".twoline").each(function(i, obj){ var lineHeight = parseInt($(this).css("line-height")); var height = parseInt($(this).height()); var b=height/lineHeight; if(b>2 ){ $(this).addClass("twoline-after") $(this).css("height","48px"); }else{ $(this).removeClass("twoline-after"); } }); }); })(jQuery, window, document);