index.module.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. .list {
  2. margin-top: 12px;
  3. display: flex;
  4. flex-flow: row wrap;
  5. justify-content: flex-start;
  6. gap: 22px;
  7. min-height: 220px;
  8. }
  9. .searchGroup {
  10. position: relative;
  11. padding: 0;
  12. .btnType {
  13. gap: 0px 24px !important;
  14. :global {
  15. .n-button {
  16. height: 37px;
  17. padding: 0 24px;
  18. font-size: 18px;
  19. color: rgba(0, 0, 0, .6);
  20. &.n-button--primary-type {
  21. font-weight: bold;
  22. color: #fff;
  23. }
  24. }
  25. }
  26. }
  27. :global {
  28. .n-form {
  29. position: relative;
  30. }
  31. .n-form-item {
  32. .n-form-item-label {
  33. font-size: 17px;
  34. font-weight: 600;
  35. color: #131415;
  36. line-height: 24px;
  37. }
  38. .n-button {
  39. height: 32px;
  40. font-size: 17px;
  41. border-radius: 8px;
  42. color: rgba(0, 0, 0, 0.6);
  43. }
  44. .n-button--primary-type {
  45. color: #131415;
  46. }
  47. }
  48. .n-form-item-feedback-wrapper {
  49. min-height: 14px;
  50. }
  51. }
  52. .inputSearch {
  53. position: absolute;
  54. top: 4px;
  55. right: 0px;
  56. width: 360px;
  57. height: 42px;
  58. font-size: 16px;
  59. --n-height: 42px !important;
  60. img {
  61. width: 18px;
  62. height: 18px;
  63. }
  64. :global {
  65. .n-input-wrapper {
  66. padding-left: 12px;
  67. padding-right: 4px;
  68. height: 42px !important;
  69. }
  70. .n-button {
  71. height: 34px;
  72. font-size: 15px;
  73. font-weight: 500;
  74. width: auto;
  75. }
  76. }
  77. }
  78. .searchCatatory {
  79. display: flex;
  80. justify-content: space-between;
  81. padding-bottom: 24px;
  82. border-bottom: 1px solid #F2F2F2;
  83. margin-bottom: 20px;
  84. .addTrain {
  85. height: 37px;
  86. border-radius: 8px;
  87. font-size: 18px;
  88. background-color: #E8F4FF;
  89. color: #0378EC;
  90. img {
  91. width: 16px;
  92. height: 16px;
  93. margin-right: 8px;
  94. }
  95. }
  96. }
  97. }
  98. .spaceSection {
  99. width: 76%;
  100. &>div {
  101. line-height: var(--n-blank-height);
  102. }
  103. }