Authored by Lynnic

update

@@ -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 + .pagination-inner{
  136 + span{
  137 + background-color: #b0b0b0;
  138 + }
135 .swiper-pagination-bullet { 139 .swiper-pagination-bullet {
136 margin-right: 2px; 140 margin-right: 2px;
137 } 141 }
138 .swiper-pagination-bullet-active { 142 .swiper-pagination-bullet-active {
139 - background-color: #000 !important; 143 + background-color: #000 ;
  144 + }
140 } 145 }
141 } 146 }
142 } 147 }