-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfind-password-setNewPassword找回密码-设置新密码.html
58 lines (52 loc) · 1.48 KB
/
find-password-setNewPassword找回密码-设置新密码.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
<!DOCTYPE html>
<html lang="zh-cmn-Hans" class="_1m2 _find-password">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title>房天天v2</title>
<link rel="stylesheet" href="css/light7.min.css">
<link rel="stylesheet" href="css/ant-iconfont.css">
<link rel="stylesheet" href="css/app.css">
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/light7.min.js"></script>
</head>
<body>
<div class="page">
<header class="bar bar-nav">
<a class="button button-link button-nav pull-left" href="#" data-transition='slide-out'>
<i class="anticon anticon-left"></i>
</a>
<h1 class="title">找回密码</h1>
</header>
<div class="content">
<div class="list-block">
<div class="list-block">
<ul style="border: none;">
<li>
<div class="item-content">
<div class="item-inner border _t _b" style="border:none;">
<div class="item-title label">新密码</div>
<div class="item-input">
<input type="password" placeholder="请输入新密码">
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="_padding">
<a href="#" class="button button-big button-round button-fill">确定</a>
</div>
</div>
</div>
</body>
<script>
$(function(){
$.init();
});
</script>
</html>