25 lines
371 B
Plaintext
25 lines
371 B
Plaintext
|
|
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;
|
|
}
|