feat:完善景区页面

This commit is contained in:
zjc
2024-12-18 11:08:13 +08:00
parent 1108aafed4
commit 44c87aa7ff
8 changed files with 189 additions and 22 deletions

View File

@@ -31,9 +31,21 @@
.mb-10 {
margin-bottom: vh(10);
}
.mt-10 {
margin-top: vh(10) !important;
}
.mr-10 {
margin-right: vh(10);
}
.mt-20 {
margin-top: vh(20) !important;
}
.ml-20 {
margin-left: vh(20) !important;
}
.pt-20 {
padding-top: vh(20);
}
.pt-20 {
padding-top: vh(20);
}