forked from rocker2010/one-dollor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreg.html
28 lines (28 loc) · 1.58 KB
/
reg.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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<!--[if IE]>
<script type="text/javascript" src="css/js/html5.min.js"></script>
<![endif]-->
<link href="css/main.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript" src="css/js/jquery.min.js"></script>
<title>会员注册</title>
</head>
<body>
<h1 class="vb f18 tc"><img src="css/images/reg.jpg" alt="" class="pct100"></h1>
<article id="content" style="margin-top:0">
<section class="p15">
<h1 class="line vb mb10 f18 tc pb5">注册会员</h1>
<p class="mb10 line pb10"><span class="pct30 tr dib">手机号:</span><input type="text" placeholder="请输入手机号码" class="pct70"></p>
<p class="mb10 line pb10"><span class="pct30 tr dib">手机验证码:</span><input type="text" placeholder="请输入您的邮箱地址" class="pct70"></p>
<p class="mb10 line pb10"><span class="pct30 tr dib">邮 箱:</span><input type="text" placeholder="请输入您的邮箱地址" class="pct70"></p>
<p class="mb10 line pb10"><span class="pct30 tr dib">密 码:</span><input type="text" placeholder="请输入密码" class="pct70"></p>
<p class="mb10 line pb10"><span class="pct30 tr dib">确认密码:</span><input type="text" placeholder="请再输入一遍上面的密码" class="pct70"></p>
<p class="mb10 pb10"><input type="button" class="btn f16 pct100" value="确认"></p>
</section>
</article>
</body>
</html>