feat: 提交首页

This commit is contained in:
pengqiao1993
2025-10-29 17:31:26 +08:00
parent 4199ceee48
commit 9258bcc0a9
46 changed files with 15838 additions and 1630 deletions

11
static/scss/init.scss Normal file
View File

@ -0,0 +1,11 @@
.p_container {
width: 100%;
height: 100%;
}
.p_content {
margin: 0 16rpx;
}
.p_box {
background-color: #fff;
padding: 24rpx 16rpx;
}