-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
86 lines (76 loc) · 3 KB
/
signup.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<title></title>
<link rel="stylesheet" type="text/css" href="css/reset.css" />
<link rel="stylesheet" type="text/css" href="css/signup.css" />
<link rel="stylesheet" type="text/css" href="css/foot.css"/>
<script src="js/chenge.js" type="text/javascript"></script>
</head>
<body>
<div class="wrapper">
<div class="wrap">
<div class="returnup">
<img src="images/12.png"/>
</div>
<div class="title_item">
<h4>注册小米账号</h4>
</div>
<form>
<div class="inputbg">
<label class="labelbox" for="">
<input id="username" class="user" type="text" name="phone" data-type="PH" placeholder="请输入用户名">
</label>
<div id="notenoe" class="err_tip" style="display: none;">
<span id="s1">用户名不可以注册</span>
</div>
<!--<div class="inputbg">-->
<label class="labelbox" for="">
<input id="pwd" class="pwd1" type="password" name="phone" data-type="PH" placeholder="请输入密码">
<input id="pwdtwo" class="pwd2" type="password" name="phone" data-type="PH" placeholder="请确认密码">
</label>
<!--</div>-->
<div id="notetwo" class="err_tip" style="display: none;">
<span id="s2">输入密码不一致</span>
</div>
<input id="signup" class="btn_reg" data-to="phone-step2" type="button" value="立即注册">
<p class="msg">
点击“立即注册”,即表示您同意并愿意遵守小米
<a href="###" target="_blank" title="用户协议">用户协议</a>
和
<a href="###" target="_blank" title="隐私政策">隐私政策</a>
</p>
</div>
</form>
</div>
<div class="n-footer">
<div class="nf-link-area">
<ul class="lang-select-list">
<li>
<a href="###" class="lang-select-li current">简体</a>|</li>
<li>
<a href="###">繁体</a>|</li>
<li>
<a href="###">English</a>|</li>
<li>
<a href="http://static.account.xiaomi.com/html/faq/faqList.html" target="_blank">常见问题</a>
</li>
</ul>
</div>
<p class="nf-intro"><span>小米公司版权所有-京ICP备10046444-<a class="beian-record-link" target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802020134"><span><img src="https://account.xiaomi.com/static/res/9204d06/account-static/respassport/acc-2014/img/ghs.png"></span>京公网安备11010802020134号</a>-京ICP证110507号</span>
</p>
</div>
</div>
</body>
<script type="text/javascript" src="js/n_ajaxFn.js"></script>
<script type="text/javascript" src="js/signup.js"></script>
<script type="text/javascript">
sessionStorage['href']=window.location.href;
var headerLeft=document.getElementsByClassName("returnup")[0];
headerLeft.onclick=function(){
window.history.back();
}
</script>
</html>