Authored by 李奇

fixed:商品楼层样式修改

@@ -57,9 +57,13 @@ export default { @@ -57,9 +57,13 @@ export default {
57 text-overflow: ellipsis; 57 text-overflow: ellipsis;
58 white-space: nowrap; 58 white-space: nowrap;
59 overflow: hidden; 59 overflow: hidden;
60 - font-size: 28px; 60 + font-size: 24px;
61 max-width: 188px; 61 max-width: 188px;
62 font-family: HelveticaNeue , Tahoma, Arial, HiraginoSansGB-W3, "PingFang SC", "Heiti SC"; 62 font-family: HelveticaNeue , Tahoma, Arial, HiraginoSansGB-W3, "PingFang SC", "Heiti SC";
  63 +
  64 + &.price {
  65 + font-size: 28px;
  66 + }
63 } 67 }
64 } 68 }
65 } 69 }
@@ -49,9 +49,13 @@ export default { @@ -49,9 +49,13 @@ export default {
49 text-overflow: ellipsis; 49 text-overflow: ellipsis;
50 white-space: nowrap; 50 white-space: nowrap;
51 overflow: hidden; 51 overflow: hidden;
52 - font-size: 28px; 52 + font-size: 24px;
53 max-width: 188px; 53 max-width: 188px;
54 font-family: HelveticaNeue , Tahoma, Arial, HiraginoSansGB-W3, "PingFang SC", "Heiti SC"; 54 font-family: HelveticaNeue , Tahoma, Arial, HiraginoSansGB-W3, "PingFang SC", "Heiti SC";
  55 +
  56 + &.price {
  57 + font-size: 28px;
  58 + }
55 } 59 }
56 } 60 }
57 } 61 }
@@ -58,9 +58,13 @@ export default { @@ -58,9 +58,13 @@ export default {
58 text-overflow: ellipsis; 58 text-overflow: ellipsis;
59 white-space: nowrap; 59 white-space: nowrap;
60 overflow: hidden; 60 overflow: hidden;
61 - font-size: 28px; 61 + font-size: 24px;
62 max-width: 188px; 62 max-width: 188px;
63 font-family: HelveticaNeue , Tahoma, Arial, HiraginoSansGB-W3, "PingFang SC", "Heiti SC"; 63 font-family: HelveticaNeue , Tahoma, Arial, HiraginoSansGB-W3, "PingFang SC", "Heiti SC";
  64 +
  65 + &.price {
  66 + font-size: 28px;
  67 + }
64 } 68 }
65 } 69 }
66 } 70 }