empty.wxss 362 B

1234567891011121314151617181920212223242526
  1. /* component/empty/empty.wxss */
  2. .empty {
  3. height: 70vh;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. justify-content: center;
  8. }
  9. .empty image {
  10. height: 325rpx;
  11. width: 340rpx;
  12. }
  13. .empty-text {
  14. font-size: 42rpx;
  15. color: #31364c;
  16. margin-top: 45rpx;
  17. }
  18. .empty-message {
  19. font-size: 32rpx;
  20. color: #888a8e;
  21. margin-top: 15rpx;
  22. }