Skip to content

Commit a4ea438

Browse files
author
myxingke
committed
支付充值
1 parent 8fb42cc commit a4ea438

File tree

1 file changed

+129
-7
lines changed

1 file changed

+129
-7
lines changed

src/module/merchant/pages/expense/account.vue

Lines changed: 129 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,20 @@
2424
<div class="panel-title">
2525
<span>线上充值</span>
2626
</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">
2828
<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;">
3031
<div style="width: 100px; font-size: 16px;">支付方式</div>
3132
<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">
3437
</div>
3538
</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;">
3741
<div style="width: 100px; font-size: 16px;">充值金额</div>
3842
<div style="flex: 1;">
3943
<Radio-group v-model="animal">
@@ -43,7 +47,9 @@
4347
<Radio label="1000" style="padding: 5px 10px;">1000元</Radio>
4448
<Radio label="2000" style="padding: 5px 10px;">2000元</Radio>
4549
<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>&nbsp;&nbsp;元</Radio>
50+
<Radio label="0" style="padding: 5px 10px;"><Input v-model="value" placeholder="请输入充值金额"
51+
style="width: 120px"></Input>&nbsp;&nbsp;
52+
</Radio>
4753
</Radio-group>
4854
</div>
4955
</div>
@@ -52,18 +58,51 @@
5258
<Button type="info">立即充值</Button>
5359
</div>
5460
</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>
5593
</Row>
5694
</div>
5795
</template>
5896

59-
<style>
97+
<style scoped>
6098
.title {
6199
display: block;
62100
width: 100%;
63101
text-align: left;
64102
font-size: 16px;
65103
color: #949494;
66104
}
105+
67106
.usage {
68107
display: block;
69108
width: 100%;
@@ -72,24 +111,107 @@
72111
font-size: 22px;
73112
font-weight: 500;
74113
}
114+
75115
.usage span {
76116
color: #65b6f3;
77117
}
118+
78119
.usage .unit {
79120
font-size: 22px;
80121
color: #949494;
81122
}
123+
82124
.line {
83125
border-left: 1px solid #ecedf1;
84126
}
127+
85128
.panel-title {
129+
margin-top: 20px;
86130
height: 26px;
87131
line-height: 26px;
88132
font-size: 20px;
89133
font-weight: 500;
90134
color: #515151;
91135
}
92136
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+
}
93215
</style>
94216

95217
<script>

0 commit comments

Comments
 (0)