style:首页样式

This commit is contained in:
zjc
2024-12-13 10:21:20 +08:00
parent 81d7983cb6
commit c263e68dd9
24 changed files with 657 additions and 23 deletions

11
src/styles/common.scss Normal file
View File

@@ -0,0 +1,11 @@
.flex {
display: flex;
}
.align-end {
align-items: flex-end;
}
.pt-20 {
padding-top: vh(20);
}