< charset="utf-8"> < http-equiv="X-UA-Compatible" content="IE=edge"> < name="format-detection" content="telephone=no" /> < name="format-detection" content="address=no"> < http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> < name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0"> < name="applicable-device" content="pc,mobile"> 会议活动_门头制作-广告设计-文化墙制作-发光字厂家-安然无忧广告传媒 < name="mobile-web-app-capable" content="yes"> < name="apple-mobile-web-app-capable" content="yes"> < name="apple-mobile-web-app-status-bar-style" content="black"> < name="apple-mobile-web-app-title" content="" /> < name="msapplication-TileColor" content=""> < name="renderer" content="webkit">
<> $(window).scroll(function() { if ($(window).scrollTop() > 0) { //向下滚动像素大于这个值时,即出现浮窗~ $('body').addClass("fixed"); //浮窗淡入的时间,越小出现的越快~ } else { $('body').removeClass("fixed"); //浮窗淡出的时间,越小消失的越快~ } });

Industry information

<> .dh0 a { color: #1f2b66; } .dh7 a { color: #1f2b66; } .MainMenu #links>li.dh0:after, .MainMenu #links>li:hover:after { width: 100%; background: #1f2b66; } .MainMenu #links>li.dh7:after, .MainMenu #links>li:hover:after { width: 100%; background: #1f2b66; } <> $(function() { function centerHeight() { $('.homebx').height(170); } window.onresize = function() { centerHeight(); $(".homebx").getNiceScroll().resize(); }; $(window).resize(); $('.homebx').niceScroll({ cursorcolor: "#d01f25", cursoropacitymax: 1, touchbehavior: false, cursorwidth: "3px", cursorborder: "0", }); }) <> $(window).scroll(function() { if ($(this).scrollTop() > 100) { $("#gotop").removeClass("hide"); } else { $("#gotop").addClass("hide"); }; }); $('#gotop').click(function() { $('html,body').animate({ scrollTop: '0px' }, 800); }); <> var wow = new WOW({ boxClass: 'wow', animateClass: 'animated', offset: 0, mobile: true, live: true }); wow.init();