Skip to content

Commit 615230a

Browse files
authored
Create variety_show_poster_card
1 parent 01204ab commit 615230a

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed

variety_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://imgcdn.yzwb.net/fcapp_16e9684f-26ac-4329-a56a-731e356743dd_1728619382038?imageMogr2/thumbnail/1080x%3E/strip/ignore-error/1|imageslim"
24+
alt="再见爱人 第四季"
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+
再见爱人 第四季 (2024)
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/36642447/"
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)