Add files via upload
This commit is contained in:
80
register.html
Normal file
80
register.html
Normal file
@@ -0,0 +1,80 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>个人注册</title>
|
||||
<!-- 引入favicon图标 -->
|
||||
<link rel="shortcut icon" href=" favicon.ico" />
|
||||
<!-- 引入初始化的css -->
|
||||
<link rel="stylesheet" href="css/base.css">
|
||||
<!-- 引入自己的注册页面 -->
|
||||
<link rel="stylesheet" href="css/register.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="w">
|
||||
<header>
|
||||
<div class="logo">
|
||||
<a href="index.html"> <img src="images/logo.png" alt=""></a>
|
||||
</div>
|
||||
</header>
|
||||
<div class="registerarea">
|
||||
<div class="zhuce_hd">
|
||||
<h3>注册新用户</h3>
|
||||
<p>我有账号,去<a href="#" class="style_red">登陆</a></p>
|
||||
</div>
|
||||
|
||||
<div class="reg_form">
|
||||
<form action="">
|
||||
<ul>
|
||||
<li><label for="">手机号:</label> <input type="number"><span class="error"><i class="error_icon"></i>
|
||||
<li><label for="">短信验证:</label> <input type="number"><span class="error"><i
|
||||
class="success_icon"></i>
|
||||
短信验证码输入正确 </span>
|
||||
</li>
|
||||
<li><label for="">登陆密码:</label> <input type="password"><span class="error"><i
|
||||
class="error_icon"></i> 手机号码格式不正确,请从新输入 </span>
|
||||
</li>
|
||||
<li class="safe">安全程度 <em class="ruo">弱</em> <em class="zhong">中</em> <em class="qiang">强</em>
|
||||
</li>
|
||||
<li><label for="">确认密码:</label> <input type="password"><span class="error"><i
|
||||
class="error_icon"></i> 手机号码格式不正确,请从新输入 </span>
|
||||
</li>
|
||||
<li class="agree"> <input type="checkbox" name="" id="pasd">
|
||||
同意协议并注册 <a href="#">同意用户协议</a>
|
||||
</li>
|
||||
<li class="btn"><input type="submit" value="完成注册" id="btn"></input></li>
|
||||
</ul>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<div class="mod_copyright">
|
||||
<a href="#">关于我们</a>
|
||||
<a href="#">联系我们</a>
|
||||
<a href="#">联系客服</a>
|
||||
<a href="#">商家入驻</a>
|
||||
<a href="#">营销中心</a>
|
||||
<a href="#">手机品优购</a>
|
||||
<a href="#">友情链接</a>
|
||||
<a href="#">销售联盟</a>
|
||||
<a href="#">品优购社区</a>
|
||||
<a href="#">品优购联盟</a>
|
||||
<a href="#">English site</a>
|
||||
<a href="#">Contact u</a>
|
||||
</div>
|
||||
<div class="mod_conection">
|
||||
<p>
|
||||
地址:北京市昌平区建材城西路金燕龙办公楼一层 邮编:100096 电话:400-618-4000 传真:010-82935100 邮箱: zhanghj+itcast.cn <br>
|
||||
京ICP备08001421号京公网安备110108007702
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user