Showing
1 changed file
with
11 additions
and
10 deletions
@@ -45,7 +45,6 @@ | @@ -45,7 +45,6 @@ | ||
45 | 45 | ||
46 | .thumb { | 46 | .thumb { |
47 | width: 164px; | 47 | width: 164px; |
48 | - /*height: 228px;*/ | ||
49 | position: absolute; | 48 | position: absolute; |
50 | top: -60px; | 49 | top: -60px; |
51 | border: 1px solid #e6e6e6; | 50 | border: 1px solid #e6e6e6; |
@@ -112,7 +111,6 @@ | @@ -112,7 +111,6 @@ | ||
112 | padding-left: 80px; | 111 | padding-left: 80px; |
113 | font-size: 28px; | 112 | font-size: 28px; |
114 | overflow: hidden; | 113 | overflow: hidden; |
115 | - /*margin-top: 30px;*/ | ||
116 | 114 | ||
117 | input.disabled { | 115 | input.disabled { |
118 | border-radius: 0; | 116 | border-radius: 0; |
@@ -135,6 +133,9 @@ | @@ -135,6 +133,9 @@ | ||
135 | color: #b0b0b0; | 133 | color: #b0b0b0; |
136 | overflow: hidden; | 134 | overflow: hidden; |
137 | white-space: nowrap; | 135 | white-space: nowrap; |
136 | + color: #b0b0b0; | ||
137 | + overflow: hidden; | ||
138 | + white-space: nowrap; | ||
138 | } | 139 | } |
139 | 140 | ||
140 | span.disabled { | 141 | span.disabled { |
@@ -237,19 +238,19 @@ | @@ -237,19 +238,19 @@ | ||
237 | } | 238 | } |
238 | } | 239 | } |
239 | 240 | ||
241 | + .discount-gray { | ||
242 | + background-color: #e0e0e0; | ||
243 | + } | ||
244 | + | ||
240 | .hover { | 245 | .hover { |
241 | position: fixed; | 246 | position: fixed; |
242 | width: 100%; | 247 | width: 100%; |
243 | background-color: black; | 248 | background-color: black; |
244 | height: 100%; | 249 | height: 100%; |
245 | - top: 0px; | ||
246 | - left: 0px; | ||
247 | - right: 0px; | ||
248 | - border: 0px; | 250 | + top: 0; |
251 | + left: 0; | ||
252 | + right: 0; | ||
253 | + border: 0; | ||
249 | z-index: 999; | 254 | z-index: 999; |
250 | } | 255 | } |
251 | - | ||
252 | - .discount-gray { | ||
253 | - background-color: #e0e0e0; | ||
254 | - } | ||
255 | } | 256 | } |
-
Please register or login to post a comment