u-empty.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. .u-empty.data-v-2e22d22c {
  7. display: -webkit-box;
  8. display: -webkit-flex;
  9. display: flex;
  10. -webkit-box-orient: horizontal;
  11. -webkit-box-direction: normal;
  12. -webkit-flex-direction: row;
  13. flex-direction: row;
  14. flex-direction: column;
  15. -webkit-box-pack: center;
  16. -webkit-justify-content: center;
  17. justify-content: center;
  18. -webkit-box-align: center;
  19. -webkit-align-items: center;
  20. align-items: center;
  21. height: 100%;
  22. }
  23. .u-image.data-v-2e22d22c {
  24. margin-bottom: 20rpx;
  25. }
  26. .u-slot-wrap.data-v-2e22d22c {
  27. display: -webkit-box;
  28. display: -webkit-flex;
  29. display: flex;
  30. -webkit-box-orient: horizontal;
  31. -webkit-box-direction: normal;
  32. -webkit-flex-direction: row;
  33. flex-direction: row;
  34. -webkit-box-pack: center;
  35. -webkit-justify-content: center;
  36. justify-content: center;
  37. -webkit-box-align: center;
  38. -webkit-align-items: center;
  39. align-items: center;
  40. margin-top: 20rpx;
  41. }