Showing
2 changed files
with
5 additions
and
3 deletions
@@ -218,10 +218,11 @@ | @@ -218,10 +218,11 @@ | ||
218 | .price-sure { | 218 | .price-sure { |
219 | height: 24px; | 219 | height: 24px; |
220 | width: 44px; | 220 | width: 44px; |
221 | - border: 1px solid #e0e0e0; | ||
222 | - background: #fff; | ||
223 | - color: #666; | 221 | + background: #333; |
222 | + color: #fff; | ||
224 | margin-left: 10px; | 223 | margin-left: 10px; |
224 | + outline: none; | ||
225 | + border: none; | ||
225 | } | 226 | } |
226 | 227 | ||
227 | .color-block { | 228 | .color-block { |
-
Please register or login to post a comment