-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook_poster_card
90 lines (90 loc) · 2.46 KB
/
book_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
83
84
85
86
87
88
89
90
<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://cdn.weread.qq.com/weread/cover/31/3300024931/t6_3300024931.jpg"
alt="小米创业思考"
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;
">
小米创业思考
</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: #000;
line-height: 1.6;
margin-bottom: 12px;
">
作者:雷军 / 徐洁云
</div>
<div style="
font-size: 14px;
color: #666;
line-height: 1.6;
">
雷军系统梳理30年创业心法和经营哲学,深度复盘“小米模式”,认为取得持续成功的核心在于只干了一件事:坚持“互联网制造”路线,推动效率革命,实现用户利益和经济效率的最大化。
</div>
</div>
<a href="https://book.douban.com/subject/36057097/"
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;
">
Book >>>
</a>
</div>