feat: 首页主题样式调整

This commit is contained in:
duanshuwen
2025-10-15 19:38:01 +08:00
parent 11268d5be9
commit 6c35146b36
8 changed files with 80 additions and 94 deletions

View File

@@ -3,6 +3,14 @@
padding: 8px;
}
.pt-8 {
padding-top: 8px;
}
.pb-8 {
padding-bottom: 8px;
}
.p-12 {
padding: 12px;
}