_brand.css 去掉background,路径中/
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -705,7 +705,7 @@ | @@ -705,7 +705,7 @@ | ||
705 | left: 15px; | 705 | left: 15px; |
706 | width: 325px; | 706 | width: 325px; |
707 | height: 287px; | 707 | height: 287px; |
708 | - background: resolve(/index/brands-layer.png) no-repeat; | 708 | + background: resolve(index/brands-layer.png) no-repeat; |
709 | font-weight: normal; | 709 | font-weight: normal; |
710 | 710 | ||
711 | .layer-content { | 711 | .layer-content { |
@@ -750,11 +750,11 @@ | @@ -750,11 +750,11 @@ | ||
750 | } | 750 | } |
751 | } | 751 | } |
752 | .brands-layer-right { | 752 | .brands-layer-right { |
753 | - background: resolve(/index/brands-layer.png) no-repeat 0 -287px; | 753 | + background: resolve(index/brands-layer.png) no-repeat 0 -287px; |
754 | left: -325px; | 754 | left: -325px; |
755 | top: -83px; | 755 | top: -83px; |
756 | 756 | ||
757 | .layer-content { | 757 | .layer-content { |
758 | padding: 20px 35px 20px 20px; | 758 | padding: 20px 35px 20px 20px; |
759 | } | 759 | } |
760 | -} | ||
760 | +} |
-
Please register or login to post a comment