feat: 调整样式

This commit is contained in:
2025-11-24 21:29:14 +08:00
parent 7ea114d876
commit 4c20ee73d3
5 changed files with 64 additions and 39 deletions

View File

@@ -1,16 +1,16 @@
<style>
footer {
background-color: #1a1a1a;
background-color: #ffffff;
height: 70px;
overflow: hidden;
flex-shrink: 0;
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.content {
color: aliceblue;
max-width: var(--layout-width);
margin: 0 auto;
color: #f9f8f6;
color: #1f2937;
display: flex;
align-items: center;
height: 100%;