Showing
1 changed file
with
10 additions
and
5 deletions
@@ -132,11 +132,16 @@ $basicBtnC:#eb0313; | @@ -132,11 +132,16 @@ $basicBtnC:#eb0313; | ||
132 | position: absolute; | 132 | position: absolute; |
133 | z-index: 2; | 133 | z-index: 2; |
134 | bottom: pxToRem(40px); | 134 | bottom: pxToRem(40px); |
135 | - .swiper-pagination-bullet { | ||
136 | - margin-right: 2px; | ||
137 | - } | ||
138 | - .swiper-pagination-bullet-active { | ||
139 | - background-color: #000 !important; | 135 | + .pagination-inner{ |
136 | + span{ | ||
137 | + background-color: #b0b0b0; | ||
138 | + } | ||
139 | + .swiper-pagination-bullet { | ||
140 | + margin-right: 2px; | ||
141 | + } | ||
142 | + .swiper-pagination-bullet-active { | ||
143 | + background-color: #000 ; | ||
144 | + } | ||
140 | } | 145 | } |
141 | } | 146 | } |
142 | } | 147 | } |
-
Please register or login to post a comment