custom-refresher.wxss 339 B

1234567891011121314151617181920
  1. .refresher-container.data-v-f0e95ecb {
  2. display: flex;
  3. height: 150rpx;
  4. flex-direction: column;
  5. align-items: center;
  6. justify-content: center;
  7. }
  8. .refresher-image.data-v-f0e95ecb {
  9. margin-top: 10rpx;
  10. height: 45px;
  11. width: 45px;
  12. }
  13. .refresher-text.data-v-f0e95ecb {
  14. margin-top: 10rpx;
  15. font-size: 24rpx;
  16. color: #666666;
  17. }