Skip to content

Commit fd43718

Browse files
authored
Update and rename show_poster_card to tv_show_poster_card
1 parent fbd8419 commit fd43718

File tree

2 files changed

+82
-43
lines changed

2 files changed

+82
-43
lines changed

show_poster_card

-43
This file was deleted.

tv_show_poster_card

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
<div style="
2+
display: flex;
3+
align-items: center;
4+
background-color: #fff;
5+
border-radius: 12px;
6+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
7+
padding: 16px;
8+
max-width: 700px;
9+
width: 100%;
10+
font-family: 'Arial', sans-serif;
11+
margin: 20px auto;
12+
position: relative;
13+
">
14+
<div style="
15+
flex-shrink: 0;
16+
width: 120px;
17+
height: 180px;
18+
border-radius: 8px;
19+
overflow: hidden;
20+
margin-right: 16px;
21+
">
22+
<img
23+
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTJITS3h8LlGeDhJt5oDYfSbXQNwoXt5yQw1Q&s"
24+
alt="黑暗荣耀 더 글로리 (2022)"
25+
style="
26+
width: 100%;
27+
height: 100%;
28+
object-fit: cover;
29+
"
30+
>
31+
</div>
32+
<div style="flex: 1;">
33+
<div style="
34+
font-size: 20px;
35+
font-weight: bold;
36+
color: #333;
37+
margin-bottom: 8px;
38+
">
39+
黑暗荣耀 더 글로리 (2022)
40+
</div>
41+
<div style="
42+
display: flex;
43+
align-items: center;
44+
margin-bottom: 12px;
45+
">
46+
<div style="
47+
font-weight: 600;
48+
font-size: 14px;
49+
color: #333;
50+
margin-right: 8px;
51+
">
52+
个人评分:
53+
</div>
54+
<div style="color: #f39c12;">
55+
⭐⭐⭐⭐☆
56+
</div>
57+
</div>
58+
<div style="
59+
font-size: 14px;
60+
color: #666;
61+
line-height: 1.6;
62+
">
63+
故事涵盖校园欺凌、复仇、犯罪、机能不全家庭等主题,讲述高中时期遭同校学生欺凌、被老师和母亲陷于不利的文东恩,在成年后向欺凌者展开复仇的始末。
64+
</div>
65+
</div>
66+
<a href="https://movie.douban.com/subject/35314632/"
67+
target="_blank"
68+
style="
69+
position: absolute;
70+
top: 16px;
71+
right: 16px;
72+
background-color: #6c8b5f;
73+
color: white;
74+
font-size: 12px;
75+
padding: 4px 8px;
76+
border-radius: 4px;
77+
text-transform: uppercase;
78+
text-decoration: none;
79+
">
80+
Show >>>
81+
</a>
82+
</div>

0 commit comments

Comments
 (0)