-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
49 lines (46 loc) · 1.9 KB
/
index2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>名片</title>
<link rel="stylesheet" href="/css/bilibili.css">
</head>
<body>
<div class="user-card">
<div class="user-card-head"></div>
<div class="user-card-body">
<div class="user-card-body-left">
<a href="https://space.bilibili.com/516822032?spm_id_from=333.1365.0.0" target="_blank"><img
src="https://cdn.acwing.com/media/user/profile/photo/272048_lg_316d6c76bf.png" alt="头像"></a>
</div>
<div class="user-card-body-right">
<div class="user-card-body-right-text">
<div class="user-card-body-right-text-username">
路人甲
<span style="font-size: 12px; color: #8bd29b; font-style: italic;">LV2</span>
</div>
<div class="user-card-body-right-text-reputation">
<span class="user-card-body-right-text-reputation-item">
<span>100</span>
<span>关注</span>
</span>
<span class="user-card-body-right-text-reputation-item">
<span>100</span>
<span>粉丝</span>
</span>
<span class="user-card-body-right-text-reputation-item">
<span>100</span>
<span>赞</span>
</span>
</div>
</div>
<div class="user-card-body-right-button">
<button>+关注</button>
<button>发消息</button>
</div>
</div>
</div>
</div>
</body>
</html>