Authored by ccbikai

为您优选 价格字体大小

@@ -41,15 +41,9 @@ @@ -41,15 +41,9 @@
41 .price { 41 .price {
42 position: relative; 42 position: relative;
43 margin-top: pxToRem(20px); 43 margin-top: pxToRem(20px);
44 - font-size: pxToRem(20px); 44 + font-size: pxToRem(12px);
45 line-height: 1; 45 line-height: 1;
46 46
47 - span {  
48 - display: inline-block;  
49 - // chrome 最小支持12px, 设计图是 10px ,用CSS3变换  
50 - @include transform(scale(0.875));  
51 - }  
52 -  
53 .sale-price { 47 .sale-price {
54 color: #d9134f; 48 color: #d9134f;
55 margin-right: pxToRem(8px); 49 margin-right: pxToRem(8px);