index.wxss
351 Bytes
.loadMore {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
height: 88rpx;
}
.loadMore .loading-icon {
width: 100rpx;
height: 40rpx;
margin-right: 5rpx;
}
.loadMore .loadText {
margin-left: 10;
color: #b1b1b1;
text-align: center;
font-size: 28rpx;
}