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
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
9a1dc5c8c0a973557de6bf04ab739295d0e202ec
1 parent
e9acf69a
物流详情 颜色
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
static/sass/layout/_header.scss
static/sass/me/_logistic.scss
static/sass/layout/_header.scss
View file @
9a1dc5c
...
...
@@ -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 @
9a1dc5c
...
...
@@ -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