index.module.less 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. .list {
  2. margin-top: 12px;
  3. display: flex;
  4. flex-flow: row wrap;
  5. justify-content: flex-start;
  6. gap: 22px 0;
  7. margin-left: -12px;
  8. margin-right: -12px;
  9. }
  10. .searchGroup {
  11. position: relative;
  12. padding: 0;
  13. .btnType {
  14. gap: 0px 24px !important;
  15. :global {
  16. .n-button {
  17. --n-height: 37px !important;
  18. height: 37px;
  19. padding: 0 24px;
  20. font-size: max(18px, 13Px);
  21. color: rgba(0, 0, 0, .6);
  22. &.n-button--primary-type {
  23. font-weight: bold !important;
  24. color: #fff;
  25. }
  26. }
  27. }
  28. }
  29. :global {
  30. .n-form {
  31. position: relative;
  32. }
  33. .n-form-item {
  34. .n-form-item-label {
  35. font-size: max(17px, 13px);
  36. font-weight: 600;
  37. color: #131415;
  38. line-height: 24px;
  39. }
  40. .n-button {
  41. height: 32px;
  42. font-size: max(17px, 12Px);
  43. border-radius: 8px;
  44. color: rgba(0, 0, 0, 0.6);
  45. }
  46. .n-button--primary-type {
  47. font-weight: 400 !important;
  48. }
  49. .n-button--primary-type {
  50. color: #131415;
  51. font-weight: bold !important;
  52. background-color: #D2ECFF !important;
  53. }
  54. }
  55. .n-form-item-feedback-wrapper {
  56. min-height: 14px;
  57. }
  58. }
  59. .inputSearch {
  60. position: absolute;
  61. top: 4px;
  62. right: 0px;
  63. width: 360px;
  64. height: 42px;
  65. font-size: max(18px, 13Px);
  66. --n-height: 42px !important;
  67. img {
  68. width: 18px;
  69. height: 18px;
  70. }
  71. :global {
  72. .n-input-wrapper {
  73. padding-left: 12px;
  74. padding-right: 4px;
  75. height: 42px !important;
  76. }
  77. .n-button {
  78. height: 34px;
  79. font-size: max(16px, 12Px);
  80. font-weight: 500;
  81. width: auto;
  82. }
  83. }
  84. }
  85. .searchCatatory {
  86. display: flex;
  87. justify-content: space-between;
  88. padding-bottom: 24px;
  89. border-bottom: 1px solid #F2F2F2;
  90. margin-bottom: 20px;
  91. .btnGroup {
  92. height: 37px;
  93. }
  94. .addTrain {
  95. --n-height: 37px !important;
  96. height: 37px;
  97. border-radius: 8px;
  98. font-size: max(18px, 13Px);
  99. background-color: #E8F4FF;
  100. color: #0378EC;
  101. &.error {
  102. color: #EC3A4E;
  103. background-color: #FDEBED;
  104. }
  105. img {
  106. margin-right: 8px;
  107. }
  108. .iconUpload {
  109. width: 23px;
  110. height: 19px;
  111. }
  112. .iconEdit {
  113. width: 24px;
  114. height: 25px;
  115. }
  116. .iconSelectAll {
  117. width: 20px;
  118. height: 20px;
  119. }
  120. .iconDelete {
  121. width: 18px;
  122. height: 18px;
  123. }
  124. .iconPen {
  125. width: 20px;
  126. height: 19px;
  127. }
  128. }
  129. }
  130. }
  131. .itemWrap {
  132. width: calc(100% / 5);
  133. padding-bottom: calc(100% / 5 * 0.73333);
  134. position: relative;
  135. .itemWrapBox {
  136. position: absolute;
  137. left: 0;
  138. top: 0;
  139. width: 100%;
  140. height: 100%;
  141. padding: 0 12px;
  142. }
  143. :global {
  144. .card-section-container {
  145. width: 100%;
  146. height: 100%;
  147. }
  148. }
  149. .itemBg {
  150. position: absolute;
  151. left: 12px;
  152. top: 0;
  153. width: calc(100% - 24px);
  154. height: 100%;
  155. z-index: 99;
  156. border-radius: 14px;
  157. &.itemBgChecked {
  158. background-color: rgba(0, 0, 0, .5);
  159. }
  160. .resourceDefault {
  161. position: absolute;
  162. top: 16px;
  163. right: 16px;
  164. width: 30px;
  165. height: 30px;
  166. }
  167. }
  168. }
  169. .spaceSection {
  170. width: 76%;
  171. &>div {
  172. line-height: var(--n-blank-height);
  173. }
  174. }
  175. .attendClassModal {
  176. width: 1100px;
  177. :global {
  178. .n-select-menu {
  179. --n-height: calc(var(--n-option-height) * 5.6) !important;
  180. }
  181. }
  182. }
  183. .attendClassSaveModal {
  184. width: 600px;
  185. :global {
  186. .n-select-menu {
  187. --n-height: calc(var(--n-option-height) * 5.6) !important;
  188. }
  189. }
  190. }
  191. .removeVisiable {
  192. width: 432px;
  193. :global {
  194. .n-card-header {
  195. font-size: max(22px, 16Px);
  196. }
  197. }
  198. .studentRemove {
  199. padding: 20px 40px 0;
  200. p {
  201. font-size: max(18px, 14Px);
  202. color: #777777;
  203. line-height: 30px;
  204. text-align: center;
  205. span {
  206. color: #EA4132;
  207. }
  208. }
  209. }
  210. .btnGroupModal {
  211. padding: 32px 0;
  212. :global {
  213. .n-button {
  214. height: 47px;
  215. min-width: 156px;
  216. }
  217. }
  218. }
  219. }
  220. .popSelect {
  221. font-size: 16px;
  222. width: 200px;
  223. box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  224. border-radius: 11px;
  225. --n-option-height: 34px;
  226. :global {
  227. .n-base-select-option__content {
  228. width: 80% !important;
  229. }
  230. }
  231. }
  232. .spaceSection2 {
  233. width: 78%;
  234. transition: 1s all ease-in;
  235. &>div {
  236. height: 34Px !important;
  237. display: flex;
  238. align-items: center;
  239. }
  240. }
  241. .textBtn {
  242. background: #fff;
  243. border-radius: 8Px;
  244. padding: 4Px 20px;
  245. font-size: max(17px, 12Px);
  246. color: rgba(0, 0, 0, 0.6);
  247. cursor: pointer;
  248. display: flex;
  249. align-items: center;
  250. font-weight: 500;
  251. line-height: 24px;
  252. .iconArrow {
  253. display: inline-block;
  254. margin-left: 8px;
  255. width: 8px;
  256. height: 5px;
  257. background: url('../../../content-information/images/icon-arrow2.png') no-repeat center center / contain;
  258. transform: rotate(180deg);
  259. }
  260. &:hover,
  261. &.textBtnActive {
  262. background: #D2ECFF;
  263. font-weight: 500;
  264. color: #131415;
  265. }
  266. &:hover {
  267. .iconArrow {
  268. transform: rotate(0deg);
  269. }
  270. }
  271. }