...
|
...
|
@@ -41,15 +41,9 @@ |
|
|
.price {
|
|
|
position: relative;
|
|
|
margin-top: pxToRem(20px);
|
|
|
font-size: pxToRem(20px);
|
|
|
font-size: pxToRem(12px);
|
|
|
line-height: 1;
|
|
|
|
|
|
span {
|
|
|
display: inline-block;
|
|
|
// chrome 最小支持12px, 设计图是 10px ,用CSS3变换
|
|
|
@include transform(scale(0.875));
|
|
|
}
|
|
|
|
|
|
.sale-price {
|
|
|
color: #d9134f;
|
|
|
margin-right: pxToRem(8px);
|
...
|
...
|
|