20 lines
324 B
Plaintext
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;
|
||
|
}
|