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
xuqi
2016-07-01 15:31:39 +0800
Commit
0fcf0c5b8d95fa6df4d931fb5d8a8e592f8bb18c
1 parent
6fe7b604
reposition files
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
2 deletions
public/scss/_floor.css → public/scss/components/_floor.css
public/scss/components/_index.css
public/scss/components/_path-nav.css
public/scss/index.css
public/scss/_floor.css → public/scss/
components/
_floor.css
View file @
0fcf0c5
public/scss/components/_index.css
View file @
0fcf0c5
@import
"pagination"
;
/* 分页 */
@import
"goods"
;
/* 商品 */
@import
"path-nav"
;
/* 面包屑 */
@import
"floor"
;
/* 楼层头部 */
...
...
public/scss/components/_path-nav.css
0 → 100644
View file @
0fcf0c5
.path-nav
{
font-size
:
14px
;
padding
:
15px
0
;
height
:
18px
;
line-height
:
18px
;
font-family
:
"黑体"
;
a
{
color
:
#666
;
text-decoration
:
none
;
}
}
.last
{
font-weight
:
700
;
}
.iconfont
{
font-family
:
iconfont
!important
;
font-size
:
14px
;
font-style
:
normal
;
text-decoration
:
none
;
margin-left
:
6px
;
margin-right
:
6px
;
}
...
...
public/scss/index.css
View file @
0fcf0c5
@import
"base"
;
@import
"components/index"
;
@import
"path-nav"
;
@import
"floor"
;
...
...
Please
register
or
login
to post a comment