reg.html
4.11 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!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" lang="zh-Hanj">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>地利物流注册</title>
<link rel="stylesheet" href="../css/back.css">
<script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/jquery.js"></script>
<script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script>
<script type="text/javascript" src="../js/common/config.js"></script>
<link rel="stylesheet" href="../css/reg.css">
</head>
<body>
<div class="header s-header">
<div class="header-content clearfix">
<a href="/" class="logo"><img src="../images/logo.png"></a>
</div>
</div>
<div class="mainbox">
<div class="wraper">
<span class="wgl"></span>
<span class="wgr"></span>
<div class="whitebox tg">
<h2 class="reghd">欢迎您,请注册一下,马上开启安全快捷的货运之旅</h2>
<form class="boxform s-validate" action="/reg" method="post" accept-charset="utf-8">
<table cellspacing="0" cellpadding="0" class="regtab">
<tr>
<td class="ar">注册手机号码:</td>
<td>
<span>
<input type="text" class="ipt wd required" name="phone"
defval="输入正确手机号" />
</span>
<p class="tg clearfix verifing">
<span class="bt tn sendverify">发送验证码</span>
<span class="inpverify">
<input type="text" class="ipt required"/>
</span>
<span class="clock inline"></span>
</p>
</td>
</tr>
<tr>
<td class="ar">设置登陆密码:</td>
<td>
<span>
<input type="text" class="ipt wd required" name="pwd" defval="至少六位字符" />
</span>
</td>
</tr>
<tr>
<td class="ar">再次输入密码:</td>
<td>
<span>
<input type="text" class="ipt wd required" name="againpwd"
defval="请再次输入密码" />
</span>
</td>
</tr>
<tr>
<td class="ar">推荐优惠码:</td>
<td>
<span>
<input type="text" class="ipt wd required" name="youhui"
defval="输入优惠码,马上发货有优惠" />
</span>
<p class="get al tg">
<a href="#">怎样获得推荐优惠吗?</a>
</p>
</td>
</tr>
<tr>
<td> </td>
<td class="al">
<input type="submit" class="bt bigbt act-fancy" href="#fancy-alter" value="确定"/>
</td>
</tr>
</table>
</form>
<span class="regewm ic">
<img src="../images/ewm1.png" alt="" class="drewm" />
<p class="drword">
个体司机扫我下载
</p>
</span>
</div>
</div>
</div>
<script type="text/javascript">
seajs.use([
'../js/common/common.js',
'../js/index/reg.js'
]);
</script>
<div class="hiddenarea">
<div class="fancy-alter" id="fancy-alter">
<div class="alterbd">
<p class="rgt bg">
<i class="ic"></i>
<span>恭喜您,注册账户成功</span>
</p>
<a href="#" class="bt tn">马上发货</a>
<a href="#" class="bt tn">我要拉货</a>
</div>
</div>
</div>
<div class="footer">
<div class="aboutus">
<ul class="wraper clearfix">
<li>
<a href="#">关于我们</a><em>|</em>
</li>
<li>
<a href="#">联系我们</a><em>|</em>
</li>
<li>
<a href="#">人才招聘</a><em>|</em>
</li>
<li>
<a href="#">地利服务</a><em>|</em>
</li>
<li>
<a href="#">帮助中心</a>
</li>
<li>
<p class="copyright">
Copyright © 2013-2014 dili7.com, All Rights Reserver
陕ICP备14002958号 版权所有 地利网络农业有限公司
</p>
</li>
</ul>
</div>
</div>
</body>
</html>