identityAuthentication.html
2.73 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
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>立即办理-身份认证</title>
<script type="text/javascript" src="../../staticJs/head.js"></script>
<link rel="stylesheet" type="text/css" href="../../staticCss/progress.css">
<link rel="stylesheet" type="text/css" href="../../staticCss/sfrz.css">
</head>
<body>
<div class="navigation_crumbs">
<div class="contentBox">
<span class="layui-breadcrumb">
<a href="../../index.html">首页</a>
<a href="../wssq.html">网上申请</a>
<a><cite>身份认证</cite></a>
</span>
</div>
</div>
<div class="content_box">
<div class="name_title">
<h2>转移类</h2>
<p id="sqfs">商品房转移买卖转移登记</p>
</div>
<div class="content_area">
<div class="progressBar">
<ul class="app_progress" id="app_progress">
</ul>
</div>
<div class="info_query">
<div class="nav_title">
<h2>买方</h2>
</div>
<div class="sms_authentication">
<h5 style="margin-bottom: 10px;">短信认证</h5>
<div class="phone">
<span>手机号</span>
<input type="tel" maxlength="11" id="phone" name="phone" placeholder="请输入手机号" class="layui-input phoneInput">
<em class="captcha">获取验证码</em>
</div>
<div class="code_input">
<span>验证码</span>
<input type="tel" maxlength="6" id="code" name="code" placeholder="请输入验证码" class="layui-input">
</div>
</div>
<div class="video_authentication">
<h5>视频认证<h5>
<div class="video-authentication">
<img src="/staticImages/video-authentication.png" />
</div>
</div>
</div>
<div class="next_button"></div>
</div>
</div>
</body>
<script type="text/javascript" src="../../staticJs/common.js"></script>
<script type="text/javascript" src="../../staticJs/down.js"></script>
<script type="text/javascript" src="../../staticJs/onlineApply/workFlow.js"></script>
<script type="text/javascript" src="../../staticJs/onlineApply/identityAuthentication.js"></script>
</html>