...
|
...
|
@@ -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;
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -220,6 +221,7 @@ $basicBtnC:#eb0313; |
|
|
.vipLevel {
|
|
|
width: 100%;
|
|
|
box-sizing: border-box;
|
|
|
background-color: #fff;
|
|
|
display: table;
|
|
|
min-height: pxToRem(88px);
|
|
|
padding-left: pxToRem(28px);
|
...
|
...
|
@@ -258,6 +260,7 @@ $basicBtnC:#eb0313; |
|
|
.goodsDiscount {
|
|
|
font-size: pxToRem(28px);
|
|
|
color: $mainFontC;
|
|
|
background-color: #fff;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
h1 {
|
|
|
padding: pxToRem(30px) pxToRem(28px);
|
...
|
...
|
|