-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomework06.html
69 lines (64 loc) · 2.16 KB
/
homework06.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="css/homework06.css">
</head>
<body>
<div class="top">
<div class="top-content">
<div class="logo"></div>
<div class="title">
<p>小米商城</p>
<p>让每个人都能享受科技的乐趣</p>
</div>
</div>
</div>
<!-- 主体 -->
<div class="container">
<div class="form">
<form>
<p class="login">
<span class="active">账号登录</span>
<span style="color:#e0e0e0">|</span>
<span class="saoma">扫码登录</span>
</p>
<p class="phone">
<input type="text" placeholder="邮箱/手机号/小米账号" />
</p>
<p class="password">
<input type="password" placeholder="密码" />
</p>
<p class="submit">
<input type="submit" value="登录" />
</p>
</form>
<p class="register">
<span>注册小米账号</span>
<span>|</span>
<span>忘记密码?</span>
</p>
<div class="form-footer">
<p class="qita">
<span class="left"></span> 其他方式登录
<span class="right"></span>
</p>
<div class="AllIcon">
<a href="#" class="one"></a>
<a href="#" class="two"></a>
<a href="#" class="three"></a>
<a href="#" class="four"></a>
</div>
</div>
</div>
</div>
<!-- footer -->
<div class="footer">
<p>简体|繁体|English|常见问题</p>
<p>小米公司版权所有-京ICP备10046444-?京公网安备11010802020134号-京ICP证110507号</p>
</div>
</body>
</html>