Files
ai_dianshang/miniprogram/components/empty-state/index.wxss
2025-11-17 14:11:46 +08:00

32 lines
508 B
Plaintext

.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;
}