Commit b30572feea4a18a138ea09f1268b826518ce3d50
1 parent
14d5eaa8
swiper
Showing
1 changed file
with
7 additions
and
6 deletions
css/swiper.css
... | ... | @@ -316,12 +316,13 @@ |
316 | 316 | transform: scale(0.33); |
317 | 317 | } |
318 | 318 | .swiper-pagination-bullet { |
319 | - width: 8px; | |
320 | - height: 8px; | |
319 | + width:48px; | |
320 | + height:4px; | |
321 | + background:rgba(255,255,255,1); | |
322 | + opacity:0.2; | |
323 | + | |
321 | 324 | display: inline-block; |
322 | - border-radius: 100%; | |
323 | - background: #000; | |
324 | - opacity: 0.2; | |
325 | + border-radius: 2px; | |
325 | 326 | } |
326 | 327 | button.swiper-pagination-bullet { |
327 | 328 | border: none; |
... | ... | @@ -338,7 +339,7 @@ button.swiper-pagination-bullet { |
338 | 339 | } |
339 | 340 | .swiper-pagination-bullet-active { |
340 | 341 | opacity: 1; |
341 | - background: #007aff; | |
342 | + background: #fff; | |
342 | 343 | } |
343 | 344 | .swiper-container-vertical > .swiper-pagination-bullets { |
344 | 345 | right: 10px; | ... | ... |