Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
2016-08-13 13:09:03 +0800
Commit
6bcaa80c0892066c09a44cd5cd523cdb1dd044b5
1 parent
7350bbb7
brand
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
public/js/brand/index.page.js
public/scss/brand/_brand.css
public/js/brand/index.page.js
View file @
6bcaa80
...
...
@@ -69,3 +69,5 @@ $('.brand-tabs').each(function() {
$
(
'.category-nav'
).
find
(
'.'
+
tab
).
hide
();
}
});
...
...
public/scss/brand/_brand.css
View file @
6bcaa80
...
...
@@ -90,6 +90,7 @@
}
dd
{
width
:
1180px
;
li
{
float
:
left
;
...
...
@@ -101,9 +102,9 @@
margin-top
:
20px
;
}
li
:nth-child
(
4n
)
{
/*
li:nth-child(4n) {
margin-right: 0;
}
}
*/
li
:nth-child
(
-n
+
4
)
{
margin-top
:
0
;
...
...
Please
register
or
login
to post a comment