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
Email Patches
Plain Diff
Browse Files
Authored by
biao
2015-12-06 21:25:25 +0800
Commit
ae8f13715dc6098e770bbfc04ae5a6854b3f7b2e
1 parent
48b5ebf8
fix image url on paycenter. code review by Liang zhifeng
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/sass/me/_pay.scss
static/sass/me/_pay.scss
View file @
ae8f137
...
...
@@ -36,7 +36,7 @@
>
div
{
width
:
60rem
/
$pxConvertRem
;
height
:
60rem
/
$pxConvertRem
;
background-image
:
image-url
(
"
/img/
layout/pay-icon.png"
);
background-image
:
image-url
(
"layout/pay-icon.png"
);
background-size
:
90%
;
background-position-y
:
8rem
/
$pxConvertRem
;
background-position-x
:
center
;
...
...
Please
register
or
login
to post a comment