修改样式、功能完成,待测试

This commit is contained in:
rain
2026-07-08 11:46:09 +08:00
parent 8a6a8acab7
commit eca7992d03
40 changed files with 1025 additions and 596 deletions
+19
View File
@@ -0,0 +1,19 @@
html {
min-height: 100%;
}
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
body > main {
flex: 0 0 auto;
}
body > footer.site-footer {
margin-top: auto;
padding-top: 28px;
flex-shrink: 0;
}