Authored by biao

fix pay center loading speed and style issue. code review by XWG

@@ -158,4 +158,5 @@ function main() { @@ -158,4 +158,5 @@ function main() {
158 158
159 loading.showLoadingMask(); 159 loading.showLoadingMask();
160 160
161 -window.onload = main; 161 +$(document).ready(main);
  162 +
@@ -45,18 +45,18 @@ @@ -45,18 +45,18 @@
45 } 45 }
46 46
47 .app { 47 .app {
48 - width: 40%; 48 + width: 35%;
49 49
50 - @include flexbox((flex-basis: 40%)); 50 + @include flexbox((flex-basis: 35%));
51 51
52 font-size: 32rem / $pxConvertRem; 52 font-size: 32rem / $pxConvertRem;
53 color: #414141; 53 color: #414141;
54 } 54 }
55 55
56 .hint { 56 .hint {
57 - width: 40%; 57 + width: 45%;
58 58
59 - @include flexbox((flex-basis: 40%)); 59 + @include flexbox((flex-basis: 45%));
60 60
61 font-size: 24rem / $pxConvertRem; 61 font-size: 24rem / $pxConvertRem;
62 color: #4b4b4b; 62 color: #4b4b4b;