index.wxss 358 B

123456789101112131415161718192021
  1. .none-rush-list {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. padding-bottom: 140rpx;
  7. padding-top: 140rpx;
  8. }
  9. .none-rush-list .img-block {
  10. width: 240rpx;
  11. height: 240rpx;
  12. margin-bottom: 30rpx;
  13. }
  14. .none-rush-list .h1 {
  15. font-size: 32rpx;
  16. line-height: 32rpx;
  17. color: #444;
  18. margin-bottom: 20rpx;
  19. }