Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
梁志锋
2016-02-03 17:45:38 +0800
Commit
57f9a173d05cc3ca7c7bf8ae47bc2b3b1e63bb0d
1 parent
539b568a
白线问题和头部导航颜色问题
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
static/sass/layout/_header.scss
static/sass/me/_logistic.scss
static/sass/me/_yoho-coin-new.scss
static/sass/layout/_header.scss
View file @
57f9a17
...
...
@@ -161,6 +161,7 @@
height
:
40%
;
overflow
:
hidden
;
display
:
block
;
color
:
#fff
;
}
span
{
width
:
100%
;
...
...
static/sass/me/_logistic.scss
View file @
57f9a17
...
...
@@ -120,5 +120,12 @@ $border_color_light: #eee;
.banner
{
margin-bottom
:
40rem
/
$pxConvertRem
;
a
{
img
{
width
:
100%
;
height
:
100%
;
}
}
}
}
...
...
static/sass/me/_yoho-coin-new.scss
View file @
57f9a17
...
...
@@ -62,5 +62,11 @@
.banner
{
padding-top
:
pxToRem
(
30px
);
border-top
:
1px
solid
#e0e0e0
;
a
{
img
{
width
:
100%
;
}
}
}
}
...
...
Please
register
or
login
to post a comment