First Commit

This commit is contained in:
进进啊
2021-05-10 14:18:42 +08:00
parent add200be66
commit 98135da4b6
42 changed files with 1066 additions and 0 deletions

80
shopping/register.html Normal file
View 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">安全程度 &nbsp;<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">&nbsp;
同意协议并注册&nbsp;&nbsp;<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>