first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-31 10:53:43 +08:00
commit f529129c93
770 changed files with 86065 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;
}