This commit is contained in:
zhu
2026-03-27 17:55:18 +08:00
parent ee03132cee
commit 382f6b9811
34 changed files with 1406 additions and 376 deletions

View File

@@ -1,4 +1,4 @@
page {
.page {
height: 100vh;
display: flex;
flex-direction: column;
@@ -21,6 +21,7 @@ page {
}
}
.content {
flex: 1;
height: 0;
@@ -29,6 +30,10 @@ page {
border-radius: 30rpx 30rpx 0 0;
padding: 50rpx 0 0;
.ce {
white-space: nowrap;
}
.text-1 {
font-weight: 700;
font-size: 45rpx;