index.less 339 B

123456789101112131415161718192021
  1. .empty {
  2. display: flex;
  3. flex-direction: column;
  4. justify-content: center;
  5. align-items: center;
  6. .nullImg {
  7. width: 364rpx;
  8. height: 280rpx;
  9. }
  10. .empty-message {
  11. width: 500rpx;
  12. text-align: center;
  13. margin-top: 30rpx;
  14. font-size: 32rpx;
  15. line-height: 60rpx;
  16. font-weight: bold;
  17. color: #FFB513;
  18. }
  19. }