Showing
1 changed file
with
5 additions
and
4 deletions
@@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
12 | color: #000; | 12 | color: #000; |
13 | text-align: center; | 13 | text-align: center; |
14 | padding: 30px 0 5px; | 14 | padding: 30px 0 5px; |
15 | - letter-spacing: 20px; | 15 | + letter-spacing: 10px; |
16 | } | 16 | } |
17 | 17 | ||
18 | .tide-goods, | 18 | .tide-goods, |
@@ -115,13 +115,14 @@ | @@ -115,13 +115,14 @@ | ||
115 | 115 | ||
116 | .goods-footer { | 116 | .goods-footer { |
117 | font-size: 19px; | 117 | font-size: 19px; |
118 | - color: #000; | 118 | + color: #fff; |
119 | font-weight: bold; | 119 | font-weight: bold; |
120 | position: absolute; | 120 | position: absolute; |
121 | bottom: 0; | 121 | bottom: 0; |
122 | width: 100%; | 122 | width: 100%; |
123 | - padding: 10px; | ||
124 | - background: linear-gradient(#f7f8f7, #f7f9f8); | 123 | + padding: 3px 15px; |
124 | + opacity: 0.5; | ||
125 | + background-color: #000; | ||
125 | 126 | ||
126 | .goods-name { | 127 | .goods-name { |
127 | -webkit-line-clamp: 1; | 128 | -webkit-line-clamp: 1; |
-
Please register or login to post a comment