Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
05d7987c091e5a1f593ae18588c9412b41d1ece6
1 parent
da82f7be
to modify home css
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
static/sass/me/_home.scss
static/sass/product/_recommend-for-you.scss
static/sass/me/_home.scss
View file @
05d7987
...
...
@@ -81,7 +81,7 @@
margin-bottom
:
pxToRem
(
30px
);
padding
:
pxToRem
(
6px
)
0
;
text-align
:
center
;
background
:
#121314
;
background
:
rgba
(
0
,
0
,
0
,
0
.8
)
;
height
:
pxToRem
(
76px
);
.link-item
{
...
...
@@ -128,11 +128,12 @@
background
:
#fff
;
.order-title
{
display
:
block
;
padding
:
0
pxToRem
(
30px
);
font-size
:
pxToRem
(
32px
)
;
font-size
:
16px
;
line-height
:
pxToRem
(
88px
);
a
{
span
{
color
:
#e0e0e0
;
float
:
right
;
}
...
...
@@ -151,7 +152,7 @@
position
:
relative
;
float
:
left
;
color
:
#444
;
font-size
:
pxToRem
(
28px
)
;
font-size
:
14px
;
line-height
:
1
.5
;
width
:
pxToRem
(
193px
);
...
...
@@ -191,7 +192,7 @@
display
:
block
;
position
:
relative
;
padding
:
0
pxToRem
(
30px
);
font-size
:
pxToRem
(
32px
)
;
font-size
:
16px
;
line-height
:
pxToRem
(
88px
);
&
.highlight
{
...
...
static/sass/product/_recommend-for-you.scss
View file @
05d7987
...
...
@@ -9,7 +9,7 @@
line-height
:
pxToRe
(
88px
);
text-align
:
center
;
color
:
#444
;
font-weight
:
bold
;
//
font-weight: bold;
}
.swiper-container
{
...
...
Please
register
or
login
to post a comment