/* component/empty/empty.wxss */ .empty { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .empty-image { width: 260rpx; margin-top: 180rpx; } .empty-text { font-size: 34rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: rgba(0, 0, 0, 0.45); margin-top: 100rpx; } .empty-message { font-size: 28rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: rgba(0, 0, 0, 0.25); margin-top: 10rpx; }