first commit
This commit is contained in:
44
h5/page/reg.html
Normal file
44
h5/page/reg.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!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>
|
||||
<script src="../js/utils/rem.js"></script>
|
||||
<link rel="stylesheet" href="http://at.alicdn.com/t/font_2124975_m12khs9r3o8.css">
|
||||
<link rel="stylesheet" href="../css/loading.css">
|
||||
<link rel="stylesheet" href="../css/clear.css">
|
||||
<link rel="stylesheet" href="../css/public.css">
|
||||
<link rel="stylesheet" href="../css/reg.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="header_theme1 theme_color">
|
||||
<div class="action">
|
||||
<span>屁桃儿</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content_theme1">
|
||||
<h2>注 册</h2>
|
||||
<p>欢迎注册屁桃儿,请使用手机号注册</p>
|
||||
<span>请确保手机号的正确性,否则部分功能无法正常使用</span>
|
||||
<div class="reg_input">
|
||||
<input class="userphone" type="number" placeholder="请输入手机账户">
|
||||
<div class="showpas">
|
||||
<i class="iconfont showPassword icon-eye1"></i>
|
||||
<input type="password" placeholder="请输入账户密码">
|
||||
</div>
|
||||
|
||||
<button>注 册</button>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script src="../js/utils/loading.js"></script>
|
||||
<script src="../js/utils/index.js"></script>
|
||||
<script src="../js/config/index.js"></script>
|
||||
<script src="../js/http/index.js"></script>
|
||||
<script src="../js/service/HomeService.js"></script>
|
||||
<script src="../js/page/reg.js"></script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user