deposit.html
2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/base.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/tanchu.css" />
<script src="js/base.js" type="text/javascript" charset="utf-8"></script>
<title>提现确认</title>
</head>
<body>
<div class="seheader center">
<div class="left seback"><a href="#" onClick="javascript:history.back(-1);"><img src="images/care_03.jpg"/></a></div>
<div class="autext">提现确认</div>
</div>
<!--appart1 -->
<div class="infupart1 depobox">
<div class="appro">
<span>银行户名</span>
<span class="right"><input type="text" placeholder="请输入姓名" /></span>
</div>
<div class="appro">
<span>银行卡号</span>
<span class="right"><input type="text" placeholder="请输入银行借记卡卡号" /></span>
</div>
<div class="appro">
<span>所属银行</span>
<span class="right"><input type="text" class="select-value5" placeholder="" /><img src="images/pergo_03.jpg"/></span>
</div>
<div class="appro">
<span>所属地区</span>
<span class="right"><input type="text" class="select-value" placeholder="" /><img src="images/pergo_03.jpg"/></span>
</div>
<div class="appro">
<span>预留手机号</span>
<span class="right"><input type="text" placeholder="请输入您的手机号码" /></span>
</div>
<div class="appyan">
<span class="right"><span class="qufen">|</span><a href="#">获取验证码</a></span>
<span><input type="text" placeholder="请输入您的验证码" /></span>
</div>
<div id="inaccount"><img src="images/vipli_19.jpg"/>5-7个工作日审核到账</div>
</div>
<!--appart1 end-->
<div style="width: 7.2rem;position: absolute;bottom: 0;"><button type="button" class="approbut"/>确认提现</div>
<script src="js/jquery.min.js"></script>
<script src="js/deposit.js"></script><div class="mPicker hide"><div class="mPicker-mask hide"></div></div>
</body>