Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
xuqi
2015-11-17 13:30:53 +0800
Commit
473e468684093134c30916b6f2c50e83d9afd26d
1 parent
f05ba855
unit vip png
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
static/img/me/vip-se5df70ae85.png
static/sass/me/_home.scss
static/sass/me/_index.scss
static/sass/me/_vip-grade.scss
static/img/me/vip-se5df70ae85.png
deleted
100644 → 0
View file @
f05ba85
8.05 KB
static/sass/me/_home.scss
View file @
473e468
$vip
:
sprite-map
(
"me/vip/*.png"
);
.my-page
{
background
:
#f0f0f0
;
...
...
@@ -27,8 +26,8 @@ $vip: sprite-map("me/vip/*.png");
.vip-icon
{
display
:
inline-block
;
width
:
pxToRem
(
70px
);
height
:
pxToRem
(
30px
);
width
:
pxToRem
(
72px
);
height
:
pxToRem
(
32px
);
vertical-align
:
middle
;
}
...
...
static/sass/me/_index.scss
View file @
473e468
$vip
:
sprite-map
(
"me/vip/*.png"
,
$spacing
:
10px
);
@import
"home"
,
"vip-grade"
,
"order"
,
"order-detail"
,
"coupons"
,
"personal-details"
,
"yoho-coin"
,
"fav"
,
"suggest"
,
"address"
,
"online-service"
;
...
...
static/sass/me/_vip-grade.scss
View file @
473e468
$vip
:
sprite-map
(
"me/vip/*.png"
,
$spacing
:
10px
);
.vip-grade-page
{
background
:
#f0f0f0
;
padding-bottom
:
30rem
/
$pxConvertRem
;
...
...
Please
register
or
login
to post a comment