Authored by 梁志锋

brand

... ... @@ -702,4 +702,39 @@
url: ''
}
]
}
## 品牌
{
bannerTop: {
list: [
{
url: '',
img: ''
},
...
]
},
hotBrand: {
list: [
{
url: '',
img: '',
name: ''
},
...
]
},
brandList: [
title: '',
list: {
name: '',
url: '',
isHot: true/false,
isNew: true/false
},
...
]
}
\ No newline at end of file
... ...
... ... @@ -44,12 +44,7 @@
cursor: pointer;
height: 25px;
padding-right: 10px;
a {
height: 38px;
line-height: 38px;
padding-top: 5px;
a {
display: block;
font-size: 17px;
border-bottom: 1px solid #f3f3f3;
... ...