//色卡弹窗 $(function(){ $('.fix-box-click').click(function(){ let link = $(this).attr('data-href'); var nam =$(this).children().attr('alt'); $('.yx_BigBox').show('slow').addClass('overlay'); $('.yx_BigBox img').attr({'src':link,"alt":nam}); }); $('.yx_BigClose').click(function(){ $('.yx_BigBox').hide('slow').remove('overlay'); $('.yx_BigBox img').attr({'src':'https://omo-oss-image.thefastimg.com/portal-saas/new2022093017252799269/cms/image/05d6cbac-c49e-4df1-85f7-3b4375cf8a1a.jpg','alt':'logo'}); }); }); $require(['swiper'], function () { var yx_SwiperHonor = new Swiper(".yx_SwiperHonor", { autoplay: { delay: 2000, speed:1800, stopOnLastSlide: false, disableOnInteraction: true, }, touchStartPreventDefault : false, breakpoints: { 1024: { slidesPerView: 3, spaceBetween:16 }, 1200: { slidesPerView: 3, spaceBetween:18 }, 1440: { slidesPerView: 4, spaceBetween: 20, } }, navigation: { nextEl: '.yx_Honor .yx_SNext', prevEl: '.yx_Honor .yx_SPrev', }, pagination:{ el: '.yx_SwiperHonor .swiper-pagination', clickable :true, }, loop : true, speed: 1000, slidesPerView: 1, spaceBetween: 12, centeredSlides : false, observer: true, observeParents: true, }); });