index.module.less 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891
  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: 13Px !important;
  13. height: 14Px !important;
  14. }
  15. .addBtn {
  16. margin-bottom: 30px;
  17. // height: 34Px !important;
  18. background: #198cfe !important;
  19. border-radius: 7Px !important;
  20. // line-height: 21Px !important;
  21. padding: 0 18Px !important;
  22. // font-size: 13Px !important;
  23. font-weight: 600 !important;
  24. }
  25. .btnGroup {
  26. padding: 40px 0;
  27. :global {
  28. .n-button {
  29. height: 47px;
  30. min-width: 156px;
  31. }
  32. }
  33. }
  34. .resetStudentWrap {
  35. display: flex;
  36. flex-direction: column;
  37. align-items: center;
  38. padding-top: 40px;
  39. .studentTransfer {
  40. position: relative;
  41. .showGradeSection {
  42. display: flex;
  43. align-items: center;
  44. }
  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. .listCore {
  216. .searchInput {
  217. --n-border: 0 !important;
  218. }
  219. }
  220. .studentLeft,
  221. .studentRight {
  222. padding: 14px 16px;
  223. width: 277px;
  224. background: #e8f2ff;
  225. border-radius: 16px;
  226. .listTop {
  227. display: flex;
  228. flex-direction: row;
  229. align-items: center;
  230. padding-bottom: 14px;
  231. border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  232. font-size: max(16px, 13Px);
  233. font-weight: 600;
  234. color: #131415;
  235. line-height: 22px;
  236. span {
  237. color: #777;
  238. font-weight: 400;
  239. font-size: max(12px, 12Px);
  240. }
  241. }
  242. .chioseCheckBox {
  243. padding: 4px 2px;
  244. font-size: 16px;
  245. font-weight: 400;
  246. color: #131415;
  247. }
  248. }
  249. .studentLeft {
  250. background-color: #F5F6FA;
  251. }
  252. .chioseBox {
  253. width: 80px;
  254. height: 389px;
  255. display: flex;
  256. flex-direction: column;
  257. align-items: center;
  258. justify-content: center;
  259. .chioseBtn {
  260. cursor: pointer;
  261. width: 34px;
  262. height: 34px;
  263. border-radius: 8px;
  264. background: url('./images/transArrrow.png') no-repeat;
  265. background-size: 34px 34px;
  266. &:hover {
  267. background: url('./images/transArrowActive.png') no-repeat;
  268. background-size: 34px 34px;
  269. }
  270. }
  271. .chioseBtnRight {
  272. transform: rotate(180deg);
  273. margin-bottom: 23px;
  274. }
  275. }
  276. .chioseCheckAllBox {
  277. margin-top: 8px !important;
  278. margin-bottom: 14px !important;
  279. }
  280. .bottom {
  281. padding-top: max(12px, 12Px);
  282. border-top: 1px solid rgba(0, 0, 0, 0.06);
  283. }
  284. }
  285. .addClass {
  286. display: flex;
  287. flex-direction: column;
  288. align-items: center;
  289. padding-top: 50px;
  290. }
  291. .listWrap {
  292. min-height: 100%;
  293. padding: 32px;
  294. background-color: #fff;
  295. border-radius: 20px;
  296. .customTabs {
  297. :global {
  298. .n-tabs-tab--active {
  299. font-size: max(18px, 14Px) !important;
  300. font-weight: 600 !important;
  301. color: #131415 !important;
  302. }
  303. .n-tabs-tab {
  304. font-size: max(18px, 14Px) !important;
  305. padding: 8px 0 !important;
  306. font-weight: 400;
  307. min-width: 50px;
  308. color: #8b8d98;
  309. &:hover {
  310. color: #198cfe !important;
  311. }
  312. }
  313. .n-tabs-bar {
  314. // background-color: red !important;
  315. width: 50px !important;
  316. height: 5px !important;
  317. background: url('@{img}/barIcon.png') no-repeat;
  318. background-size: 50px 5px;
  319. }
  320. .n-tab-pane {
  321. padding-left: 0 !important;
  322. padding-right: 0 !important;
  323. }
  324. }
  325. }
  326. :global {
  327. .n-cascader {
  328. width: 100% !important;
  329. min-width: 180px !important;
  330. }
  331. }
  332. }
  333. .indDot,
  334. .endDot {
  335. display: flex;
  336. flex-direction: row;
  337. align-items: center;
  338. }
  339. .indDot {
  340. span {
  341. border-radius: 50%;
  342. width: 8px;
  343. height: 8px;
  344. background: #198cfe;
  345. margin-right: 8px;
  346. }
  347. }
  348. .endDot {
  349. opacity: 0.7;
  350. color: #aaaaaa;
  351. span {
  352. border-radius: 50%;
  353. width: 8px;
  354. height: 8px;
  355. background: #aaaaaa;
  356. margin-right: 8px;
  357. }
  358. }
  359. .attendClassModal {
  360. width: 1100px;
  361. :global {
  362. .n-select-menu {
  363. --n-height: calc(var(--n-option-height) * 5.6) !important;
  364. }
  365. }
  366. }
  367. .teacherList {
  368. display: flex;
  369. flex-direction: row;
  370. align-items: center;
  371. margin-bottom: 32px;
  372. .teacherHeader {
  373. width: 100px;
  374. height: 100px;
  375. padding: 4px;
  376. border-radius: 99px;
  377. background: linear-gradient(228deg,
  378. rgba(2, 186, 255, 1),
  379. rgba(0, 122, 254, 1));
  380. margin-right: 20px;
  381. .teacherHeaderBorder {
  382. width: 100%;
  383. height: 100%;
  384. background: #fff;
  385. border-radius: 99px;
  386. overflow: hidden;
  387. display: flex;
  388. flex-direction: row;
  389. align-items: center;
  390. justify-content: center;
  391. padding: 4px;
  392. }
  393. }
  394. .teacherHeaderImg {
  395. width: 84px;
  396. height: 84px;
  397. border-radius: 50%;
  398. overflow: hidden;
  399. }
  400. .workafterInfo {
  401. h4 {
  402. font-size: 22px;
  403. line-height: 30px;
  404. font-weight: 600;
  405. color: #131415;
  406. margin-bottom: 12px;
  407. }
  408. p {
  409. font-size: max(16px, 12Px);
  410. line-height: 22px;
  411. color: #777;
  412. span {
  413. color: #ea4132;
  414. }
  415. }
  416. }
  417. }
  418. .isok {
  419. font-weight: 600;
  420. color: #333333;
  421. }
  422. .ison {
  423. font-weight: 600;
  424. color: #ea4132;
  425. }
  426. .nosub {
  427. font-weight: 600;
  428. color: #aaa;
  429. }
  430. .TrainDataItem {
  431. margin-bottom: 20px;
  432. .TrainDataItemTitle {
  433. text-align: left;
  434. font-size: max(13px, 11Px);
  435. font-weight: 400;
  436. color: #131415;
  437. line-height: 18px;
  438. display: flex;
  439. flex-direction: row;
  440. align-items: center;
  441. span {
  442. font-family: 'DINA';
  443. font-size: max(26px, 18Px);
  444. font-weight: 600;
  445. color: #131415;
  446. line-height: 28px;
  447. }
  448. }
  449. .TrainDataItemsubTitle {
  450. margin-top: 4px;
  451. text-align: left;
  452. font-size: max(14px, 11Px);
  453. font-family: PingFangSC-Regular, PingFang SC;
  454. font-weight: 400;
  455. color: #777777;
  456. line-height: 18px;
  457. }
  458. }
  459. .studentGender {
  460. display: flex;
  461. flex-direction: row;
  462. align-items: center;
  463. img {
  464. margin-left: 11px;
  465. width: 10px;
  466. height: 20px;
  467. }
  468. }
  469. .chioseModel {
  470. width: 413px;
  471. :global {
  472. .n-select {
  473. width: 100%;
  474. min-width: 180px;
  475. .n-base-selection-label {
  476. height: 43px;
  477. line-height: 43px;
  478. }
  479. .n-base-selection__border {
  480. border-radius: 8px;
  481. overflow: hidden;
  482. }
  483. .n-base-selection__state-border {
  484. border-radius: 8px;
  485. overflow: hidden;
  486. }
  487. }
  488. .n-card-header {
  489. position: relative;
  490. padding: 20px 18px;
  491. text-align: center;
  492. // background: #F5F6FA;
  493. font-size: 22px;
  494. font-weight: 600;
  495. color: #131415;
  496. line-height: 30px;
  497. }
  498. .n-card-header__close {
  499. position: absolute;
  500. right: 18px;
  501. }
  502. .n-card__content {
  503. // padding: 28px;
  504. padding: 30px;
  505. }
  506. }
  507. .updateBtnGroup {
  508. padding: 0;
  509. justify-content: center !important;
  510. :global {
  511. .n-button {
  512. height: 48px !important;
  513. min-width: 156px;
  514. }
  515. }
  516. }
  517. }
  518. .wordDetailModel {
  519. width: 1012px;
  520. }
  521. .trainingDetails {
  522. padding: 24px 0 32px;
  523. .studentList {
  524. display: flex;
  525. flex-direction: row;
  526. align-items: center;
  527. // margin-bottom: 24px;
  528. justify-content: space-between;
  529. border-bottom: 1px solid #f2f2f2;
  530. // padding-bottom: 18px;
  531. padding: 0 0 18px;
  532. margin: 0 32px 20px;
  533. .studentHeaderWrap {
  534. display: flex;
  535. flex-direction: row;
  536. align-items: center;
  537. .studentHeader {
  538. width: 66px;
  539. height: 66px;
  540. padding: 2px;
  541. border-radius: 99px;
  542. background: linear-gradient(228deg,
  543. rgba(2, 186, 255, 1),
  544. rgba(0, 122, 254, 1));
  545. margin-right: 16px;
  546. .studentHeaderBorder {
  547. width: 100%;
  548. height: 100%;
  549. background: #fff;
  550. border-radius: 99px;
  551. overflow: hidden;
  552. display: flex;
  553. flex-direction: row;
  554. align-items: center;
  555. justify-content: center;
  556. padding: 4px;
  557. }
  558. }
  559. }
  560. .workStatus {
  561. width: 87px;
  562. height: 87px;
  563. }
  564. .studentHeaderImg {
  565. width: 66px;
  566. height: 66px;
  567. border-radius: 50%;
  568. overflow: hidden;
  569. }
  570. .workafterInfo {
  571. padding-right: 24px;
  572. h4 {
  573. font-size: max(22px, 16Px);
  574. line-height: 30px;
  575. line-height: 30px;
  576. font-weight: 600;
  577. color: #131415;
  578. margin-bottom: 6px;
  579. display: flex;
  580. flex-direction: row;
  581. align-items: center;
  582. .workafterInfoDot {
  583. width: 52px;
  584. height: 22px;
  585. background: #ff8a32;
  586. border-radius: 13px 4px 13px 4px;
  587. font-size: max(14px, 11Px);
  588. font-weight: 600;
  589. color: #ffffff;
  590. line-height: 22px;
  591. text-align: center;
  592. margin-left: 8px;
  593. }
  594. .workafterInfoDot.workafterTeacherInfoDot {
  595. background: #198cfe;
  596. }
  597. }
  598. p {
  599. font-size: max(16px, 12Px);
  600. line-height: 22px;
  601. color: #777;
  602. span {
  603. color: #ea4132;
  604. }
  605. }
  606. }
  607. }
  608. .commentBtnGroup {
  609. background-color: #E8F4FF !important;
  610. margin-left: 32px;
  611. margin-bottom: 20px;
  612. --n-border: 1px solid #198CFE !important;
  613. --n-height: max(38px, 32Px) !important;
  614. border-radius: 8px !important;
  615. .text {
  616. display: flex;
  617. align-items: center;
  618. color: #198cfe;
  619. i {
  620. width: 18px;
  621. height: 18px;
  622. display: inline-block;
  623. background: url('./images/icon-pen.png') no-repeat center;
  624. background-size: contain;
  625. margin-right: 6px;
  626. &.look {
  627. background: url('./images/icon-menu.png') no-repeat center;
  628. background-size: contain;
  629. }
  630. }
  631. }
  632. }
  633. .expireDateTip {
  634. display: flex;
  635. align-items: center;
  636. padding: 9px 12px;
  637. margin: 0 32px 0;
  638. background: #E6F4FF;
  639. border-radius: 7px;
  640. // width: 100%;
  641. .expireDateIcon {
  642. width: max(13px, 12Px);
  643. height: max(13px, 12Px);
  644. display: inline-block;
  645. background: url('../prepare-lessons/images/icon-expiredate.svg') no-repeat center;
  646. background-size: contain;
  647. margin-right: 7px;
  648. }
  649. span {
  650. font-size: 12Px;
  651. color: #1677FF;
  652. }
  653. }
  654. .workList {
  655. display: flex;
  656. flex-direction: row;
  657. // align-items: center;
  658. justify-content: flex-start;
  659. flex-wrap: wrap;
  660. padding: 20px 32px 0;
  661. // min-height: 360px;
  662. gap: 0 20px;
  663. &>div {
  664. width: calc(33.33% - 20px);
  665. }
  666. }
  667. .allTotal {
  668. display: flex;
  669. align-items: center;
  670. height: 100%;
  671. font-size: max(16px, 13Px);
  672. font-weight: 400;
  673. color: #8b8b8b;
  674. }
  675. .btnGroups {
  676. padding: 40px 0;
  677. :global {
  678. .n-button {
  679. height: 47px;
  680. min-width: 96px;
  681. border-radius: 8px;
  682. }
  683. }
  684. }
  685. .commentSection {
  686. margin: 0 32px;
  687. padding: 16px;
  688. background: #E8F4FF;
  689. border-radius: 10px;
  690. .iconComment {
  691. width: 22px;
  692. height: 22px;
  693. display: inline-block;
  694. background: url('./images/icon-comment.png') no-repeat center;
  695. background-size: contain;
  696. margin-right: 6px;
  697. }
  698. .myText {
  699. width: 72px;
  700. height: 17px;
  701. display: inline-block;
  702. background: url('./images/my-title.png') no-repeat center;
  703. background-size: contain;
  704. }
  705. h3 {
  706. display: flex;
  707. align-items: center;
  708. }
  709. .commentContent {
  710. padding-top: 11px;
  711. font-size: max(16px, 13Px);
  712. font-weight: 500;
  713. color: #333333;
  714. line-height: 26px;
  715. }
  716. }
  717. }
  718. .studentVisible {
  719. width: 714px;
  720. }
  721. .removeVisiable {
  722. width: 432px;
  723. :global {
  724. .n-card-header {
  725. font-size: max(22px, 16Px);
  726. }
  727. }
  728. .studentRemove {
  729. padding: 0 40px;
  730. p {
  731. font-size: max(18px, 14Px);
  732. color: #777777;
  733. line-height: 30px;
  734. span {
  735. color: #EA4132;
  736. }
  737. }
  738. }
  739. .btnGroup {
  740. padding: 32px 0;
  741. :global {
  742. .n-button {
  743. height: 47px;
  744. min-width: 156px;
  745. }
  746. }
  747. }
  748. }
  749. .nextWrap {
  750. padding: 30px 32px 0 !important;
  751. }
  752. .updateStudent {
  753. width: 480px;
  754. }