async.css 320 B

123456789101112131415161718192021
  1. .uni-async-error {
  2. position: absolute;
  3. left: 0;
  4. right: 0;
  5. top: 0;
  6. bottom: 0;
  7. color: #999;
  8. padding: 100px 10px;
  9. text-align: center;
  10. }
  11. .uni-async-loading {
  12. box-sizing: border-box;
  13. width: 100%;
  14. padding: 50px;
  15. text-align: center;
  16. }
  17. .uni-async-loading .uni-loading {
  18. width: 30px;
  19. height: 30px;
  20. }