123456789101112131415161718192021 |
- .animateWrap {
- width: 55px !important;
- height: 55px !important;
- }
- .loading {
- height: 55px !important;
- img {
- height: 30px;
- width: 120px;
- margin-top: 20px;
- }
- }
- .pullRefresh {
- :global {
- .van-pull-refresh__track {
- min-height: inherit;
- }
- }
- }
|