check_origin_phone_frm.html
2.52 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"/>
<meta name="format-detection" content="telephone=no,email=no,date=no,address=no">
<title>找回密码-发送验证码</title>
<link rel="stylesheet" type="text/css" href="../../css/api.css"/>
<link rel="stylesheet" type="text/css" href="../../css/aui.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style.css"/>
<link rel="stylesheet" type="text/css" href="../../css/login/forgetPassword.css"/>
<style>
html,
body{
background-color: #F4F6F9;
}
</style>
</head>
<body>
<div style="margin-top:20px;margin-left:15px;">
<i class="aui-iconfont aui-icon-info tip-panel">
</i>
<span class="tip-title">为了您的账号安全,请先进行账号验证</span>
</div>
<div class="form-panel">
<div class="aui-list" style="border-radius:16px;">
<div class="aui-list-item" style="border-bottom: none;background-size: 100% 0px;">
<div class="aui-list-item-left">
<img src="../../image/login_icon_pohone.png" style="height:24px;width:24px;"/>
</div>
<div class="aui-list-item-center">
<input id="phone" class="aui-input" type="tel" placeholder="+86 | 请输入旧密码" style="border-bottom:1px solid #F0F5FF;margin-right:15px;">
</div>
</div>
<div class="aui-list-item" style="border-bottom: none;background-size: 100% 0px;">
<div class="aui-list-item-left">
<img src="../../image/login_icon_captcha.png" style="height:24px;width:24px;"/>
</div>
<div class="aui-list-item-center">
<input id="code" class="aui-input" type="text" placeholder="手机验证码" style="border-bottom:1px solid #F0F5FF;">
</div>
<div class="aui-list-item-right">
<div class="aui-btn send-code-btn code-btn-disable" tapmode onclick="sendCode();"><span id='sms-text'>获取验证码</span></div>
</div>
</div>
</div>
</div>
<div style="margin-left:15px;margin-right:15px;margin-top:15px;">
<span tapmode onclick="next();" class="next-btn">下一步</span>
</div>
</body>
<script type="text/javascript" src="../../script/api.js"></script>
<script type="text/javascript">
apiready = function(){
};
</script>
</html>