u-empty.wxss 604 B

123456789101112131415161718192021222324252627282930
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .u-empty.data-v-2e22d22c {
  12. display: flex;
  13. flex-direction: row;
  14. flex-direction: column;
  15. justify-content: center;
  16. align-items: center;
  17. height: 100%;
  18. background-color: #fff;
  19. }
  20. .u-image.data-v-2e22d22c {
  21. margin-bottom: 20rpx;
  22. }
  23. .u-slot-wrap.data-v-2e22d22c {
  24. display: flex;
  25. flex-direction: row;
  26. justify-content: center;
  27. align-items: center;
  28. margin-top: 20rpx;
  29. }