...
|
...
|
@@ -69,13 +69,17 @@ |
|
|
width: 317px;
|
|
|
height: 174px;
|
|
|
border-top: 1px solid #e0e0e0;
|
|
|
overflow: hidden;
|
|
|
|
|
|
a {
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background: resolve("channel/more-brand.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
&.default {
|
|
|
background: resolve("channel/more-brand.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|