-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresiger.html
68 lines (68 loc) · 2 KB
/
resiger.html
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
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>注册</title>
<link rel="stylesheet" href="css/resiger.css" />
<script src="js/zepto.min.js"></script>
<script src="js/resiger.js"></script>
</head>
<body>
<section>
<a href="">
<img src="img/res_banner.gif" alt="" />
</a>
</section>
<main>
<div>
<div class="form_control">
<font>用户名</font>
<input type="text" placeholder="请输入您的用户名" class="user"/>
</div>
<div class="form_control">
<font>支付密码</font>
<input type="number" placeholder="请输入您的六位支付密码" class="pass"/>
</div>
<div class="form_control">
<font>确认密码</font>
<input type="number" placeholder="请输入再次输入您的支付密码" class="ispass"/>
</div>
<div class="form_control">
<font>手机号</font>
<input type="text" placeholder="请输入您的手机号码" class="phone"/>
</div>
<div class="contrl">
<div class="form_control2">
<font>验证码</font>
<input type="text" placeholder="请输入手机验证码" class="check_code"/>
</div>
<div class="send">
发送验证码
</div>
</div>
<div class="contrl">
<div class="form_control2 form_control3">
<font>图形验证码</font>
<input type="text" placeholder="请输入右侧验证码" class="tu_check_code"/>
</div>
<!--<div class="tuxin">-->
<img src="img/yanzheng.gif" alt="" />
<!--</div>-->
</div>
<div class="form_control">
<font>推荐人</font>
<input type="text" placeholder="请输入您的推荐人" class="tuijian"/>
</div>
<div class="form_control">
<font>接点人</font>
<input type="text" placeholder="请输入您的接点人" class="jiedian"/>
</div>
<button>
提交
</button>
</div>
</main>
<script src="js/computed.js"></script>
</body>
</html>