.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; }