feat:完善景区页面
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user