-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
37 lines (33 loc) · 1.44 KB
/
index1.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
<!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/stackoverflow.css">
</head>
<body>
<div class="user-card">
<div class="user-card-head">
asked Jan 1 , 2024 at 14:30
</div>
<div class="user-card-body">
<div class="user-card-body-photo">
<a href="https://www.acwing.com/user/myspace/index/272048/" target="_blank"><img
src="https://cdn.acwing.com/media/user/profile/photo/272048_lg_316d6c76bf.png" alt="头像"></a>
</div>
<div class="user-card-body-info">
<div class="user-card-body-info-name">
<a href="https://www.acwing.com/user/myspace/index/272048/" target="_blank">路人甲</a>
</div>
<div class="user-card-body-info-reputation">
<span style="color: #6a737c; font-weight: bold;">100</span>
<div class="user-card-body-info-reputation-item" style="background-color: gold;"></div>1
<div class="user-card-body-info-reputation-item" style="background-color: silver;"></div>2
<div class="user-card-body-info-reputation-item" style="background-color: coral;"></div>3
</div>
</div>
</div>
</div>
</body>
</html>