适配小程序代码结构

This commit is contained in:
zhonghua1
2026-01-20 08:46:36 +08:00
parent 3b169467ac
commit 9c00db8ff5
615 changed files with 62726 additions and 8 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;
}