index.module.less 279 B

123456789101112131415161718192021
  1. .animateWrap {
  2. width: 55px !important;
  3. height: 55px !important;
  4. }
  5. .loading {
  6. height: 55px !important;
  7. img {
  8. height: 30px;
  9. width: 120px;
  10. margin-top: 20px;
  11. }
  12. }
  13. .pullRefresh {
  14. :global {
  15. .van-pull-refresh__track {
  16. min-height: inherit;
  17. }
  18. }
  19. }