解决微信小程序首页空白问题。
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user