Authored by Lynnic

update

@@ -130,12 +130,13 @@ $basicBtnC:#eb0313; @@ -130,12 +130,13 @@ $basicBtnC:#eb0313;
130 position: relative; 130 position: relative;
131 .swiper-pagination { 131 .swiper-pagination {
132 position: absolute; 132 position: absolute;
  133 + z-index: 2;
133 bottom: pxToRem(40px); 134 bottom: pxToRem(40px);
134 .swiper-pagination-bullet { 135 .swiper-pagination-bullet {
135 margin-right: 2px; 136 margin-right: 2px;
136 } 137 }
137 .swiper-pagination-bullet-active { 138 .swiper-pagination-bullet-active {
138 - background-color: #000; 139 + background-color: #000 !important;
139 } 140 }
140 } 141 }
141 } 142 }