微信小程序发布试用版本

This commit is contained in:
zhonghua1
2026-01-31 21:10:40 +08:00
parent 4ebeec45bc
commit 80d6d46182
338 changed files with 5767 additions and 6091 deletions

View File

@@ -0,0 +1,24 @@
page {
background-color: #F5F5F5;
}
.page {
min-height: 100vh;
background-color: #F5F5F5;
}
.content {
padding-top: 88rpx;
min-height: calc(100vh - 88rpx - 96rpx);
padding-bottom: 96rpx;
}
.empty-state {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
padding: 48rpx;
}
.empty-text {
font-size: 28rpx;
color: #999;
}