index.module.less 494 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .selectClass {
  2. padding: 12px 0 27px;
  3. }
  4. .selectClassScroll {
  5. min-height: 60vh;
  6. max-height: 60vh;
  7. }
  8. .searchGroup {
  9. padding: 12px 43px;
  10. }
  11. .list {
  12. display: flex;
  13. flex-flow: row wrap;
  14. justify-content: flex-start;
  15. padding: 14px 33px 12px;
  16. gap: 20px 0;
  17. margin: 0 -10px 0;
  18. min-height: 300px;
  19. &.listEmpty {
  20. display: flex;
  21. align-items: center;
  22. min-height: 60vh;
  23. }
  24. .itemWrap {
  25. width: calc(100% / 3);
  26. .itemWrapBox {
  27. padding: 0 10px;
  28. }
  29. }
  30. }