-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame_poster_card
82 lines (82 loc) · 2.43 KB
/
game_poster_card
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
70
71
72
73
74
75
76
77
78
79
80
81
82
<div style="
display: flex;
align-items: center;
background-color: #fff;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
padding: 16px;
max-width: 700px;
width: 100%;
font-family: 'Arial', sans-serif;
margin: 20px auto;
position: relative;
">
<div style="
flex-shrink: 0;
width: 120px;
height: 180px;
border-radius: 8px;
overflow: hidden;
margin-right: 16px;
">
<img
src="https://img9.doubanio.com/lpic/s34157554.jpg"
alt="霍格沃茨之遗 Hogwarts Legacy"
style="
width: 100%;
height: 100%;
object-fit: cover;
"
>
</div>
<div style="flex: 1;">
<div style="
font-size: 20px;
font-weight: bold;
color: #333;
margin-bottom: 8px;
">
霍格沃茨之遗 Hogwarts Legacy
</div>
<div style="
display: flex;
align-items: center;
margin-bottom: 12px;
">
<div style="
font-weight: 600;
font-size: 14px;
color: #333;
margin-right: 8px;
">
个人评分:
</div>
<div style="color: #f39c12;">
⭐⭐⭐⭐☆
</div>
</div>
<div style="
font-size: 14px;
color: #666;
line-height: 1.6;
">
《霍格沃茨之遗》是一款基于《哈利·波特》系列书籍设定的沉浸式开放世界动作角色扮演游戏。有史以来第一次,你可体验 1800 年代的霍格沃茨。你所扮演的学生角色手中握有关键,可通往足以威胁魔法世界安危的古老秘密。你现在可以掌控行动,并在魔法世界中打造属于你自己的冒险。撰写你的传奇,留待后世颂扬。
</div>
</div>
<a href="https://www.douban.com/game/30341353/"
target="_blank"
style="
position: absolute;
top: 16px;
right: 16px;
background-color: #6c8b5f;
color: white;
font-size: 12px;
padding: 4px 8px;
border-radius: 4px;
text-transform: uppercase;
text-decoration: none;
">
Game >>>
</a>
</div>