collection.wxss
384 Bytes
.collection-title {
width: 100%;
margin-left: 20rpx;
font-family: PingFang-SC-Semibold;
color: #000;
font-size: 50rpx;
font-weight: bold;
}
.collection-list {
margin-top: 10rpx;
width: 100%;
}
.empty {
display: flex;
justify-content: center;
font-family: PingFang-SC-Regular;
color: #999;
font-size: 30rpx;
letter-spacing: 0.8px;
margin-top: 300rpx;
}