completeUser-1.html
2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta content="telephone=no" name="format-detection" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>一步物流-完善信息</title>
<link rel="stylesheet" href="../css_an/idangerous.swiper.css">
<link rel="stylesheet" href="../css_an/common.css">
<link rel="stylesheet" href="../css_an/login.css">
</head>
<body id="indexPage">
<div class="m-page">
<!-- header -->
<header class="m-header">
<div class="head">
<a href="completeUser.html" class="lt-bar"><i class="m-icon icon-title_fanhui"></i></a>
<div class="head">
<h1>完善信息</h1>
</div>
</div>
</header>
<!-- content -->
<div class="m-content">
<form class="form" method="get" action="completeUser-2.html">
<div class="line">
<p class="ttips-word">完善信息后您也可以用手机进行登录</p>
</div>
<div class="line">
<span>
<input type="text" class="m-input" placeholder="绑定手机号"/>
</span>
</div>
<div class="line">
<span>
<input type="text" class="m-input" placeholder="6-20位登录密码"/>
</span>
</div>
<div class="subline">
<span>
<input type="submit" class="m-btn disabled"
value="确定"/>
</span>
</div>
</form>
</div>
</div>
<script src="../js/vendor/jquery-2.1.4.min.js"></script>
<script src="../js/vendor/swipe.js"></script>
<script src="../js/vendor/popup.js"></script>
<script src="../js/login.js"></script>
</body>
</html>