25 lines
463 B
Plaintext
25 lines
463 B
Plaintext
.empty-wrap {
|
|
padding: 140rpx 40rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.empty-icon {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 24rpx;
|
|
background: var(--bg-surface);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 36rpx;
|
|
margin-bottom: var(--spacing-md);
|
|
color: var(--text-tertiary);
|
|
}
|
|
|
|
.empty-text {
|
|
font-size: 26rpx;
|
|
color: var(--text-secondary);
|
|
} |