//移动端导航 $("#selectBut").click(function() { $(".navm-box").toggleClass("act"); $("body").toggleClass("navShow"); if($("#selectBut").hasClass("hd1-aon1")) { $(this).removeClass("hd1-aon1"); $(".masklayer").hide() } else { $(this).addClass("hd1-aon1"); $(".masklayer").fadeIn("slow") } }) $(".nav-wrap .icon-jia").click(function(){ if($(this).parent().find("dl").is(":hidden")){ $(this).parent().find("dl").show(500); $(this).css("transform","rotate(180deg)") }else{ $(this).parent().find("dl").hide(500); $(this).css("transform","rotate(0deg)") } }); //banner var mySwiper1 = new Swiper('.banner', { speed:1200, loop:true, centeredSlides: true, autoplay: { delay: 5000, disableOnInteraction: false, }, pagination: { el: '.banner .swiper-pagination', clickable: true, } }); //新闻动态 var mySwiper5 = new Swiper('.news-scroll .swiper-container', { speed:1200, loop:true, centeredSlides: true, autoplay: { delay: 5000, disableOnInteraction: false, } }); //腰带图 var mySwiper6 = new Swiper('.partc .swiper-container', { speed:1200, loop:true, centeredSlides: true, autoplay: { delay: 5000, disableOnInteraction: false, } }); //青春榜样 var mySwiper4 = new Swiper('.pelist', { speed:1200, //loop:true, slidesPerView: 4, spaceBetween: 30, autoplay: { delay: 5000, disableOnInteraction: false, }, breakpoints: { 720: { slidesPerView: 3 }, 460: { slidesPerView: 2 } } }); //视频播放 $(".pd-video .play").click(function(){ $(this).hide(500); $(".pd-video video")[0].controls = true; $(".pd-video video")[0].play(); }); //专题banner var mySwiper2 = new Swiper('.ztbanner', { speed:1200, loop:true, centeredSlides: true, autoplay: { delay: 5000, disableOnInteraction: false, }, pagination: { el: '.ztbanner .swiper-pagination', clickable: true, } }); var mySwiper3 = new Swiper('.zt-left .swiper-container', { speed:1200, loop:true, centeredSlides: true, autoplay: { delay: 5000, disableOnInteraction: false, }, navigation: { prevEl: '.zt-left .swiper-button-prev', nextEl: '.zt-left .swiper-button-next', } });