feat:新增景区页面

This commit is contained in:
zjc
2024-12-17 18:18:07 +08:00
parent 5e5ce522db
commit 1108aafed4
22 changed files with 1061 additions and 126 deletions

View File

@@ -10,6 +10,9 @@
.align-end {
align-items: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
@@ -28,6 +31,9 @@
.mb-10 {
margin-bottom: vh(10);
}
.mr-10 {
margin-right: vh(10);
}
.pt-20 {
padding-top: vh(20);
}