.carousel-section{position:relative;overflow:hidden;} .carousel-section .swiper-pagination-bullets .swiper-pagination-bullet{border-radius:50px;color:#000;background:none;border:1px solid #1a1a1a;margin:5px;line-height:2;opacity:1;} .carousel-section .swiper-pagination-bullets .swiper-pagination-bullet-active{color:#fff;background:#1a1a1a;} window.onload=function(){ var mySwiper = new Swiper ('.slideshow-slider', { loop: true, // 循环模式选项 // 如果需要分页器 pagination: { el: '.slideshow-slider…