index.module.less 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  1. @img: '../setting/images';
  2. .listWrap {
  3. padding: 32px;
  4. background-color: #fff;
  5. min-height: 100%;
  6. border-radius: 20px;
  7. }
  8. .addBtnIcon {
  9. width: 16px;
  10. height: 17px;
  11. }
  12. .addBtn {
  13. margin-bottom: 30px;
  14. height: 43px;
  15. background: #198cfe;
  16. border-radius: 8px;
  17. line-height: 41px;
  18. width: 144px;
  19. padding: 0 24px;
  20. :global {
  21. .n-button__content {
  22. font-size: 18px;
  23. }
  24. }
  25. }
  26. .btnGroup {
  27. padding: 40px 0;
  28. :global {
  29. .n-button {
  30. height: 47px;
  31. min-width: 156px;
  32. }
  33. }
  34. }
  35. .resetStudentWrap {
  36. display: flex;
  37. flex-direction: column;
  38. align-items: center;
  39. padding-top: 40px;
  40. .studentTransfer {
  41. position: relative;
  42. .smallArrow {
  43. right: 166px;
  44. top: 15px;
  45. position: absolute;
  46. width: 12px;
  47. height: 12px;
  48. cursor: pointer;
  49. z-index: 1000;
  50. }
  51. :global {
  52. .n-legacy-transfer {
  53. width: 634px;
  54. min-height: 340px;
  55. .n-legacy-transfer-list {
  56. &:nth-child(1) {
  57. .n-legacy-transfer-list-header__header {
  58. &::after {
  59. content: '(当前班级)';
  60. font-size: 12px;
  61. color: #777;
  62. font-weight: 400;
  63. }
  64. }
  65. }
  66. }
  67. }
  68. .n-legacy-transfer-list-item {
  69. &:hover {
  70. background-color: #fff !important;
  71. }
  72. }
  73. .n-legacy-transfer-list__border {
  74. border: none;
  75. }
  76. .n-legacy-transfer-list-header__extra {
  77. display: none;
  78. }
  79. .n-legacy-transfer-list-header {
  80. display: flex;
  81. flex-direction: column;
  82. background: #e8f2ff;
  83. align-items: flex-start;
  84. height: auto;
  85. }
  86. .n-legacy-transfer-list-header__checkbox {
  87. order: 2;
  88. padding: 0 !important;
  89. &::after {
  90. content: '全选';
  91. margin-left: 5px;
  92. }
  93. margin-top: 8px;
  94. }
  95. .n-legacy-transfer-list-header__header {
  96. width: 100%;
  97. padding: 14px 0;
  98. font-size: 16px;
  99. font-weight: 600 !important;
  100. color: #131415;
  101. line-height: 22px;
  102. order: 1;
  103. border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  104. }
  105. .n-legacy-transfer-list {
  106. padding: 0 16px;
  107. min-height: 340px;
  108. background: #e8f2ff;
  109. border-radius: 16px 16px 0 0;
  110. width: 277px;
  111. .n-legacy-transfer-filter {
  112. background: #e8f2ff;
  113. padding: 8px 0px 0px;
  114. border-bottom: none;
  115. }
  116. .n-input {
  117. border-radius: 8px;
  118. .n-input-wrapper {
  119. .n-input__border {
  120. border-radius: 8px;
  121. }
  122. .n-input__input-el {
  123. height: 41px;
  124. line-height: 41px;
  125. background: #ffffff;
  126. }
  127. }
  128. }
  129. }
  130. .n-legacy-transfer-gap {
  131. width: 80px;
  132. .n-button {
  133. width: 34px;
  134. height: 34px;
  135. border-radius: 8px;
  136. .n-button__state-border {
  137. border: none !important;
  138. }
  139. &:nth-child(1) {
  140. transform: rotate(180deg);
  141. position: relative;
  142. &:hover {
  143. &::after {
  144. background: url('@{img}/transArrowActive.png') no-repeat;
  145. top: 0;
  146. left: 0;
  147. background-size: 34px 34px;
  148. }
  149. }
  150. &::after {
  151. position: absolute;
  152. content: '';
  153. width: 34px;
  154. height: 34px;
  155. background-color: black;
  156. top: 0;
  157. left: 0;
  158. background: url('@{img}/transArrrow.png') no-repeat;
  159. background-size: 34px 34px;
  160. z-index: 100;
  161. }
  162. }
  163. &:nth-child(2) {
  164. position: relative;
  165. &:hover {
  166. &::after {
  167. background: url('@{img}/transArrowActive.png') no-repeat;
  168. top: 0;
  169. left: 0;
  170. background-size: 34px 34px;
  171. }
  172. }
  173. &::after {
  174. position: absolute;
  175. content: '';
  176. width: 100%;
  177. height: 100%;
  178. background-color: black;
  179. top: 0;
  180. left: 0;
  181. background: url('@{img}/transArrrow.png') no-repeat;
  182. background-size: 34px 34px;
  183. z-index: 100;
  184. }
  185. }
  186. }
  187. }
  188. }
  189. .studentTransferBottom {
  190. width: 100%;
  191. display: flex;
  192. flex-direction: row;
  193. align-items: center;
  194. justify-content: space-between;
  195. .bottom {
  196. padding: 0 16px;
  197. width: 277px;
  198. background-color: #e8f2ff;
  199. border-radius: 0 0 8px 8px;
  200. .bottomWrap {
  201. padding: 14px 0;
  202. border-top: 1px solid rgba(0, 0, 0, 0.06);
  203. }
  204. }
  205. }
  206. }
  207. }
  208. .studentTransferList {
  209. display: flex;
  210. flex-direction: row;
  211. align-items: center;
  212. .studentLeft,
  213. .studentRight {
  214. padding: 14px 16px;
  215. width: 277px;
  216. background: #e8f2ff;
  217. border-radius: 16px;
  218. .listTop {
  219. display: flex;
  220. flex-direction: row;
  221. align-items: center;
  222. padding-bottom: 14px;
  223. border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  224. font-size: 16px;
  225. font-weight: 600;
  226. color: #131415;
  227. line-height: 22px;
  228. span {
  229. color: #777;
  230. font-weight: 400;
  231. font-size: 12px;
  232. }
  233. }
  234. .chioseCheckBox {
  235. padding: 2px 2px;
  236. font-size: 16px;
  237. font-weight: 400;
  238. color: #131415;
  239. }
  240. }
  241. .chioseBox {
  242. width: 80px;
  243. height: 389px;
  244. display: flex;
  245. flex-direction: column;
  246. align-items: center;
  247. justify-content: center;
  248. .chioseBtn {
  249. cursor: pointer;
  250. width: 34px;
  251. height: 34px;
  252. border-radius: 8px;
  253. background: url('@{img}/transArrrow.png') no-repeat;
  254. background-size: 34px 34px;
  255. &:hover {
  256. background: url('@{img}/transArrowActive.png') no-repeat;
  257. background-size: 34px 34px;
  258. }
  259. }
  260. .chioseBtnRight {
  261. transform: rotate(180deg);
  262. margin-bottom: 23px;
  263. }
  264. }
  265. .chioseCheckAllBox {
  266. margin-top: 8px !important;
  267. margin-bottom: 14px !important;
  268. }
  269. .bottom {
  270. padding-top: 14px;
  271. border-top: 1px solid rgba(0, 0, 0, 0.06);
  272. }
  273. }
  274. .addClass {
  275. display: flex;
  276. flex-direction: column;
  277. align-items: center;
  278. padding-top: 50px;
  279. }
  280. .listWrap {
  281. min-height: 805px;
  282. padding: 32px;
  283. background-color: #fff;
  284. border-radius: 20px;
  285. .customTabs {
  286. :global {
  287. .n-tabs-tab--active {
  288. font-size: 18px !important;
  289. font-weight: 600 !important;
  290. color: #131415 !important;
  291. }
  292. .n-tabs-tab {
  293. font-size: 18px;
  294. padding: 8px 0 !important;
  295. font-weight: 400;
  296. min-width: 50px;
  297. color: #8b8d98;
  298. &:hover {
  299. color: #198cfe !important;
  300. }
  301. }
  302. .n-tabs-bar {
  303. // background-color: red !important;
  304. width: 50px !important;
  305. height: 5px !important;
  306. background: url('@{img}/barIcon.png') no-repeat;
  307. background-size: 50px 5px;
  308. }
  309. }
  310. }
  311. }
  312. .indDot,
  313. .endDot {
  314. display: flex;
  315. flex-direction: row;
  316. align-items: center;
  317. }
  318. .indDot {
  319. span {
  320. border-radius: 50%;
  321. width: 8px;
  322. height: 8px;
  323. background: #198cfe;
  324. margin-right: 8px;
  325. }
  326. }
  327. .endDot {
  328. opacity: 0.7;
  329. color: #aaaaaa;
  330. span {
  331. border-radius: 50%;
  332. width: 8px;
  333. height: 8px;
  334. background: #aaaaaa;
  335. margin-right: 8px;
  336. }
  337. }
  338. .attendClassModal {
  339. width: 1100px;
  340. :global {
  341. .n-select-menu {
  342. --n-height: calc(var(--n-option-height) * 5.6) !important;
  343. }
  344. }
  345. }
  346. .teacherList {
  347. display: flex;
  348. flex-direction: row;
  349. align-items: center;
  350. margin-bottom: 32px;
  351. .teacherHeader {
  352. width: 100px;
  353. height: 100px;
  354. padding: 4px;
  355. border-radius: 99px;
  356. background: linear-gradient(
  357. 228deg,
  358. rgba(2, 186, 255, 1),
  359. rgba(0, 122, 254, 1)
  360. );
  361. margin-right: 20px;
  362. .teacherHeaderBorder {
  363. width: 100%;
  364. height: 100%;
  365. background: #fff;
  366. border-radius: 99px;
  367. overflow: hidden;
  368. display: flex;
  369. flex-direction: row;
  370. align-items: center;
  371. justify-content: center;
  372. padding: 4px;
  373. }
  374. }
  375. .teacherHeaderImg {
  376. width: 84px;
  377. height: 84px;
  378. border-radius: 50%;
  379. overflow: hidden;
  380. }
  381. .workafterInfo {
  382. h4 {
  383. font-size: 22px;
  384. line-height: 30px;
  385. font-weight: 600;
  386. color: #131415;
  387. margin-bottom: 12px;
  388. }
  389. p {
  390. font-size: 16px;
  391. line-height: 22px;
  392. color: #777;
  393. span {
  394. color: #ea4132;
  395. }
  396. }
  397. }
  398. }
  399. .isok {
  400. font-weight: 600;
  401. color: #333333;
  402. }
  403. .ison {
  404. font-weight: 600;
  405. color: #ea4132;
  406. }
  407. .nosub {
  408. font-weight: 600;
  409. color: #aaa;
  410. }
  411. .TrainDataItem {
  412. margin-bottom: 20px;
  413. .TrainDataItemTitle {
  414. text-align: left;
  415. font-size: 13px;
  416. font-weight: 400;
  417. color: #777777;
  418. line-height: 18px;
  419. span {
  420. font-family: 'DINA';
  421. font-size: 26px;
  422. font-weight: 600;
  423. color: #131415;
  424. line-height: 28px;
  425. }
  426. }
  427. .TrainDataItemsubTitle {
  428. margin-top: 4px;
  429. text-align: left;
  430. font-size: 13px;
  431. font-family: PingFangSC-Regular, PingFang SC;
  432. font-weight: 400;
  433. color: #777777;
  434. line-height: 18px;
  435. }
  436. }
  437. .studentGender {
  438. display: flex;
  439. flex-direction: row;
  440. align-items: center;
  441. img {
  442. margin-left: 11px;
  443. width: 10px;
  444. height: 20px;
  445. }
  446. }