style:支付
Showing
4 changed files
with
29 additions
and
4 deletions
... | @@ -103,12 +103,35 @@ | ... | @@ -103,12 +103,35 @@ |
103 | } | 103 | } |
104 | .scan_code { | 104 | .scan_code { |
105 | text-align: center; | 105 | text-align: center; |
106 | margin:30px 0 100px 0; | 106 | margin-top: 50px; |
107 | } | 107 | } |
108 | .scan_code p { | 108 | .scanning_results { |
109 | width: 184px; | ||
110 | height: 236px; | ||
111 | border: 1px solid #DEDEDE; | ||
112 | margin: 0 auto; | ||
113 | margin-bottom: 30px; | ||
114 | position: relative; | ||
115 | } | ||
116 | .codeShowImg { | ||
117 | width: 198px; | ||
118 | height: 174px; | ||
119 | position: absolute; | ||
120 | right: -207px; | ||
121 | top: -67px; | ||
122 | } | ||
123 | .scan_code p:nth-child(1) { | ||
124 | color: #303030; | ||
125 | font-size: 12px; | ||
126 | } | ||
127 | .scan_code p:nth-child(2) { | ||
109 | font-size: 28px; | 128 | font-size: 28px; |
110 | font-weight: 600; | 129 | font-weight: 600; |
111 | color: #FA6400; | 130 | color: #FA6400; |
131 | margin-bottom: 15px; | ||
132 | } | ||
133 | .erweima { | ||
134 | width: 100%; | ||
112 | } | 135 | } |
113 | .code_detail img { | 136 | .code_detail img { |
114 | width: 32px; | 137 | width: 32px; | ... | ... |
staticImages/alipayShow.png
0 → 100644
23.7 KB
staticImages/weixinShow.png
0 → 100644
24.4 KB
... | @@ -84,9 +84,11 @@ | ... | @@ -84,9 +84,11 @@ |
84 | </li> | 84 | </li> |
85 | </ul> | 85 | </ul> |
86 | <div class="scan_code"> | 86 | <div class="scan_code"> |
87 | <p>扫一扫付款(元)</p> | ||
87 | <p>600.00</p> | 88 | <p>600.00</p> |
88 | <div> | 89 | <div class="scanning_results"> |
89 | <img src="../staticImages/code.png"> | 90 | <img class="erweima" src="../staticImages/code.png"> |
91 | <img class="codeShowImg" src="../staticImages/alipayShow.png"> | ||
90 | <div class="code_detail"> | 92 | <div class="code_detail"> |
91 | <img src="../staticImages/saoyisao.png"> | 93 | <img src="../staticImages/saoyisao.png"> |
92 | <ul> | 94 | <ul> | ... | ... |
-
Please register or sign in to post a comment