初次提交

This commit is contained in:
lym
2026-03-09 13:54:17 +08:00
commit 8e25ad708b
516 changed files with 41896 additions and 0 deletions

11
app.wxss Normal file
View File

@@ -0,0 +1,11 @@
.container {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
display: flex;
flex-direction: column;
justify-content: space-between;
box-sizing: border-box;
}
page {
background-color: #F2f2f2;
}