index.module.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. .listWrap {
  2. padding: 32px 20px;
  3. background-color: #fff;
  4. border-radius: 20px;
  5. min-height: 100%;
  6. // min-height: calc(100% - 104px);
  7. :global {
  8. .n-tabs-tab-pad {
  9. width: 80px !important;
  10. }
  11. .n-tabs-nav {
  12. padding: 0px 20px 24px;
  13. }
  14. .n-tabs-tab {
  15. color: #8B8D98;
  16. font-size: max(22px, 14Px);
  17. padding-top: 0;
  18. padding-bottom: 6px;
  19. line-height: 22px;
  20. &.n-tabs-tab--active {
  21. font-weight: 600 !important;
  22. color: #131415 !important;
  23. }
  24. }
  25. .n-tabs-tab__label {
  26. z-index: 10;
  27. }
  28. .n-tabs-bar {
  29. height: 10px;
  30. background: linear-gradient(90deg, #77BBFF 0%, rgba(163, 231, 255, 0.22) 100%);
  31. z-index: 0;
  32. bottom: 2px;
  33. }
  34. .n-tab-pane {
  35. padding: 0 12px 0 !important;
  36. }
  37. .n-pagination {
  38. margin-top: 36px !important;
  39. }
  40. }
  41. }
  42. .list {
  43. margin-top: 12px;
  44. display: flex;
  45. flex-flow: row wrap;
  46. justify-content: flex-start;
  47. gap: 22px;
  48. }
  49. .searchGroup {
  50. position: relative;
  51. padding: 0;
  52. .btnType {
  53. gap: 0px 24px !important;
  54. :global {
  55. .n-button {
  56. height: 37px;
  57. padding: 0 24px;
  58. font-size: 18px;
  59. color: rgba(0, 0, 0, .6);
  60. &.n-button--primary-type {
  61. font-weight: bold;
  62. color: #fff;
  63. }
  64. }
  65. }
  66. }
  67. :global {
  68. .n-form {
  69. position: relative;
  70. }
  71. .n-form-item {
  72. .n-form-item-label {
  73. font-size: 17px;
  74. font-weight: 600;
  75. color: #131415;
  76. line-height: 24px;
  77. }
  78. .n-button {
  79. height: 32px;
  80. font-size: 17px;
  81. border-radius: 8px;
  82. color: rgba(0, 0, 0, 0.6);
  83. }
  84. .n-button--primary-type {
  85. color: #131415;
  86. }
  87. }
  88. .n-form-item-feedback-wrapper {
  89. min-height: 14px;
  90. }
  91. }
  92. .inputSearch {
  93. position: absolute;
  94. top: 4px;
  95. right: 0px;
  96. width: 360px;
  97. height: 42px;
  98. font-size: 16px;
  99. :global {
  100. .n-input-wrapper {
  101. padding-left: 12px;
  102. padding-right: 4px;
  103. height: 42px !important;
  104. }
  105. .n-button {
  106. height: 34px;
  107. font-size: 15px;
  108. font-weight: 500;
  109. width: auto;
  110. }
  111. }
  112. }
  113. .searchCatatory {
  114. display: flex;
  115. justify-content: space-between;
  116. padding-bottom: 24px;
  117. border-bottom: 1px solid #F2F2F2;
  118. margin-bottom: 20px;
  119. .addTrain {
  120. height: 37px;
  121. border-radius: 8px;
  122. font-size: 18px;
  123. background-color: #E8F4FF;
  124. color: #0378EC;
  125. img {
  126. width: 16px;
  127. height: 16px;
  128. margin-right: 8px;
  129. }
  130. }
  131. }
  132. }