...
|
...
|
@@ -276,7 +276,7 @@ $basicBtnC:#eb0313; |
|
|
}
|
|
|
}
|
|
|
.price-date {
|
|
|
// width: 100%;
|
|
|
width: 100%;
|
|
|
color: $subFontC;
|
|
|
height: pxToRem(88px);
|
|
|
padding-left: pxToRem(28px);
|
...
|
...
|
@@ -365,6 +365,9 @@ $basicBtnC:#eb0313; |
|
|
}
|
|
|
}
|
|
|
.goodsDiscount {
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
height:auto;
|
|
|
font-size: pxToRem(28px);
|
|
|
color: $mainFontC;
|
|
|
background-color: #fff;
|
...
|
...
|
@@ -373,7 +376,6 @@ $basicBtnC:#eb0313; |
|
|
position: relative;
|
|
|
padding: pxToRem(30px) pxToRem(60px) pxToRem(30px) pxToRem(28px);
|
|
|
line-height: pxToRem(36px);
|
|
|
// line-height: pxToRem(88px);
|
|
|
}
|
|
|
|
|
|
.short-text {
|
...
|
...
|
|