Authored by hongweigao

_brand.css 去掉background,路径中img/

... ... @@ -324,7 +324,7 @@
margin-top: -28px;
width: 60px;
height: 56px;
background-image: resolve(img/index/play.png);
background-image: resolve(index/play.png);
}
.video-title {
... ... @@ -714,7 +714,7 @@
margin-top: -28px;
width: 60px;
height: 56px;
background-image: resolve(img/index/play.png);
background-image: resolve(index/play.png);
}
.video-title {
... ... @@ -812,7 +812,7 @@
left: 15px;
width: 325px;
height: 287px;
background: resolve(img/index/brands-layer.png) no-repeat;
background: resolve(index/brands-layer.png) no-repeat;
font-weight: normal;
.layer-content {
... ... @@ -864,7 +864,7 @@
}
.brands-layer-right {
background: resolve(img/index/brands-layer.png) no-repeat 0 -287px;
background: resolve(index/brands-layer.png) no-repeat 0 -287px;
left: -325px;
top: -83px;
... ...