Skip to content

Commit fbd8419

Browse files
authored
Update movie_poster_card
1 parent 10613c5 commit fbd8419

File tree

1 file changed

+40
-30
lines changed

1 file changed

+40
-30
lines changed

movie_poster_card

+40-30
Original file line numberDiff line numberDiff line change
@@ -14,59 +14,69 @@
1414
<div style="
1515
flex-shrink: 0;
1616
width: 120px;
17-
height: 120px;
17+
height: 180px;
1818
border-radius: 8px;
1919
overflow: hidden;
2020
margin-right: 16px;
2121
">
2222
<img
2323
src="https://image11.m1905.cn/uploadfile/2024/1011/20241011032603291436.jpg"
2424
alt="Anora 海报"
25-
style="width: 100%; height: 100%; object-fit: cover;"
25+
style="
26+
width: 100%;
27+
height: 100%;
28+
object-fit: cover;
29+
"
2630
>
2731
</div>
2832
<div style="flex: 1;">
2933
<div style="
30-
font-size: 20px;
31-
font-weight: bold;
32-
color: #333;
34+
font-size: 20px;
35+
font-weight: bold;
36+
color: #333;
3337
margin-bottom: 8px;
3438
">
3539
阿诺拉 Anora (2024)
3640
</div>
3741
<div style="
38-
display: flex;
39-
align-items: center;
42+
display: flex;
43+
align-items: center;
4044
margin-bottom: 12px;
4145
">
42-
<div style="color: #f39c12; margin-right: 8px;">
43-
⭐⭐⭐⭐☆
44-
</div>
45-
<div style="font-size: 16px; color: #555;">
46-
7.1 / 10
46+
<div style="
47+
font-weight: 600;
48+
font-size: 14px;
49+
color: #333;
50+
margin-right: 8px;
51+
">
52+
个人评分:
4753
</div>
54+
<div style="color: #f39c12;">
55+
⭐⭐⭐⭐☆
56+
</div>
4857
</div>
4958
<div style="
50-
font-size: 14px;
51-
color: #666;
59+
font-size: 14px;
60+
color: #666;
5261
line-height: 1.6;
5362
">
54-
《阿诺拉》由肖恩·贝克执导,米奇·麦迪森、马克·埃德尔斯坦主演,
55-
是一部剧情/喜剧/爱情电影。影片于2024年5月21日在戛纳电影节首映,
56-
10月18日在美国上映。
63+
阿诺拉是布鲁克林的性工作者,她邂逅了一个商界寡头的儿子并在冲动之下嫁给了他,这让她以为自己像灰姑娘一样终于遇到自己的王子。然而当结婚消息传到了俄罗斯,男方父母来到纽约取消婚姻,破灭了的阿诺拉的童话。
5764
</div>
5865
</div>
59-
<div style="
60-
position: absolute;
61-
top: 16px;
62-
right: 16px;
63-
background-color: #6c8b5f;
64-
color: white;
65-
font-size: 12px;
66-
padding: 4px 8px;
67-
border-radius: 4px;
68-
text-transform: uppercase;
69-
">
70-
Movie
71-
</div>
66+
<a href="https://movie.douban.com/subject/36195543/"
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+
Movie >>>
81+
</a>
7282
</div>

0 commit comments

Comments
 (0)