index.module.less 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763
  1. @img: '../setting/images';
  2. @currentimg './images'
  3. .listWrap {
  4. padding: 32px;
  5. background-color: #fff;
  6. border-radius: 20px;
  7. }
  8. .infoListWrap {
  9. min-height: calc(100vh - 150px) !important
  10. }
  11. .addBtnIcon {
  12. width: 16px;
  13. height: 17px;
  14. }
  15. .addBtn {
  16. margin-bottom: 30px;
  17. height: 43px;
  18. background: #198cfe;
  19. border-radius: 8px;
  20. line-height: 41px;
  21. width: 144px;
  22. padding: 0 24px;
  23. :global {
  24. .n-button__content {
  25. font-size: 18px;
  26. }
  27. }
  28. }
  29. .btnGroup {
  30. padding: 40px 0;
  31. :global {
  32. .n-button {
  33. height: 47px;
  34. min-width: 156px;
  35. }
  36. }
  37. }
  38. .resetStudentWrap {
  39. display: flex;
  40. flex-direction: column;
  41. align-items: center;
  42. padding-top: 40px;
  43. .studentTransfer {
  44. position: relative;
  45. .smallArrow {
  46. right: 166px;
  47. top: 15px;
  48. position: absolute;
  49. width: 12px;
  50. height: 12px;
  51. cursor: pointer;
  52. z-index: 1000;
  53. }
  54. :global {
  55. .n-legacy-transfer {
  56. width: 634px;
  57. min-height: 340px;
  58. .n-legacy-transfer-list {
  59. &:nth-child(1) {
  60. .n-legacy-transfer-list-header__header {
  61. &::after {
  62. content: '(当前班级)';
  63. font-size: 12px;
  64. color: #777;
  65. font-weight: 400;
  66. }
  67. }
  68. }
  69. }
  70. }
  71. .n-legacy-transfer-list-item {
  72. &:hover {
  73. background-color: #fff !important;
  74. }
  75. }
  76. .n-legacy-transfer-list__border {
  77. border: none;
  78. }
  79. .n-legacy-transfer-list-header__extra {
  80. display: none;
  81. }
  82. .n-legacy-transfer-list-header {
  83. display: flex;
  84. flex-direction: column;
  85. background: #e8f2ff;
  86. align-items: flex-start;
  87. height: auto;
  88. }
  89. .n-legacy-transfer-list-header__checkbox {
  90. order: 2;
  91. padding: 0 !important;
  92. &::after {
  93. content: '全选';
  94. margin-left: 5px;
  95. }
  96. margin-top: 8px;
  97. }
  98. .n-legacy-transfer-list-header__header {
  99. width: 100%;
  100. padding: 14px 0;
  101. font-size: 16px;
  102. font-weight: 600 !important;
  103. color: #131415;
  104. line-height: 22px;
  105. order: 1;
  106. border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  107. }
  108. .n-legacy-transfer-list {
  109. padding: 0 16px;
  110. min-height: 340px;
  111. background: #e8f2ff;
  112. border-radius: 16px 16px 0 0;
  113. width: 277px;
  114. .n-legacy-transfer-filter {
  115. background: #e8f2ff;
  116. padding: 8px 0px 0px;
  117. border-bottom: none;
  118. }
  119. .n-input {
  120. border-radius: 8px;
  121. .n-input-wrapper {
  122. .n-input__border {
  123. border-radius: 8px;
  124. }
  125. .n-input__input-el {
  126. height: 41px;
  127. line-height: 41px;
  128. background: #ffffff;
  129. }
  130. }
  131. }
  132. }
  133. // .n-legacy-transfer-gap {
  134. // width: 80px;
  135. // .n-button {
  136. // width: 34px;
  137. // height: 34px;
  138. // border-radius: 8px;
  139. // .n-button__state-border {
  140. // border: none !important;
  141. // }
  142. // &:nth-child(1) {
  143. // transform: rotate(180deg);
  144. // position: relative;
  145. // &:hover {
  146. // &::after {
  147. // background: url('@{currentimg}/transArrowActive.png') no-repeat;
  148. // top: 0;
  149. // left: 0;
  150. // background-size: 34px 34px;
  151. // }
  152. // }
  153. // &::after {
  154. // position: absolute;
  155. // content: '';
  156. // width: 34px;
  157. // height: 34px;
  158. // background-color: black;
  159. // top: 0;
  160. // left: 0;
  161. // background: url('@{currentimg}/transArrrow.png') no-repeat;
  162. // background-size: 34px 34px;
  163. // z-index: 100;
  164. // }
  165. // }
  166. // &:nth-child(2) {
  167. // position: relative;
  168. // &:hover {
  169. // &::after {
  170. // background: url('@{currentimg}/transArrowActive.png') no-repeat;
  171. // top: 0;
  172. // left: 0;
  173. // background-size: 34px 34px;
  174. // }
  175. // }
  176. // &::after {
  177. // position: absolute;
  178. // content: '';
  179. // width: 100%;
  180. // height: 100%;
  181. // background-color: black;
  182. // top: 0;
  183. // left: 0;
  184. // background: url('@{img}/transArrrow.png') no-repeat;
  185. // background-size: 34px 34px;
  186. // z-index: 100;
  187. // }
  188. // }
  189. // }
  190. // }
  191. }
  192. .studentTransferBottom {
  193. width: 100%;
  194. display: flex;
  195. flex-direction: row;
  196. align-items: center;
  197. justify-content: space-between;
  198. .bottom {
  199. padding: 0 16px;
  200. width: 277px;
  201. background-color: #e8f2ff;
  202. border-radius: 0 0 8px 8px;
  203. .bottomWrap {
  204. padding: 14px 0;
  205. border-top: 1px solid rgba(0, 0, 0, 0.06);
  206. }
  207. }
  208. }
  209. }
  210. }
  211. .studentTransferList {
  212. display: flex;
  213. flex-direction: row;
  214. align-items: center;
  215. .studentLeft,
  216. .studentRight {
  217. padding: 14px 16px;
  218. width: 277px;
  219. background: #e8f2ff;
  220. border-radius: 16px;
  221. .listTop {
  222. display: flex;
  223. flex-direction: row;
  224. align-items: center;
  225. padding-bottom: 14px;
  226. border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  227. font-size: 16px;
  228. font-weight: 600;
  229. color: #131415;
  230. line-height: 22px;
  231. span {
  232. color: #777;
  233. font-weight: 400;
  234. font-size: 12px;
  235. }
  236. }
  237. .chioseCheckBox {
  238. padding: 2px 2px;
  239. font-size: 16px;
  240. font-weight: 400;
  241. color: #131415;
  242. }
  243. }
  244. .chioseBox {
  245. width: 80px;
  246. height: 389px;
  247. display: flex;
  248. flex-direction: column;
  249. align-items: center;
  250. justify-content: center;
  251. .chioseBtn {
  252. cursor: pointer;
  253. width: 34px;
  254. height: 34px;
  255. border-radius: 8px;
  256. background: url('./images/transArrrow.png') no-repeat;
  257. background-size: 34px 34px;
  258. &:hover {
  259. background: url('./images/transArrowActive.png') no-repeat;
  260. background-size: 34px 34px;
  261. }
  262. }
  263. .chioseBtnRight {
  264. transform: rotate(180deg);
  265. margin-bottom: 23px;
  266. }
  267. }
  268. .chioseCheckAllBox {
  269. margin-top: 8px !important;
  270. margin-bottom: 14px !important;
  271. }
  272. .bottom {
  273. padding-top: 14px;
  274. border-top: 1px solid rgba(0, 0, 0, 0.06);
  275. }
  276. }
  277. .addClass {
  278. display: flex;
  279. flex-direction: column;
  280. align-items: center;
  281. padding-top: 50px;
  282. }
  283. .listWrap {
  284. min-height: 100%;
  285. padding: 32px;
  286. background-color: #fff;
  287. border-radius: 20px;
  288. .customTabs {
  289. :global {
  290. .n-tabs-tab--active {
  291. font-size: max(18px, 14Px) !important;
  292. font-weight: 600 !important;
  293. color: #131415 !important;
  294. }
  295. .n-tabs-tab {
  296. font-size: max(18px, 14Px);
  297. padding: 8px 0 !important;
  298. font-weight: 400;
  299. min-width: 50px;
  300. color: #8b8d98;
  301. &:hover {
  302. color: #198cfe !important;
  303. }
  304. }
  305. .n-tabs-bar {
  306. // background-color: red !important;
  307. width: 50px !important;
  308. height: 5px !important;
  309. background: url('@{img}/barIcon.png') no-repeat;
  310. background-size: 50px 5px;
  311. }
  312. .n-tab-pane {
  313. padding-left: 0 !important;
  314. padding-right: 0 !important;
  315. }
  316. }
  317. }
  318. }
  319. .indDot,
  320. .endDot {
  321. display: flex;
  322. flex-direction: row;
  323. align-items: center;
  324. }
  325. .indDot {
  326. span {
  327. border-radius: 50%;
  328. width: 8px;
  329. height: 8px;
  330. background: #198cfe;
  331. margin-right: 8px;
  332. }
  333. }
  334. .endDot {
  335. opacity: 0.7;
  336. color: #aaaaaa;
  337. span {
  338. border-radius: 50%;
  339. width: 8px;
  340. height: 8px;
  341. background: #aaaaaa;
  342. margin-right: 8px;
  343. }
  344. }
  345. .attendClassModal {
  346. width: 1100px;
  347. :global {
  348. .n-select-menu {
  349. --n-height: calc(var(--n-option-height) * 5.6) !important;
  350. }
  351. }
  352. }
  353. .teacherList {
  354. display: flex;
  355. flex-direction: row;
  356. align-items: center;
  357. margin-bottom: 32px;
  358. .teacherHeader {
  359. width: 100px;
  360. height: 100px;
  361. padding: 4px;
  362. border-radius: 99px;
  363. background: linear-gradient(228deg,
  364. rgba(2, 186, 255, 1),
  365. rgba(0, 122, 254, 1));
  366. margin-right: 20px;
  367. .teacherHeaderBorder {
  368. width: 100%;
  369. height: 100%;
  370. background: #fff;
  371. border-radius: 99px;
  372. overflow: hidden;
  373. display: flex;
  374. flex-direction: row;
  375. align-items: center;
  376. justify-content: center;
  377. padding: 4px;
  378. }
  379. }
  380. .teacherHeaderImg {
  381. width: 84px;
  382. height: 84px;
  383. border-radius: 50%;
  384. overflow: hidden;
  385. }
  386. .workafterInfo {
  387. h4 {
  388. font-size: 22px;
  389. line-height: 30px;
  390. font-weight: 600;
  391. color: #131415;
  392. margin-bottom: 12px;
  393. }
  394. p {
  395. font-size: 16px;
  396. line-height: 22px;
  397. color: #777;
  398. span {
  399. color: #ea4132;
  400. }
  401. }
  402. }
  403. }
  404. .isok {
  405. font-weight: 600;
  406. color: #333333;
  407. }
  408. .ison {
  409. font-weight: 600;
  410. color: #ea4132;
  411. }
  412. .nosub {
  413. font-weight: 600;
  414. color: #aaa;
  415. }
  416. .TrainDataItem {
  417. margin-bottom: 20px;
  418. .TrainDataItemTitle {
  419. text-align: left;
  420. font-size: 13px;
  421. font-weight: 400;
  422. color: #777777;
  423. line-height: 18px;
  424. display: flex;
  425. flex-direction: row;
  426. align-items: center;
  427. span {
  428. font-family: 'DINA';
  429. font-size: 26px;
  430. font-weight: 600;
  431. color: #131415;
  432. line-height: 28px;
  433. }
  434. }
  435. .TrainDataItemsubTitle {
  436. margin-top: 4px;
  437. text-align: left;
  438. font-size: 13px;
  439. font-family: PingFangSC-Regular, PingFang SC;
  440. font-weight: 400;
  441. color: #777777;
  442. line-height: 18px;
  443. }
  444. }
  445. .studentGender {
  446. display: flex;
  447. flex-direction: row;
  448. align-items: center;
  449. img {
  450. margin-left: 11px;
  451. width: 10px;
  452. height: 20px;
  453. }
  454. }
  455. .chioseModel {
  456. width: 413px;
  457. :global {
  458. .n-select {
  459. width: 100%;
  460. min-width: 180px;
  461. .n-base-selection-label {
  462. height: 43px;
  463. line-height: 43px;
  464. }
  465. .n-base-selection__border {
  466. border-radius: 8px;
  467. overflow: hidden;
  468. }
  469. .n-base-selection__state-border {
  470. border-radius: 8px;
  471. overflow: hidden;
  472. }
  473. }
  474. .n-card-header {
  475. position: relative;
  476. padding: 20px 18px;
  477. text-align: center;
  478. // background: #F5F6FA;
  479. font-size: 22px;
  480. font-weight: 600;
  481. color: #131415;
  482. line-height: 30px;
  483. }
  484. .n-card-header__close {
  485. position: absolute;
  486. right: 18px;
  487. }
  488. .n-card__content {
  489. // padding: 28px;
  490. padding: 30px;
  491. }
  492. }
  493. .updateBtnGroup {
  494. padding: 0;
  495. justify-content: center !important;
  496. :global {
  497. .n-button {
  498. height: 48px !important;
  499. min-width: 156px;
  500. }
  501. }
  502. }
  503. }
  504. .wordDetailModel {
  505. width: 1012px;
  506. }
  507. .trainingDetails {
  508. padding: 24px 0 32px;
  509. .studentList {
  510. display: flex;
  511. flex-direction: row;
  512. align-items: center;
  513. margin-bottom: 24px;
  514. justify-content: space-between;
  515. border-bottom: 1px solid #f2f2f2;
  516. // padding-bottom: 18px;
  517. padding: 0 32px 18px;
  518. .studentHeaderWrap {
  519. display: flex;
  520. flex-direction: row;
  521. align-items: center;
  522. .studentHeader {
  523. width: 66px;
  524. height: 66px;
  525. padding: 2px;
  526. border-radius: 99px;
  527. background: linear-gradient(228deg,
  528. rgba(2, 186, 255, 1),
  529. rgba(0, 122, 254, 1));
  530. margin-right: 16px;
  531. .studentHeaderBorder {
  532. width: 100%;
  533. height: 100%;
  534. background: #fff;
  535. border-radius: 99px;
  536. overflow: hidden;
  537. display: flex;
  538. flex-direction: row;
  539. align-items: center;
  540. justify-content: center;
  541. padding: 4px;
  542. }
  543. }
  544. }
  545. .workStatus {
  546. width: 87px;
  547. height: 87px;
  548. }
  549. .studentHeaderImg {
  550. width: 66px;
  551. height: 66px;
  552. border-radius: 50%;
  553. overflow: hidden;
  554. }
  555. .workafterInfo {
  556. h4 {
  557. font-size: 22px;
  558. line-height: 30px;
  559. line-height: 30px;
  560. font-weight: 600;
  561. color: #131415;
  562. margin-bottom: 12px;
  563. display: flex;
  564. flex-direction: row;
  565. align-items: center;
  566. .workafterInfoDot {
  567. width: 52px;
  568. height: 22px;
  569. background: #ff8a32;
  570. border-radius: 13px 4px 13px 4px;
  571. font-size: 14px;
  572. font-weight: 600;
  573. color: #ffffff;
  574. line-height: 22px;
  575. text-align: center;
  576. margin-left: 8px;
  577. }
  578. .workafterInfoDot.workafterTeacherInfoDot {
  579. background: #198cfe;
  580. }
  581. }
  582. p {
  583. font-size: 16px;
  584. line-height: 22px;
  585. color: #777;
  586. span {
  587. color: #ea4132;
  588. }
  589. }
  590. }
  591. }
  592. .workList {
  593. display: flex;
  594. flex-direction: row;
  595. align-items: center;
  596. justify-content: space-between;
  597. flex-wrap: wrap;
  598. padding: 0 32px;
  599. }
  600. .allTotal {
  601. font-size: 16px;
  602. font-weight: 400;
  603. color: #8b8b8b;
  604. }
  605. .btnGroups {
  606. padding: 40px 0;
  607. :global {
  608. .n-button {
  609. height: 47px;
  610. min-width: 96px;
  611. border-radius: 8px;
  612. }
  613. }
  614. }
  615. }
  616. .studentVisible {
  617. width: 714px;
  618. }
  619. .removeVisiable {
  620. width: 432px;
  621. :global {
  622. .n-card-header {
  623. font-size: max(22px, 16Px);
  624. }
  625. }
  626. .studentRemove {
  627. padding: 0 40px;
  628. p {
  629. font-size: max(18px, 14Px);
  630. color: #777777;
  631. line-height: 30px;
  632. span {
  633. color: #EA4132;
  634. }
  635. }
  636. }
  637. .btnGroup {
  638. padding: 32px 0;
  639. :global {
  640. .n-button {
  641. height: 47px;
  642. min-width: 156px;
  643. }
  644. }
  645. }
  646. }
  647. .nextWrap {
  648. padding: 30px 32px 0 !important;
  649. }