/* 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; } } }