empty.ttss
348 Bytes
.emptyClass {
display: flex;
flex-direction: column;
align-items: center;
background: #f0f0f0;
}
.emptyClass .icon {
width: 208rpx;
height:130rpx;
margin-top:260rpx;
}
.emptyClass .text {
text-align:center;
margin-top:30rpx;
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #B0B0B0;
letter-spacing: -0.39px;
}