u-empty.ttss 612 B

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