u-empty.wxss 729 B

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