feat: 调整首页顶部功能

This commit is contained in:
duanshuwen
2025-11-04 21:13:19 +08:00
parent e81b7e662a
commit fad25e951c
6 changed files with 74 additions and 23 deletions

View File

@@ -9,3 +9,15 @@
.h-80 {
height: 80px;
}
.h-44 {
height: 44px;
}
.h-32 {
height: 32px;
}
.h-24 {
height: 24px;
}

View File

@@ -59,6 +59,10 @@
margin-bottom: 10px;
}
.ml-10 {
margin-left: 10px;
}
.m-12 {
margin: 12px;
}

View File

@@ -6,6 +6,14 @@
width: 100vw;
}
.w-24 {
width: 24px;
}
.w-32 {
width: 32px;
}
.w-50 {
width: 50%;
}