Files
quantulr cf3e2db09d bugfix
2023-09-01 17:14:27 +08:00

16 lines
259 B
SCSS

/* components/load-more/index.wxss */
.load-more {
width: 100%;
display: flex;
justify-content: center;
padding: 12rpx 0;
.status {
display: flex;
align-items: center;
text {
margin-left: 12rpx;
font-size: small;
}
}
}