no message

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:00:29 +08:00
commit 4d06351f6a
2830 changed files with 166480 additions and 0 deletions

21
common/index.scss Normal file
View File

@@ -0,0 +1,21 @@
view {
box-sizing: border-box;
}
page {
background: #f7f7f7;
}
.p30 {
padding: 0 30rpx;
}
.mt10 {
margin-bottom: 10rpx;
}
.flex-acsb {
display: flex;
align-items: center;
justify-content: space-between;
}
.flex1 {
flex: 1;
}