-
Notifications
You must be signed in to change notification settings - Fork 0
/
login.html
40 lines (39 loc) · 1.41 KB
/
login.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
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" />
<link href="css/style.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<title>登录</title>
</head>
<body>
<div class="w-320" style="background: #fff;">
<div class="xm-header">
<a href="my.html"><div class="xm-backtext fl" style="color: #000; font-size: 11px;">取消</div></a>
登录
<a href="reg.html"><div class="xm-backtext0 fr" style="color: #000; font-size: 11px;">注册</div></a>
</div>
<div class="w-100">
<div class="w-300">
<form>
<div class="xm-ps" style="position:relative;">
<li class="xm-li xm-li1">
<input type="" name="fy-ipone" id="mobile" placeholder="输入手机号码/小米账号/邮箱" />
<i class="xm-phone">格式不对格式不对</i>
</li>
<li class="xm-li" style="border-bottom: 0.5px solid #F2F2F2;">
<input type="" name="fy-yanzhengma" placeholder="输入密码" id="pwd"/>
<i class="xm-password">密码错误</i>
</li>
<a href="resetpwd.html"><div class="xm-set">忘记密码</div></a>
<a href="javascript:;"><li class="xm-login">登录</li></a>
</div>
</form>
</div>
</div>
</div>
</body>
</html>