index.module.less 14 KB

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