fix pay center loading speed and style issue. code review by XWG
Showing
2 changed files
with
6 additions
and
5 deletions
@@ -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; |
-
Please register or login to post a comment