-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlevel1.html
More file actions
48 lines (46 loc) · 1.68 KB
/
level1.html
File metadata and controls
48 lines (46 loc) · 1.68 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div id="maxbox">
<div class="type-tab">
<span style="color:#02a7de">密码登录</span>
<span style="color:#555">短信登录</span>
</div>
<div class="form">
<div class='login'>
<input type="text" placeholder="你的手机号/邮箱" >
</div>
<div class='login'>
<input type="password" placeholder="密码" >
</div>
</div>
<div class="remember">
<label class="remembercheck">
<input type="checkbox">
</label>
记住我 <span class="gou">不是自己的电脑上不要勾选此项</span>
<div class="check-reg">
<a href="https://www.bilibili.com/blackboard/help.html#%E8%B4%A6%E5%8F%B7%E7%9B%B8%E5%85%B3" class="noncheck">无法验证?</a>
<a href="https://passport.bilibili.com/register/findpassword.html#/verify?gourl=https://www.bilibili.com/">忘记密码?</a>
</div>
</div>
<div class="btn-box">
<a class=" btn btn-login">登录</a>
<a href="https://passport.bilibili.com/register/phone.html#/phone" class="btn btn-reg">注册 </a>
</div>
<div class='sns'>
<a class="btn weibo">
微博账号登录
</a>
<a class="btn qq">
QQ账号登录</a>
</div>
</div>
</body>
</html>