feat:完善首页样式

This commit is contained in:
zjc
2024-12-25 12:52:26 +08:00
parent 1d301b2d8f
commit 45c85763dd
10 changed files with 151 additions and 41 deletions

View File

@@ -19,6 +19,9 @@
.justify-evenly {
justify-content: space-evenly;
}
.rela {
position: relative;
}
.gap-8 {
gap: vh(8) vw(8);
}