county_seat/xz_mini/components/loadmore/loading-more.wxss
2024-02-22 11:01:15 +08:00

20 lines
324 B
Plaintext

/* components/loadmore/loading-more.wxss */
.loading-box {
width: 100%;
height: 80rpx;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
font-size: 35rpx;
}
.loading-box image {
width: 40rpx;
height: 40rpx;
}
.loading-content {
margin-left: 20rpx;
}