Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
2015-10-21 15:36:13 +0800
Commit
5d3e6ce94256f9f15eedf99eb4915cfdb8202780
1 parent
a507db09
brand
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
6 deletions
docs/data-structure.md
static/sass/category/_brand.scss
docs/data-structure.md
View file @
5d3e6ce
...
...
@@ -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
...
...
static/sass/category/_brand.scss
View file @
5d3e6ce
...
...
@@ -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
;
...
...
Please
register
or
login
to post a comment