index.wxss 407 B

123456789101112131415161718192021222324252627
  1. .ant-empty {
  2. text-align: center;
  3. margin-top: 20px;
  4. }
  5. .ant-empty-image {
  6. display: flex;
  7. justify-content: center;
  8. }
  9. .ant-empty-image-element {
  10. width: 100px;
  11. height: 85px;
  12. }
  13. .ant-empty-text {
  14. margin-top: 12px;
  15. }
  16. .ant-empty-text-main {
  17. color: #333333;
  18. font-size: 20px;
  19. }
  20. .ant-empty-text-sub {
  21. color: #999999;
  22. font-size: 13px;
  23. margin-top: 8px;
  24. }
  25. .ant-empty-extra {
  26. padding-top: 20px;
  27. }