Files
YGChatCS/pages/order/components/CustomRefresher/styles/index.scss
2025-07-29 09:01:18 +08:00

21 lines
329 B
SCSS

.refresher-container {
/* #ifndef APP-NVUE */
display: flex;
/* #endif */
height: 150rpx;
flex-direction: column;
align-items: center;
justify-content: center;
}
.refresher-image {
margin-top: 10rpx;
height: 45px;
width: 45px;
}
.refresher-text {
margin-top: 10rpx;
font-size: 24rpx;
color: #666666;
}