This commit is contained in:
2025-10-27 17:56:52 +08:00
25 changed files with 549 additions and 3358 deletions

View File

@@ -7,6 +7,10 @@
background-color: #f5f5f5;
}
.bg-F7F7F7 {
background-color: #f7f7f7;
}
.bg-17294E {
background-color: #17294e;
}

View File

@@ -1,4 +1,12 @@
// 内边距
.pt-4 {
padding-top: 4px;
}
.pb-4 {
padding-bottom: 4px;
}
.p-6 {
padding: 6px;
}