Skip to content

Commit 11359c4

Browse files
authored
Update style.scss
1 parent d051dff commit 11359c4

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

assets/css/style.scss

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,16 @@ header, section.page-header {
2121

2222

2323
footer {
24-
background-color: #ffffff !important; /* 整块区域背景变白 */
25-
color: #222222 !important; /* 字体深灰 */
26-
text-align: center;
27-
padding: 24px 0;
28-
font-size: 14px;
29-
border-top: 1px solid #ddd;
24+
font-size: 12px !important; /* 字体稍小 */
25+
line-height: 1.4 !important; /* 行距更紧凑 */
26+
padding: 10px 0 !important; /* 上下间距更窄 */
3027
}
3128

32-
/* 去掉 footer 内容区域居中限制,让背景铺满 */
29+
/* 可选:调整内容区域最大宽度 */
3330
footer .wrapper,
3431
footer .inner {
35-
max-width: none !important;
36-
width: 100% !important;
37-
margin: 0 auto !important;
32+
max-width: 800px !important; /* 稍微收窄内容区域 */
33+
width: 90% !important;
34+
margin: 0 auto;
3835
}
36+

0 commit comments

Comments
 (0)