...
|
...
|
@@ -130,12 +130,13 @@ $basicBtnC:#eb0313; |
|
|
position: relative;
|
|
|
.swiper-pagination {
|
|
|
position: absolute;
|
|
|
z-index: 2;
|
|
|
bottom: pxToRem(40px);
|
|
|
.swiper-pagination-bullet {
|
|
|
margin-right: 2px;
|
|
|
}
|
|
|
.swiper-pagination-bullet-active {
|
|
|
background-color: #000;
|
|
|
background-color: #000 !important;
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|