index.module.less 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. .list {
  2. margin-top: 12px;
  3. display: flex;
  4. flex-flow: row wrap;
  5. justify-content: flex-start;
  6. gap: 22px 0;
  7. min-height: 220px;
  8. margin-left: -12px;
  9. margin-right: -12px;
  10. .itemWrap {
  11. width: calc(100% / 5);
  12. padding-bottom: calc(100% / 5 * 0.73333);
  13. position: relative;
  14. .itemWrapBox {
  15. position: absolute;
  16. left: 0;
  17. top: 0;
  18. width: 100%;
  19. height: 100%;
  20. padding: 0 12px;
  21. }
  22. }
  23. :global {
  24. .card-section-container {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. }
  29. }
  30. .searchGroup {
  31. position: relative;
  32. padding: 0;
  33. .btnType {
  34. gap: 0px 24px !important;
  35. :global {
  36. .n-button {
  37. height: 37px;
  38. padding: 0 24px;
  39. font-size: max(18px, 13Px);
  40. color: rgba(0, 0, 0, .6);
  41. &.n-button--primary-type {
  42. font-weight: bold;
  43. color: #fff;
  44. }
  45. }
  46. }
  47. }
  48. :global {
  49. .n-form {
  50. position: relative;
  51. }
  52. .n-form-item {
  53. .n-form-item-label {
  54. font-size: max(17px, 13px);
  55. font-weight: 600;
  56. color: #131415;
  57. line-height: 24px;
  58. }
  59. .n-button {
  60. height: 32px;
  61. font-size: max(17px, 12Px);
  62. border-radius: 8px;
  63. color: rgba(0, 0, 0, 0.6);
  64. }
  65. .n-button--primary-type {
  66. color: #131415;
  67. background-color: #D2ECFF !important;
  68. }
  69. }
  70. .n-form-item-feedback-wrapper {
  71. min-height: 14px;
  72. }
  73. }
  74. .inputSearch {
  75. position: absolute;
  76. top: 4px;
  77. right: 0px;
  78. width: 360px;
  79. height: 42px;
  80. font-size: max(18px, 13Px);
  81. --n-height: 42px !important;
  82. img {
  83. width: 18px;
  84. height: 18px;
  85. }
  86. :global {
  87. .n-input-wrapper {
  88. padding-left: 12px;
  89. padding-right: 4px;
  90. height: 42px !important;
  91. }
  92. .n-button {
  93. height: 34px;
  94. font-size: max(16px, 12Px);
  95. font-weight: 500;
  96. width: auto;
  97. }
  98. }
  99. }
  100. .searchCatatory {
  101. display: flex;
  102. justify-content: space-between;
  103. padding-bottom: 24px;
  104. border-bottom: 1px solid #F2F2F2;
  105. margin-bottom: 20px;
  106. .addTrain {
  107. height: 37px;
  108. border-radius: 8px;
  109. font-size: max(18px, 13Px);
  110. background-color: #E8F4FF;
  111. color: #0378EC;
  112. img {
  113. width: 16px;
  114. height: 16px;
  115. margin-right: 8px;
  116. }
  117. }
  118. }
  119. }
  120. .spaceSection {
  121. width: 76%;
  122. &>div {
  123. line-height: var(--n-blank-height);
  124. }
  125. }
  126. .collapseWrap {
  127. width: 98%;
  128. display: flex;
  129. flex-direction: row;
  130. align-items: flex-end;
  131. }
  132. .collaoseBtn {
  133. width: 32px;
  134. height: 32px;
  135. cursor: pointer;
  136. }
  137. .collaoseBtn.isStart {
  138. transform: rotate(-180deg);
  139. }
  140. .collapsSection {
  141. padding-top: 10px;
  142. }
  143. .isHidden {
  144. overflow: hidden;
  145. transition: 1s all ease-in;
  146. }
  147. .hideButton {
  148. visibility: hidden;
  149. height: 0 !important;
  150. line-height: 0 !important;
  151. }
  152. .popSelect {
  153. font-size: 16px;
  154. width: 200px;
  155. box-shadow: 0px 2 16px 0px rgba(0, 0, 0, 0.08);
  156. border-radius: 11px;
  157. --n-option-height: 34px;
  158. :global {
  159. .n-base-select-option__content {
  160. width: 80% !important;
  161. }
  162. }
  163. }
  164. .spaceSection2 {
  165. width: 75%;
  166. transition: 1s all ease-in;
  167. &>div {
  168. height: 34Px !important;
  169. display: flex;
  170. align-items: center;
  171. }
  172. }
  173. .textBtn {
  174. background: #fff;
  175. border-radius: 8Px;
  176. padding: 4Px 20px;
  177. font-size: max(17px, 12Px);
  178. color: rgba(0, 0, 0, 0.6);
  179. cursor: pointer;
  180. display: flex;
  181. align-items: center;
  182. font-weight: 500;
  183. line-height: 24px;
  184. .iconArrow {
  185. display: inline-block;
  186. margin-left: 8px;
  187. width: 8px;
  188. height: 5px;
  189. background: url('../../../content-information/images/icon-arrow2.png') no-repeat center center / contain;
  190. transform: rotate(180deg);
  191. }
  192. &:hover,
  193. &.textBtnActive {
  194. background: #D2ECFF;
  195. font-weight: 500;
  196. color: #131415;
  197. }
  198. &:hover {
  199. .iconArrow {
  200. transform: rotate(0deg);
  201. }
  202. }
  203. }