|
24 | 24 | <div class="panel-title"> |
25 | 25 | <span>线上充值</span> |
26 | 26 | </div> |
27 | | - <div style="height: 130px; margin-top: 20px; display: flex;"> |
| 27 | + <div style="height: 130px; margin-top: 20px; display: flex; border-bottom: 1px solid #dedede"> |
28 | 28 | <div style="flex: 1;"> |
29 | | - <div style="display: flex; height: 55px; justify-content: center; align-items: center; margin: 10px;"> |
| 29 | + <div |
| 30 | + style="display: flex; height: 55px; justify-content: center; align-items: center; margin: 10px;"> |
30 | 31 | <div style="width: 100px; font-size: 16px;">支付方式</div> |
31 | 32 | <div style="flex: 1;"> |
32 | | - <img src="../../assets/images/alipay.png" alt="alipay" height="50px" style="border: 1px solid #DDDDDD; margin-right: 20px; padding: 2px"> |
33 | | - <img src="../../assets/images/wechat_pay.png" alt="alipay" height="50px" style="border: 1px solid #FFFFFF; margin-right: 20px; padding: 2px"> |
| 33 | + <img src="../../assets/images/alipay.png" alt="alipay" height="50px" |
| 34 | + style="border: 1px solid #DDDDDD; margin-right: 20px; padding: 2px"> |
| 35 | + <img src="../../assets/images/wechat_pay.png" alt="alipay" height="50px" |
| 36 | + style="border: 1px solid #FFFFFF; margin-right: 20px; padding: 2px"> |
34 | 37 | </div> |
35 | 38 | </div> |
36 | | - <div style="display: flex; min-height: 50px; justify-content: center; align-items: center; margin: 10px;"> |
| 39 | + <div |
| 40 | + style="display: flex; min-height: 50px; justify-content: center; align-items: center; margin: 10px;"> |
37 | 41 | <div style="width: 100px; font-size: 16px;">充值金额</div> |
38 | 42 | <div style="flex: 1;"> |
39 | 43 | <Radio-group v-model="animal"> |
|
43 | 47 | <Radio label="1000" style="padding: 5px 10px;">1000元</Radio> |
44 | 48 | <Radio label="2000" style="padding: 5px 10px;">2000元</Radio> |
45 | 49 | <Radio label="5000" style="padding: 5px 10px;">5000元</Radio> |
46 | | - <Radio label="0" style="padding: 5px 10px;"><Input v-model="value" placeholder="请输入充值金额" style="width: 120px"></Input> 元</Radio> |
| 50 | + <Radio label="0" style="padding: 5px 10px;"><Input v-model="value" placeholder="请输入充值金额" |
| 51 | + style="width: 120px"></Input> 元 |
| 52 | + </Radio> |
47 | 53 | </Radio-group> |
48 | 54 | </div> |
49 | 55 | </div> |
|
52 | 58 | <Button type="info">立即充值</Button> |
53 | 59 | </div> |
54 | 60 | </div> |
| 61 | + <div class="panel-title"> |
| 62 | + <span>线下汇款</span> |
| 63 | + </div> |
| 64 | + <div> |
| 65 | + <table class="table table-outline"> |
| 66 | + <thead> |
| 67 | + <tr> |
| 68 | + <th>开户名</th> |
| 69 | + <th class="first-td">开户行</th> |
| 70 | + <th>账号</th> |
| 71 | + </tr> |
| 72 | + </thead> |
| 73 | + <tbody> |
| 74 | + <tr> |
| 75 | + <td rowspan="6" style="vertical-align: middle">代码兔科技有限公司</td> |
| 76 | + <td class="first-td">中国工商银行永川分行火车站分理处</td> |
| 77 | + <td>5719 0767 3610 202</td> |
| 78 | + </tr> |
| 79 | + <tr> |
| 80 | + <td>中国建设银行永川分行</td> |
| 81 | + <td>3300 1616 7810 5995 0652</td> |
| 82 | + </tr> |
| 83 | + </tbody> |
| 84 | + </table> |
| 85 | + <div class="well" style="margin-bottom: 64px"><h5>线下汇款处理说明</h5> |
| 86 | + <p>在转帐或汇款完成后,请您将以下信息,通过邮件发送给 kefu@daimatu.cn 或提供给您的专属销售人员。</p> |
| 87 | + <p>我们将在 1-2 个工作日内,为您的账号完成充值。</p> |
| 88 | + <p>汇款信息:单位名称、汇款银行、汇款账户、汇款金额或直接提供“汇款底单”。</p> |
| 89 | + <p>平台账号信息:账号类型(企业或个人)、平台账号名、商户名称、联系电话。</p> |
| 90 | + <p>如有疑问,请致电客服 400-0000008。</p> |
| 91 | + <p>特别提醒:请企业客户线下汇款时、尽可能通过“公司银行账户”汇款,并确保与开具发票公司名称一致,以便您能更方便地开具发票。</p></div> |
| 92 | + </div> |
55 | 93 | </Row> |
56 | 94 | </div> |
57 | 95 | </template> |
58 | 96 |
|
59 | | -<style> |
| 97 | +<style scoped> |
60 | 98 | .title { |
61 | 99 | display: block; |
62 | 100 | width: 100%; |
63 | 101 | text-align: left; |
64 | 102 | font-size: 16px; |
65 | 103 | color: #949494; |
66 | 104 | } |
| 105 | +
|
67 | 106 | .usage { |
68 | 107 | display: block; |
69 | 108 | width: 100%; |
|
72 | 111 | font-size: 22px; |
73 | 112 | font-weight: 500; |
74 | 113 | } |
| 114 | +
|
75 | 115 | .usage span { |
76 | 116 | color: #65b6f3; |
77 | 117 | } |
| 118 | +
|
78 | 119 | .usage .unit { |
79 | 120 | font-size: 22px; |
80 | 121 | color: #949494; |
81 | 122 | } |
| 123 | +
|
82 | 124 | .line { |
83 | 125 | border-left: 1px solid #ecedf1; |
84 | 126 | } |
| 127 | +
|
85 | 128 | .panel-title { |
| 129 | + margin-top: 20px; |
86 | 130 | height: 26px; |
87 | 131 | line-height: 26px; |
88 | 132 | font-size: 20px; |
89 | 133 | font-weight: 500; |
90 | 134 | color: #515151; |
91 | 135 | } |
92 | 136 |
|
| 137 | + .table { |
| 138 | + width: 100%; |
| 139 | + max-width: 100%; |
| 140 | + margin-bottom: 20px; |
| 141 | + border-collapse: collapse; |
| 142 | + border-spacing: 0; |
| 143 | + } |
| 144 | +
|
| 145 | + .table > thead > tr > th { |
| 146 | + padding: 17px 0; |
| 147 | + background-color: #fff; |
| 148 | + font-weight: 400; |
| 149 | + color: #636363; |
| 150 | + } |
| 151 | +
|
| 152 | + .table > thead > tr > th { |
| 153 | + border-bottom: 1px solid #ecedf1; |
| 154 | + } |
| 155 | +
|
| 156 | + .table > thead > tr > th { |
| 157 | + vertical-align: bottom; |
| 158 | + } |
| 159 | +
|
| 160 | + .table-outline thead tr th:first-child { |
| 161 | + text-align: left; |
| 162 | + padding-left: 0; |
| 163 | + } |
| 164 | +
|
| 165 | + .table td.first-td, .table th.first-td { |
| 166 | + padding-left: 40px; |
| 167 | + } |
| 168 | +
|
| 169 | + .table > tbody > tr { |
| 170 | + width: 100%; |
| 171 | + } |
| 172 | +
|
| 173 | + .table-outline tbody tr:first-child td:first-child { |
| 174 | + font-size: 16px; |
| 175 | + color: #747474; |
| 176 | + } |
| 177 | +
|
| 178 | + .table > tbody > tr:first-child td { |
| 179 | + border-top: none; |
| 180 | + } |
| 181 | +
|
| 182 | + .table > tbody > tr > td:first-child { |
| 183 | + padding-left: 40px; |
| 184 | + } |
| 185 | +
|
| 186 | + .table > tbody > tr > td { |
| 187 | + padding: 12px 0; |
| 188 | + border-top: 0; |
| 189 | + } |
| 190 | +
|
| 191 | + table tbody tr:nth-child(odd):first-child td:not(:first-child), table tbody tr:nth-child(odd):not(:first-child) td { |
| 192 | + background-color: #f7f8fa; |
| 193 | + } |
| 194 | +
|
| 195 | + .well { |
| 196 | + min-height: 20px; |
| 197 | + padding: 19px; |
| 198 | + margin-bottom: 20px; |
| 199 | + background-color: #f5f5f5; |
| 200 | + border: 1px solid #e3e3e3; |
| 201 | + border-radius: 4px; |
| 202 | + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05); |
| 203 | + box-shadow: inset 0 1px 1px rgba(0,0,0,.05); |
| 204 | + font-size: 14px; |
| 205 | + } |
| 206 | + h5 { |
| 207 | + padding-bottom: 10px; |
| 208 | + font-size: 18px; |
| 209 | + font-weight: 500; |
| 210 | + color: #444242; |
| 211 | + } |
| 212 | + p { |
| 213 | + margin: 0 0 10px 20px; |
| 214 | + } |
93 | 215 | </style> |
94 | 216 |
|
95 | 217 | <script> |
|
0 commit comments