-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfind-pwd.html
More file actions
101 lines (89 loc) · 4.31 KB
/
find-pwd.html
File metadata and controls
101 lines (89 loc) · 4.31 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>找回密码</title>
<meta name="description" content="彗星是一个用户自主评级的区块链投资社区,每个人都可以对项目进行评价并打分。同时彗星还是一个区块链的百科全书,帮助用户挖掘优质的好项目">
<meta name="keywords" content="彗星社区;区块链;数字货币;区块链评测;区块链投资">
<link rel="icon" href="img/huixing.png" type="image/x-icon"/>
<link rel="stylesheet" media="all" href="css/bootstrap.min.css">
<link rel="stylesheet" media="all" href="css/bootstrap-datetimepicker.min.css" />
<!--<link rel="stylesheet" href="css/common.css">-->
<link rel="stylesheet" href="css/find-pwd.css" />
<link rel="stylesheet" href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css">
<link rel="stylesheet" href="css/loading.css">
<link rel="stylesheet" href="css/common.css" />
<link rel="stylesheet" href="css/load.css" />
</head>
<body lang="zh-CN" class="reader-black-font">
<div class="block-comet-main-wrap">
<div class="navbar-fixed-container navbar-fixed-container-hook">
</div>
<div class="container">
<header class="header_title">
<a href="index.html">彗星</a>
</header>
<form role="form" class="form-register" id="form-register1" action="">
<div class="main">
<h4 class="reset-phonenum">用手机号重置密码</h4>
<div class="js-sign-in-container">
<form id="new_session" action="/sessions" accept-charset="UTF-8" method="post">
<div class="input-prepend restyle ">
<input placeholder="手机号" type="text" class="border_radT" id="session_phone">
<i class="fa fa-user"></i>
</div>
<div class="input-prepend phone_code_hide">
<input placeholder="短信验证码" type="text" name="tel" id="phone_code">
<i class="fa fa-key"></i>
<a class="btn-up-resend js-send-code-button" href="javascript:void(0);" id="send_code">发送验证码</a>
</div>
<div class="input-prepend">
<input placeholder="请输入新的密码" type="password" name="tel"class="border_radP" id="confirm_password">
<i class="fa fa-unlock-alt"></i>
</div>
<div class="input-prepend">
<input placeholder="请再输入一遍新的密码" type="password" class="border_radB" name="pwd" id="confirm_password_again">
<i class="fa fa-unlock-alt"></i>
</div>
<input class="sign-in-button" id="sign-in-form-submit-btn" type="button" value="重置密码">
<span class="ouro">
<span class="left"><span class="anim"></span></span>
<span class="right"><span class="anim"></span></span>
</span>
</input>
</form>
<!-- 更多登录方式 -->
<a class="return" href="login.html"><i class="iconfont ic-back"></i> 返回登录注册</a>
</div>
</div>
</form>
</div>
<footer class="fixed-footer-wrap">
<div class="footer-detail">
<div class="container">
<div class="row">
<!--<span class="footer-left"><a href="#"><i>2018</i>彗星科技有限公司</a></span>-->
<span class="footer-left"><a target="_blank" href="http://www.miitbeian.gov.cn">2018, Shenzhen Huixing Information Technology Co., Ltd. All Rights Reserved. 深圳市彗星信息科技有限公司 <span style="padding-left: 10px">粤ICP备18013444号</span></a>
</span>
<div class="pull-right">
<span class="footer-right"><a href="#">加入我们</a></span>
<span class="footer-right"><a href="#">联系我们</a></span>
</div>
<!--<div class="col-md-5"></div>-->
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-2.1.1.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.cookie.js"></script>
<script src="js/common.js"></script>
<script src="js/plugins/layer/layer.js"></script>
<!--<script src="js/register.js"></script>-->
<script src="js/find-pwd.js"></script>
</body>
</html>