You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
500 B
32 lines
500 B
.load-more {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
}
|
|
|
|
.load-more .more-data {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.load-more .more-data image {
|
|
width: 35rpx;
|
|
height: 35rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.load-more .more-data .content {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.load-more .no-data {
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
line-height: 100rpx;
|
|
}
|
|
.load-more .no-data .content {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
|