index.module.less 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820
  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 32px 18px;
  532. .studentHeaderWrap {
  533. display: flex;
  534. flex-direction: row;
  535. align-items: center;
  536. .studentHeader {
  537. width: 66px;
  538. height: 66px;
  539. padding: 2px;
  540. border-radius: 99px;
  541. background: linear-gradient(228deg,
  542. rgba(2, 186, 255, 1),
  543. rgba(0, 122, 254, 1));
  544. margin-right: 16px;
  545. .studentHeaderBorder {
  546. width: 100%;
  547. height: 100%;
  548. background: #fff;
  549. border-radius: 99px;
  550. overflow: hidden;
  551. display: flex;
  552. flex-direction: row;
  553. align-items: center;
  554. justify-content: center;
  555. padding: 4px;
  556. }
  557. }
  558. }
  559. .workStatus {
  560. width: 87px;
  561. height: 87px;
  562. }
  563. .studentHeaderImg {
  564. width: 66px;
  565. height: 66px;
  566. border-radius: 50%;
  567. overflow: hidden;
  568. }
  569. .workafterInfo {
  570. h4 {
  571. font-size: max(22px, 16Px);
  572. line-height: 30px;
  573. line-height: 30px;
  574. font-weight: 600;
  575. color: #131415;
  576. margin-bottom: 6px;
  577. display: flex;
  578. flex-direction: row;
  579. align-items: center;
  580. .workafterInfoDot {
  581. width: 52px;
  582. height: 22px;
  583. background: #ff8a32;
  584. border-radius: 13px 4px 13px 4px;
  585. font-size: max(14px, 11Px);
  586. font-weight: 600;
  587. color: #ffffff;
  588. line-height: 22px;
  589. text-align: center;
  590. margin-left: 8px;
  591. }
  592. .workafterInfoDot.workafterTeacherInfoDot {
  593. background: #198cfe;
  594. }
  595. }
  596. p {
  597. font-size: max(16px, 12Px);
  598. line-height: 22px;
  599. color: #777;
  600. span {
  601. color: #ea4132;
  602. }
  603. }
  604. }
  605. }
  606. .commentBtnGroup {
  607. background-color: #E8F4FF !important;
  608. margin-left: 32px;
  609. margin-bottom: 20px;
  610. --n-border: 1px solid #198CFE !important;
  611. --n-height: max(38px, 32Px) !important;
  612. border-radius: 8px !important;
  613. .text {
  614. display: flex;
  615. align-items: center;
  616. color: #198cfe;
  617. i {
  618. width: 18px;
  619. height: 18px;
  620. display: inline-block;
  621. background: url('./images/icon-pen.png') no-repeat center;
  622. background-size: contain;
  623. margin-right: 6px;
  624. &.look {
  625. background: url('./images/icon-menu.png') no-repeat center;
  626. background-size: contain;
  627. }
  628. }
  629. }
  630. }
  631. .workList {
  632. display: flex;
  633. flex-direction: row;
  634. align-items: center;
  635. justify-content: space-between;
  636. flex-wrap: wrap;
  637. padding: 0 32px;
  638. min-height: 360px;
  639. }
  640. .allTotal {
  641. display: flex;
  642. align-items: center;
  643. height: 100%;
  644. font-size: max(16px, 13Px);
  645. font-weight: 400;
  646. color: #8b8b8b;
  647. }
  648. .btnGroups {
  649. padding: 40px 0;
  650. :global {
  651. .n-button {
  652. height: 47px;
  653. min-width: 96px;
  654. border-radius: 8px;
  655. }
  656. }
  657. }
  658. }
  659. .studentVisible {
  660. width: 714px;
  661. }
  662. .removeVisiable {
  663. width: 432px;
  664. :global {
  665. .n-card-header {
  666. font-size: max(22px, 16Px);
  667. }
  668. }
  669. .studentRemove {
  670. padding: 0 40px;
  671. p {
  672. font-size: max(18px, 14Px);
  673. color: #777777;
  674. line-height: 30px;
  675. span {
  676. color: #EA4132;
  677. }
  678. }
  679. }
  680. .btnGroup {
  681. padding: 32px 0;
  682. :global {
  683. .n-button {
  684. height: 47px;
  685. min-width: 156px;
  686. }
  687. }
  688. }
  689. }
  690. .nextWrap {
  691. padding: 30px 32px 0 !important;
  692. }
  693. .updateStudent {
  694. width: 480px;
  695. }