21 lines
329 B
SCSS
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;
|
|
} |