Skip to content

Commit 10613c5

Browse files
authored
Update book_poster_card
1 parent 624a522 commit 10613c5

File tree

1 file changed

+50
-35
lines changed

1 file changed

+50
-35
lines changed

book_poster_card

+50-35
Original file line numberDiff line numberDiff line change
@@ -14,62 +14,77 @@
1414
<div style="
1515
flex-shrink: 0;
1616
width: 120px;
17-
height: 160px;
17+
height: 180px;
1818
border-radius: 8px;
1919
overflow: hidden;
2020
margin-right: 16px;
2121
">
2222
<img
2323
src="https://cdn.weread.qq.com/weread/cover/31/3300024931/t6_3300024931.jpg"
24-
alt="小米创业思考 封面"
25-
style="width: 100%; height: 100%; object-fit: cover;"
24+
alt="小米创业思考"
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;
33-
margin-bottom: 4px;
34+
font-size: 20px;
35+
font-weight: bold;
36+
color: #333;
37+
margin-bottom: 8px;
3438
">
35-
小米创业思考 (2022)
39+
小米创业思考
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-
⭐⭐⭐⭐☆
46+
<div style="
47+
font-weight: 600;
48+
font-size: 14px;
49+
color: #333;
50+
margin-right: 8px;
51+
">
52+
个人评分:
4453
</div>
45-
<div style="font-size: 16px; color: #555;">
46-
8.1 / 10
54+
<div style="color: #f39c12;">
55+
⭐⭐⭐⭐☆
4756
</div>
4857
</div>
4958
<div style="
50-
font-size: 14px;
51-
color: #666;
52-
line-height: 1.8;
59+
font-size: 14px;
60+
color: #000;
61+
line-height: 1.6;
5362
margin-bottom: 12px;
5463
">
55-
<strong>作者:</strong>雷军 / 徐洁云<br>
56-
<strong>出版社:</strong>中信出版社<br>
57-
<strong>页数:</strong>383 页<br>
58-
<strong>定价:</strong>86.00 元<br>
59-
<strong>ISBN:</strong>9787521745276
64+
作者:雷军 / 徐洁云
65+
</div>
66+
<div style="
67+
font-size: 14px;
68+
color: #666;
69+
line-height: 1.6;
70+
">
71+
雷军系统梳理30年创业心法和经营哲学,深度复盘“小米模式”,认为取得持续成功的核心在于只干了一件事:坚持“互联网制造”路线,推动效率革命,实现用户利益和经济效率的最大化。
6072
</div>
6173
</div>
62-
<div style="
63-
position: absolute;
64-
top: 16px;
65-
right: 16px;
66-
background-color: #6c8b5f;
67-
color: white;
68-
font-size: 12px;
69-
padding: 4px 8px;
70-
border-radius: 4px;
71-
text-transform: uppercase;
72-
">
73-
Book
74-
</div>
74+
<a href="https://book.douban.com/subject/36057097/"
75+
target="_blank"
76+
style="
77+
position: absolute;
78+
top: 16px;
79+
right: 16px;
80+
background-color: #6c8b5f;
81+
color: white;
82+
font-size: 12px;
83+
padding: 4px 8px;
84+
border-radius: 4px;
85+
text-transform: uppercase;
86+
text-decoration: none;
87+
">
88+
Book >>>
89+
</a>
7590
</div>

0 commit comments

Comments
 (0)