diff --git a/css/swiper.css b/css/swiper.css index 473d3be..d3c2239 100755 --- a/css/swiper.css +++ b/css/swiper.css @@ -316,12 +316,13 @@ transform: scale(0.33); } .swiper-pagination-bullet { - width: 8px; - height: 8px; + width:48px; + height:4px; + background:rgba(255,255,255,1); + opacity:0.2; + display: inline-block; - border-radius: 100%; - background: #000; - opacity: 0.2; + border-radius: 2px; } button.swiper-pagination-bullet { border: none; @@ -338,7 +339,7 @@ button.swiper-pagination-bullet { } .swiper-pagination-bullet-active { opacity: 1; - background: #007aff; + background: #fff; } .swiper-container-vertical > .swiper-pagination-bullets { right: 10px;