Merge branch 'hotfix/thumbImg' into 'gray'
购物车图片 See merge request !329
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -390,11 +390,11 @@ | @@ -390,11 +390,11 @@ | ||
390 | } | 390 | } |
391 | 391 | ||
392 | .hover { | 392 | .hover { |
393 | - position: fixed; | ||
394 | - width: 100%; | 393 | + position: fixed !important; |
394 | + width: 100% !important; | ||
395 | background-color: black; | 395 | background-color: black; |
396 | height: 100%; | 396 | height: 100%; |
397 | - top: 0; | 397 | + top: 0 !important; |
398 | left: 0; | 398 | left: 0; |
399 | right: 0; | 399 | right: 0; |
400 | border: 0; | 400 | border: 0; |
-
Please register or login to post a comment