1234567891011121314151617181920 |
- .refresher-container.data-v-f0e95ecb {
- display: flex;
- height: 150rpx;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .refresher-image.data-v-f0e95ecb {
- margin-top: 10rpx;
- height: 45px;
- width: 45px;
- }
- .refresher-text.data-v-f0e95ecb {
- margin-top: 10rpx;
- font-size: 24rpx;
- color: #666666;
- }
|