Skip to content

Commit db3a59b

Browse files
authored
Update style.scss
1 parent b2678ae commit db3a59b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

assets/css/style.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ header, section.page-header {
2121

2222

2323
footer {
24-
background-color: #ffffff !important; /* 背景改为白色 */
25-
padding: 20px 0;
26-
color: #444444 !important; /* 字体改为深灰色,适配白底 */
24+
background-color: #ffffff !important;
25+
color: #333333 !important;
26+
padding: 24px 0;
2727
font-size: 14px;
2828
text-align: center;
29-
border-top: 1px solid #ddd; /* 可选:加一条浅灰分隔线 */
29+
border-top: 1px solid #ddd;
3030
}
3131

32-
3332
footer .wrapper, footer .inner {
34-
max-width: 900px;
35-
width: 90%;
33+
max-width: 100% !important;
34+
width: 100% !important;
3635
margin: 0 auto;
3736
}
37+

0 commit comments

Comments
 (0)