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