解决微信小程序首页空白问题。

This commit is contained in:
cst61
2026-02-01 09:21:11 +08:00
parent 80d6d46182
commit cc01c4dc47
454 changed files with 404 additions and 62235 deletions

View File

@@ -1,24 +0,0 @@
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;
}