This commit is contained in:
sjk
2025-11-17 14:11:46 +08:00
commit ad4a600af9
1659 changed files with 171560 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
.empty-state {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 120rpx 40rpx;
text-align: center;
min-height: 400rpx;
}
.empty-state__icon {
margin-bottom: 32rpx;
}
.empty-state__title {
font-size: 32rpx;
color: #999;
margin-bottom: 16rpx;
font-weight: 500;
}
.empty-state__description {
font-size: 28rpx;
color: #bbb;
line-height: 1.5;
margin-bottom: 40rpx;
max-width: 400rpx;
}
.empty-state__action {
margin-top: 20rpx;
}