index.wxss 326 B

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