Showing
1 changed file
with
3 additions
and
2 deletions
@@ -23,8 +23,9 @@ | @@ -23,8 +23,9 @@ | ||
23 | width: 16rem / $pxConvertRem; | 23 | width: 16rem / $pxConvertRem; |
24 | height: 16rem / $pxConvertRem; | 24 | height: 16rem / $pxConvertRem; |
25 | margin: 0 (8rem / $pxConvertRem); | 25 | margin: 0 (8rem / $pxConvertRem); |
26 | - background: #efefef; | 26 | + background: #f0f0f0; |
27 | border-radius: 50%; | 27 | border-radius: 50%; |
28 | + opacity: 1; | ||
28 | } | 29 | } |
29 | 30 | ||
30 | span.swiper-pagination-bullet-active { | 31 | span.swiper-pagination-bullet-active { |
@@ -85,4 +86,4 @@ | @@ -85,4 +86,4 @@ | ||
85 | } | 86 | } |
86 | } | 87 | } |
87 | } | 88 | } |
88 | -} | ||
89 | +} |
-
Please register or login to post a comment