Authored by hongweigao

_brand.css 去掉background,路径中/

... ... @@ -705,7 +705,7 @@
left: 15px;
width: 325px;
height: 287px;
background: resolve(/index/brands-layer.png) no-repeat;
background: resolve(index/brands-layer.png) no-repeat;
font-weight: normal;
.layer-content {
... ... @@ -750,7 +750,7 @@
}
}
.brands-layer-right {
background: resolve(/index/brands-layer.png) no-repeat 0 -287px;
background: resolve(index/brands-layer.png) no-repeat 0 -287px;
left: -325px;
top: -83px;
... ...