16 lines
259 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|