Authored by xuqi

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

@@ -91,20 +91,20 @@ @@ -91,20 +91,20 @@
91 padding-top: 50%; 91 padding-top: 50%;
92 width: 100%; 92 width: 100%;
93 position: absolute; 93 position: absolute;
94 - top: -230rem / $pxConvertRem; 94 + top: -180rem / $pxConvertRem;
95 95
96 .list-item { 96 .list-item {
97 display: block; 97 display: block;
98 position: relative; 98 position: relative;
99 - margin: 0 auto 50rem / $pxConvertRem;  
100 - width: 444rem / $pxConvertRem;  
101 - height: 110rem / $pxConvertRem; 99 + margin: 0 auto 40rem / $pxConvertRem;
  100 + width: 216px;
  101 + height: 52px;
102 text-align: center; 102 text-align: center;
103 - font-size: 30rem / $pxConvertRem;  
104 - line-height: 110rem / $pxConvertRem; 103 + font-size: 16px;
  104 + line-height: 52px;
105 color: #fff; 105 color: #fff;
106 background: #000; 106 background: #000;
107 - border: 5rem / $pxConvertRem solid #fff; 107 + border: 4px solid #fff;
108 font-weight: bold; 108 font-weight: bold;
109 } 109 }
110 .lighter { 110 .lighter {