feat: 快速预定页面调整

This commit is contained in:
duanshuwen
2025-10-25 14:05:34 +08:00
parent ea36177f05
commit b9c1f45b29
24 changed files with 458 additions and 1301 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;
}