index.module.less 765 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .itemWrap {
  2. cursor: pointer;
  3. &:nth-child(5n){
  4. margin-right: 0;
  5. }
  6. margin-bottom: 28px;
  7. margin-right: 26px;
  8. border-radius: 4px;
  9. overflow: hidden;
  10. h2 {
  11. line-height: 30px;
  12. font-size: 22px;
  13. font-weight: 500;
  14. color: #000000;
  15. line-height: 30px;
  16. margin: 6px 0;
  17. }
  18. .hold {
  19. width: 219px;
  20. }
  21. span {
  22. color: #999;
  23. font-size: 18px;
  24. }
  25. .itemBottom {
  26. display: flex;
  27. flex-direction: row;
  28. justify-content: flex-start;
  29. img {
  30. width: 19px;
  31. margin-right: 4px;
  32. // height: 18px;
  33. }
  34. .itemBottomL {
  35. margin-right: 21px;
  36. }
  37. .itemBottomL, .itemBottomR{
  38. display: flex;
  39. flex-direction: row;
  40. justify-content: flex-start;
  41. align-items: center;
  42. }
  43. }
  44. }