Skip to content

Commit 65d903f

Browse files
authored
Update style.scss
1 parent b237410 commit 65d903f

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

assets/css/style.scss

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ header, section.page-header {
1919
width: 95% !important;
2020
}
2121

22+
2223
footer {
23-
display: none !important;
24+
background-color: #ffffff !important; /* 背景改为白色 */
25+
padding: 20px 0;
26+
color: #444444 !important; /* 字体改为深灰色,适配白底 */
27+
font-size: 14px;
28+
text-align: center;
29+
border-top: 1px solid #ddd; /* 可选:加一条浅灰分隔线 */
30+
}
31+
32+
33+
footer .wrapper, footer .inner {
34+
max-width: 900px;
35+
width: 90%;
36+
margin: 0 auto;
2437
}

0 commit comments

Comments
 (0)