Showing
4 changed files
with
8 additions
and
6 deletions
web-static/img/pay/app-qr.png
deleted
100644 → 0
18.9 KB
web-static/img/pay/qr-img.png
0 → 100644
66 KB
@@ -32,7 +32,7 @@ | @@ -32,7 +32,7 @@ | ||
32 | .order-info { | 32 | .order-info { |
33 | margin-top: 40px; | 33 | margin-top: 40px; |
34 | border-top: 1px solid #e0e0e0; | 34 | border-top: 1px solid #e0e0e0; |
35 | - padding: 30px 50px 0; | 35 | + padding-top: 30px; |
36 | position: relative; | 36 | position: relative; |
37 | 37 | ||
38 | li { | 38 | li { |
@@ -63,7 +63,7 @@ | @@ -63,7 +63,7 @@ | ||
63 | padding-bottom: 0; | 63 | padding-bottom: 0; |
64 | 64 | ||
65 | > a { | 65 | > a { |
66 | - width: 100px; | 66 | + width: 120px; |
67 | height: 32px; | 67 | height: 32px; |
68 | line-height: 32px; | 68 | line-height: 32px; |
69 | color: #fff; | 69 | color: #fff; |
@@ -76,12 +76,12 @@ | @@ -76,12 +76,12 @@ | ||
76 | 76 | ||
77 | &:after { | 77 | &:after { |
78 | content: ''; | 78 | content: ''; |
79 | - width: 300px; | 79 | + width: 450px; |
80 | height: 170px; | 80 | height: 170px; |
81 | - background: resolve('pay/app-qr.png'); | 81 | + background: resolve('pay/qr-img.png'); |
82 | position: absolute; | 82 | position: absolute; |
83 | top: 30px; | 83 | top: 30px; |
84 | - right: 50px; | 84 | + right: 0; |
85 | } | 85 | } |
86 | } | 86 | } |
87 | 87 | ||
@@ -123,7 +123,9 @@ | @@ -123,7 +123,9 @@ | ||
123 | content: ''; | 123 | content: ''; |
124 | width: 13px; | 124 | width: 13px; |
125 | height: 13px; | 125 | height: 13px; |
126 | + margin-left: 8px; | ||
126 | display: inline-block; | 127 | display: inline-block; |
128 | + vertical-align: middle; | ||
127 | background: resolve('pay/change-icon.png'); | 129 | background: resolve('pay/change-icon.png'); |
128 | } | 130 | } |
129 | } | 131 | } |
-
Please register or login to post a comment