var swiper = new Swiper('.swiper-container', {
? ? ? ? ????????????pagination:'.swiper-pagination',
? ? ? ? ????????????nextButton:'.swiper-button-next',
????????????????????prevButton:'.swiper-button-prev',
????????????????????// direction: 'vertical',//豎向播放
????????????????????//切換效果 fade淡入淡出 cube立方體旋轉(zhuǎn) coverflow分頁? flip翻轉(zhuǎn)
? ? ? ? ? ? ? ? ? ? ?effect :'flip',
????????????????????// slidesPerView: 3,
????????????????????// centeredSlides: true,//配合coverflow使用
? ? ???????????????? paginationClickable:true,//分頁器 點(diǎn)擊
????????????????????autoplay:1000,//自動播放延遲時間
????????????????????spaceBetween:0,//side之間的間距
? ? ? ? ? ? ? ? ? ?centeredSlides:true,//活動塊居中
????????????????????loop :true,//實(shí)現(xiàn)無限輪播
????????????????????autoplayDisableOnInteraction:false //點(diǎn)擊后打斷autoplay
});