...
|
...
|
@@ -44,6 +44,10 @@ |
|
|
|
|
|
&:before {
|
|
|
content: '赠品';
|
|
|
display: block;
|
|
|
font-size: 12px;
|
|
|
line-height: 25rem / $pxConvertRem;
|
|
|
transform: scale(0.833);
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -75,8 +79,9 @@ |
|
|
}
|
|
|
|
|
|
.price {
|
|
|
margin-left: 10rem / $pxConvertRem;
|
|
|
font-size: 24rem / $pxConvertRem;
|
|
|
color: #000;
|
|
|
color: #f1545b;
|
|
|
|
|
|
&.market-price {
|
|
|
color: #999;
|
...
|
...
|
|