nantai-erp-wechat-mobile/components/empty/empty.wxss
2024-10-31 21:29:57 +08:00

20 lines
308 B
Plaintext

/* components/empty/empty.wxss */
.empty-box {
height: 100%;
box-sizing: border-box;
padding-top: 205rpx;
text-align: center;
}
.empty-box .empty-icon {
width: 500rpx;
height: 414rpx;
}
.empty-box .empty-tips {
font-size: 30rpx;
color: #666666;
text-align: center;
margin-top: 60rpx;
}