Skip to content

Commit 44c93af

Browse files
committed
Update _coverpage.md
1 parent 5a84241 commit 44c93af

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

_coverpage.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
left: 50%; /* 先将左边缘移动到屏幕中间 */
8383
transform: translateX(-50%); /* 向左反向平移自身宽度的 50%,实现完美居中 */
8484
font-family: var(--mono) !important;
85-
font-size: 0.58rem !important;
85+
font-size: 0.725rem !important;
8686
letter-spacing: 3px !important;
8787
color: var(--text-faint) !important;
8888
text-transform: uppercase;
@@ -115,7 +115,7 @@
115115
/* 🏆 修复后的主标题:强制压制原主题字体大小 */
116116
.cover h1.cover-title {
117117
font-family: var(--display) !important;
118-
font-size: clamp(4.5rem, 12vw, 5.8rem) !important; /* 微调了最大上限,防止大屏破产 */
118+
font-size: clamp(5.625rem, 15vw, 7.25rem) !important; /* 微调了最大上限,防止大屏破产 */
119119
line-height: 1.5 !important;
120120
color: var(--heading) !important;
121121
letter-spacing: 10px !important;
@@ -132,7 +132,7 @@
132132
/* 副标题 */
133133
.cover .cover-subtitle {
134134
font-family: var(--display) !important;
135-
font-size: clamp(1.0rem, 2.0vw, 1.5rem) !important;
135+
font-size: clamp(1.25rem, 2.5vw, 1.875rem) !important;
136136
color: var(--text-muted) !important;
137137
letter-spacing: 2px !important;
138138
margin: 0 0 45px 0 !important; /* 控制与下方元素的间距 */
@@ -152,15 +152,15 @@
152152
}
153153
.cover .cover-quote p {
154154
font-family: var(--serif) !important;
155-
font-size: 0.88rem !important;
155+
font-size: 1.1rem !important;
156156
font-style: italic !important;
157157
color: var(--text) !important;
158158
line-height: 1.8 !important;
159159
margin: 0 0 8px 0 !important;
160160
}
161161
.cover .cover-quote .quote-sub {
162162
font-family: var(--mono) !important;
163-
font-size: 0.88rem !important;
163+
font-size: 1.1rem !important;
164164
color: var(--text-faint) !important;
165165
letter-spacing: 1.5px;
166166
display: block;
@@ -178,7 +178,7 @@
178178
}
179179
.cover .cover-tag {
180180
font-family: var(--mono) !important;
181-
font-size: 0.58rem !important;
181+
font-size: 0.725rem !important;
182182
letter-spacing: 1.5px !important;
183183
color: var(--text-muted) !important;
184184
background: var(--surface) !important;
@@ -205,7 +205,7 @@
205205
gap: 8px;
206206
padding: 12px 24px !important;
207207
font-family: var(--mono) !important;
208-
font-size: 0.68rem !important;
208+
font-size: 0.85rem !important;
209209
letter-spacing: 2px !important;
210210
text-transform: uppercase;
211211
text-decoration: none !important;
@@ -250,7 +250,7 @@
250250
/* 底部的警告条 */
251251
.cover .cover-warning {
252252
font-family: var(--mono) !important;
253-
font-size: 0.62rem !important;
253+
font-size: 0.775rem !important;
254254
color: var(--accent2) !important;
255255
letter-spacing: 1.5px !important;
256256
text-align: center;
@@ -286,8 +286,8 @@
286286
/* 手机适配(响应式) */
287287
@media (max-width: 768px) {
288288
.cover .cover-main { padding: 40px 20px !important; }
289-
.cover .cover-corner { top: 16px; font-size: 0.5rem !important; }
290-
.cover h1.cover-title { font-size: clamp(2.8rem, 12vw, 4.5rem) !important; margin-bottom: 15px !important; }
289+
.cover .cover-corner { top: 16px; font-size: 0.625rem !important; }
290+
.cover h1.cover-title { font-size: clamp(3.5rem, 15vw, 5.625rem) !important; margin-bottom: 15px !important; }
291291
.cover .cover-quote { padding-left: 16px !important; margin-bottom: 30px !important; }
292292
.cover .cover-buttons { flex-direction: column; width: 100%; gap: 8px !important; }
293293
.cover .cover-buttons a.cover-btn { width: 100%; justify-content: center; }

0 commit comments

Comments
 (0)