index.less 334 B

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