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
Plain Diff
Browse Files
Authored by
hf
2016-02-03 18:11:48 +0800
Commit
b12c4d335621d33a63ff2234218e123e7d4ac321
2 parents
4e6a0ce7
dd6a9c94
Merge branch 'develop/wap' of
http://git.dev.yoho.cn/web/yohobuy
into develop/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 @
b12c4d3
...
...
@@ -161,6 +161,7 @@
height
:
40%
;
overflow
:
hidden
;
display
:
block
;
color
:
#fff
;
}
span
{
width
:
100%
;
...
...
static/sass/me/_logistic.scss
View file @
b12c4d3
...
...
@@ -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 @
b12c4d3
...
...
@@ -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