index.wxss 281 B

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