Skip to content

Commit d051dff

Browse files
authored
Update style.scss
1 parent 1cbbf48 commit d051dff

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

assets/css/style.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,20 @@ header, section.page-header {
1919
width: 95% !important;
2020
}
2121

22+
23+
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;
30+
}
31+
32+
/* 去掉 footer 内容区域居中限制,让背景铺满 */
33+
footer .wrapper,
34+
footer .inner {
35+
max-width: none !important;
36+
width: 100% !important;
37+
margin: 0 auto !important;
38+
}

0 commit comments

Comments
 (0)