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
Rock Zhang
9 years ago
Commit
c72d54be08a7d66c7a279ae85528caa2f5eaf069
2 parents
a1d13341
9a1dc5c8
Merge branch 'develop/wap' of git.dev.yoho.cn:web/yohobuy into develop/wap
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
static/sass/cart/_good.scss
static/sass/layout/_header.scss
static/sass/me/_logistic.scss
static/sass/cart/_good.scss
View file @
c72d54b
...
...
@@ -14,7 +14,7 @@
.checkbox
{
position
:
absolute
;
top
:
50%
;
margin-top
:
-
1
4rem
/
$pxConvertRem
;
margin-top
:
-
3
4rem
/
$pxConvertRem
;
margin-left
:
8rem
/
$pxConvertRem
;
font-size
:
28rem
/
$pxConvertRem
;
...
...
static/sass/layout/_header.scss
View file @
c72d54b
...
...
@@ -126,7 +126,7 @@
width
:
100%
;
height
:
90rem
/
$pxConvertRem
;
overflow
:
hidden
;
//border-top: 1px solid #444
;
border-top
:
1px
solid
#fff
;
color
:
#fff
;
&
.boys
{
...
...
static/sass/me/_logistic.scss
View file @
c72d54b
...
...
@@ -9,8 +9,6 @@ $border_color_light: #eee;
.logistic-page
{
background-color
:
$logistic_gray
;
@include
set-singleBorder
(
"bottom"
,
$border_color_light
);
.overview
{
height
:
120rem
/
$pxConvertRem
;
line-height
:
120rem
/
$pxConvertRem
;
...
...
@@ -66,9 +64,6 @@ $border_color_light: #eee;
font-size
:
40rem
/
$pxConvertRem
;
color
:
#4f4f4f
;
@include
set-singleBorder
(
"top"
,
$border_color_strong
);
@include
set-singleBorder
(
"bottom"
,
$border_color_light
);
}
.detail
{
...
...
Please
register
or
login
to post a comment