var myswiper = new swiper("#upswiper",{ effect :'fade', autoplay:3950, // 鑷姩杞挱锛屾瘡3绉掓崲涓€娆″浘 speed:1000, // 鎹㈤〉娑堣€楁椂闂? loop : true, // 寰幆杞挱 pagination : '.swiper-pagination', // 鍒嗛〉鍣? paginationclickable:true, // 鍒嗛〉鍣ㄥ皬鍦嗙偣鐐瑰嚮缈婚〉 autoplaydisableoninteraction : false, // 鐢ㄦ埛鎿嶄綔涔嬪悗缁х画鑷姩杞挱 simulatetouch:false, // 绂佹榧犳爣鎷栨嫿 }); // 棣栭〉瀵艰埅鏍忚儗鏅壊鏀瑰彉 $(window).scroll(function(){ var scrolltop = $(this).scrolltop(); if(scrolltop>10){ $(".indexheaderbig").addclass('basebgc') var opacity = scrolltop*0.0016+0.2; if(scrolltop>500){ $(".indexheaderbig").css({ 'opacity':'1', }) }else{ $(".indexheaderbig").css({ 'opacity':opacity, }) } }else{ $(".indexheaderbig").removeclass('basebgc'); $(".indexheaderbig").css('opacity',1) } })