Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
biao
2016-02-03 17:54:11 +0800
Commit
51755c9e03e2b2ebb50755916390cbe3897ff801
2 parents
ea134a65
dd6a9c94
Merge remote-tracking branch 'origin/develop/wap' into beta/wap
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 @
51755c9
...
...
@@ -161,6 +161,7 @@
height
:
40%
;
overflow
:
hidden
;
display
:
block
;
color
:
#fff
;
}
span
{
width
:
100%
;
...
...
static/sass/me/_logistic.scss
View file @
51755c9
...
...
@@ -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 @
51755c9
...
...
@@ -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