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
biao
9 years ago
Commit
7140046d52d6b406b7d71ec59cb26bd673d8080d
1 parent
8f997ad4
fix pay center loading speed and style issue. code review by XWG
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
static/js/me/pay.js
static/sass/me/_pay.scss
static/js/me/pay.js
View file @
7140046
...
...
@@ -158,4 +158,5 @@ function main() {
loading
.
showLoadingMask
();
window
.
onload
=
main
;
$
(
document
).
ready
(
main
);
...
...
static/sass/me/_pay.scss
View file @
7140046
...
...
@@ -45,18 +45,18 @@
}
.app
{
width
:
40
%
;
width
:
35
%
;
@include
flexbox
((
flex-basis
:
40
%
));
@include
flexbox
((
flex-basis
:
35
%
));
font-size
:
32rem
/
$pxConvertRem
;
color
:
#414141
;
}
.hint
{
width
:
4
0
%
;
width
:
4
5
%
;
@include
flexbox
((
flex-basis
:
4
0
%
));
@include
flexbox
((
flex-basis
:
4
5
%
));
font-size
:
24rem
/
$pxConvertRem
;
color
:
#4b4b4b
;
...
...
Please
register
or
login
to post a comment