Authored by xuqi

Merge branch 'feature/recommend-for-you' into 'develop'

Feature/recommend for you

为您优选的价格字体为12px, 之前没考虑retine屏幕,写错了。代码里边应该是 24px. Review by @xuqi

See merge request !5
@@ -41,7 +41,7 @@ @@ -41,7 +41,7 @@
41 .price { 41 .price {
42 position: relative; 42 position: relative;
43 margin-top: pxToRem(20px); 43 margin-top: pxToRem(20px);
44 - font-size: pxToRem(12px); 44 + font-size: pxToRem(24px);
45 line-height: 1; 45 line-height: 1;
46 46
47 .sale-price { 47 .sale-price {