Merge remote-tracking branch 'remotes/origin/hotfix/saleRow'
Showing
1 changed file
with
8 additions
and
7 deletions
@@ -118,11 +118,12 @@ | @@ -118,11 +118,12 @@ | ||
118 | .good-detail-text { | 118 | .good-detail-text { |
119 | .name a { | 119 | .name a { |
120 | display: block; | 120 | display: block; |
121 | - margin: 20px 0; | ||
122 | - min-height: 60px; | 121 | + margin: 15px 0 10px; |
122 | + min-height: 50px; | ||
123 | color: #444; | 123 | color: #444; |
124 | font-size: 22px; | 124 | font-size: 22px; |
125 | - line-height: 28px; | 125 | + line-height: 30px; |
126 | + padding: 5px 0; /* 商品标题限制行数的bug修复 增加元素的clientHeight */ | ||
126 | } | 127 | } |
127 | 128 | ||
128 | .price { | 129 | .price { |
@@ -154,17 +155,17 @@ | @@ -154,17 +155,17 @@ | ||
154 | } | 155 | } |
155 | 156 | ||
156 | .vip-grade-1 { | 157 | .vip-grade-1 { |
157 | - background: resolve('product/silver.png') no-repeat; | 158 | + background: resolve("product/silver.png") no-repeat; |
158 | background-size: contain; | 159 | background-size: contain; |
159 | } | 160 | } |
160 | 161 | ||
161 | .vip-grade-2 { | 162 | .vip-grade-2 { |
162 | - background: resolve('product/golden.png') no-repeat; | 163 | + background: resolve("product/golden.png") no-repeat; |
163 | background-size: contain; | 164 | background-size: contain; |
164 | } | 165 | } |
165 | 166 | ||
166 | .vip-grade-3 { | 167 | .vip-grade-3 { |
167 | - background: resolve('product/platinum.png') no-repeat; | 168 | + background: resolve("product/platinum.png") no-repeat; |
168 | background-size: contain; | 169 | background-size: contain; |
169 | } | 170 | } |
170 | 171 | ||
@@ -179,7 +180,7 @@ | @@ -179,7 +180,7 @@ | ||
179 | margin-right: 8px; | 180 | margin-right: 8px; |
180 | width: 88px; | 181 | width: 88px; |
181 | height: 32px; | 182 | height: 32px; |
182 | - background: resolve('product/vip-icon.png') no-repeat; | 183 | + background: resolve("product/vip-icon.png") no-repeat; |
183 | background-size: contain; | 184 | background-size: contain; |
184 | vertical-align: bottom; | 185 | vertical-align: bottom; |
185 | } | 186 | } |
-
Please register or login to post a comment