push all files

This commit is contained in:
2025-02-18 23:22:40 +08:00
commit c4db92ee35
115 changed files with 6014 additions and 0 deletions

99
register.html Normal file
View File

@@ -0,0 +1,99 @@
<!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">
<meta name="author" content="吴兴有">
<link rel="shortcut icon" href="favicon/favicon.ico" />
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/register.css">
<title>个人注册</title>
<script src="js/register.js"></script>
</head>
<body>
<div class="w">
<header>
<div class="logo">
<a href="index.html" title="吴兴有的品优购商城"><img src="images/logo2.png" alt=""></a>
<div class="logo_title">
欢迎注册
</div>
</div>
</header>
<div class="register_area w">
<div class="reg_hd">
<h3>注册新用户</h3>
<div class="sb">
我有账号,去<a href="login.html">登录</a>
</div>
</div>
<div class="reg_bd">
<div class="reg_form">
<ul>
<li><label for="">手机号 : </label><input type="text" name="" id="phonenum"><span
class="phonetips"></span>
</li>
<li><label for="">短信验证码 : </label><input type="text" name="" id="yanzhengma"><button
class="btn">发送</button>
</li>
<li><label for="">登陆密码 : </label><input type="password" name="pw1" id="pw1"><span
class="passtips"></span>
</li>
<li class="safe">安全程度:<em></em><em></em><em></em><em>极强</em></li>
<li><label for="">确认密码 : </label><input type="password" name="pw2" id="pw2"><span
class="confirmpasstips"></span>
</li>
<li class="ifagree">
<input type="checkbox"> 同意协议<a href="#">《品优用户协议》</a>
</li>
<li>
<input type="submit" name="sub" id="" value="提交注册" class="sub">
</li>
</ul>
</div>
</div>
</div>
<div class="footer">
<div class="footer_bottom">
<p>
<a href="#">关于我们</a>
<span>|</span>
<a href="#">联系我们</a>
<span>|</span>
<a href="#">联系客服</a>
<span>|</span>
<a href="#">商家入驻</a>
<span>|</span>
<a href="#">友情链接</a>
<span>|</span>
<a href="#">手机品优购</a>
<span>|</span>
<a href="#">友情链接</a>
<span>|</span>
<a href="#">销售联盟</a>
<span>|</span>
<a href="#">品优购社区</a>
<span>|</span>
<a href="#">品优购公益</a>
<span>|</span>
<a href="#">English Site</a>
<span>|</span>
<a href="#">Contact U </a>
<span></span>
</p>
<p> 地址:北京市昌平区建材城西路金燕龙办公楼一层 邮编100096 电话400-618-4000
传真010-82935100 邮箱:
zhanghj+itcast.cn <br> 京ICP备08001421号京公网安备110108007702</p>
</div>
</div>
</div>
</body>
</html>