.load-more { width: 100%; height: 100rpx; background: #f7f7f7; display: flex; justify-content: center; align-items: center; } .load-more .load-text { color: #999; font-size: 26rpx; } .load-more .load-image { width: 30rpx; height: 30rpx; object-fit: cover; margin-right: 10rpx; }