empty.wxss 506 B

12345678910111213141516171819202122232425262728
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .empty-content {
  12. display: flex;
  13. align-items: center;
  14. justify-content: center;
  15. flex-direction: column;
  16. position: fixed;
  17. left: 0;
  18. top: 0;
  19. right: 0;
  20. bottom: 0;
  21. background: #f8f8f8;
  22. padding-bottom: 120rpx;
  23. }
  24. .empty-content-image {
  25. width: 200rpx;
  26. height: 200rpx;
  27. }