初始化项目

This commit is contained in:
Jiacheng Xu
2025-11-18 09:36:58 +08:00
commit a2c0d17210
33 changed files with 2529 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}