Showing
1 changed file
with
6 additions
and
1 deletions
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | * @Author: Targaryen | 2 | * @Author: Targaryen |
3 | * @Date: 2017-03-23 17:12:53 | 3 | * @Date: 2017-03-23 17:12:53 |
4 | * @Last Modified by: Targaryen | 4 | * @Last Modified by: Targaryen |
5 | - * @Last Modified time: 2017-04-25 13:55:13 | 5 | + * @Last Modified time: 2017-04-25 15:54:23 |
6 | */ | 6 | */ |
7 | // 红人店铺首页 | 7 | // 红人店铺首页 |
8 | 8 | ||
@@ -245,9 +245,14 @@ | @@ -245,9 +245,14 @@ | ||
245 | 245 | ||
246 | .item-info { | 246 | .item-info { |
247 | text-align: center; | 247 | text-align: center; |
248 | + background-color: #f5f7f6; | ||
248 | color: #000; | 249 | color: #000; |
249 | position: relative; | 250 | position: relative; |
250 | 251 | ||
252 | + .text { | ||
253 | + line-height: 36px; | ||
254 | + } | ||
255 | + | ||
251 | .name, | 256 | .name, |
252 | .price { | 257 | .price { |
253 | display: none; | 258 | display: none; |
-
Please register or login to post a comment