feat:完善景区页面

This commit is contained in:
zjc
2024-12-18 17:40:16 +08:00
parent a2386b2789
commit 42c5ac6355
19 changed files with 783 additions and 71 deletions

View File

@@ -20,22 +20,22 @@
justify-content: space-evenly;
}
.mb-6 {
margin-bottom: vh(6);
margin-bottom: vh(6) !important;
}
.pt-10 {
padding-top: vh(10);
padding-top: vh(10) !important;
}
.pb-10 {
padding-bottom: vh(10);
padding-bottom: vh(10) !important;
}
.mb-10 {
margin-bottom: vh(10);
margin-bottom: vh(10) !important;
}
.mt-10 {
margin-top: vh(10) !important;
}
.mr-10 {
margin-right: vh(10);
margin-right: vh(10) !important;
}
.mt-20 {
margin-top: vh(20) !important;
@@ -44,8 +44,8 @@
margin-left: vh(20) !important;
}
.pt-20 {
padding-top: vh(20);
padding-top: vh(20) !important;
}
.pt-20 {
padding-top: vh(20);
.pr-20 {
padding-right: vh(20) !important;
}