index.module.less 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  1. .listWrap {
  2. padding: 32px;
  3. background-color: #fff;
  4. border-radius: 20px;
  5. min-height: 100%;
  6. :global {
  7. .n-form.n-form--inline .n-form-item {
  8. margin-right: 18px;
  9. }
  10. }
  11. }
  12. .datePicker {
  13. :global {
  14. .n-input {
  15. width: 320px !important;
  16. }
  17. }
  18. }
  19. .inputRangeSection {
  20. display: flex;
  21. align-items: center;
  22. .pair {
  23. font-size: max(15px, 13Px);
  24. color: rgba(0, 0, 0, 0.4);
  25. line-height: 21px;
  26. padding: 0 6px;
  27. }
  28. :global {
  29. .n-input-number {
  30. width: 92px;
  31. }
  32. }
  33. }
  34. .infoListWrap {
  35. min-height: calc(100vh - 150px) !important
  36. }
  37. .infoWrap {
  38. min-height: 100%;
  39. }
  40. .addBtnIcon {
  41. width: 13Px !important;
  42. height: 14Px !important;
  43. }
  44. .addBtn {
  45. height: 34Px !important;
  46. background: #198cfe !important;
  47. border-radius: 7Px !important;
  48. line-height: 21Px !important;
  49. padding: 0 18Px !important;
  50. font-size: 13Px !important;
  51. font-weight: 600 !important;
  52. :global {
  53. .n-button__content {
  54. // font-size: 18px;
  55. }
  56. }
  57. }
  58. // 学情
  59. .homeStudy {
  60. background-color: #fff;
  61. .homeStudyTitle {
  62. display: flex;
  63. flex-direction: row;
  64. align-items: center;
  65. font-size: 20px;
  66. font-weight: 600;
  67. color: #131415;
  68. line-height: 28px;
  69. .homeStudyTitleDot {
  70. width: 5px;
  71. height: 16px;
  72. background: #198cfe;
  73. margin-right: 8px;
  74. }
  75. }
  76. .homeStudyInfoList {
  77. display: flex;
  78. flex-direction: row;
  79. align-items: center;
  80. justify-content: space-between;
  81. margin-top: 21px;
  82. .homeStudyInfoTabs {
  83. display: flex;
  84. flex-direction: row;
  85. align-items: center;
  86. .homeStudyInfoTabItem {
  87. cursor: pointer;
  88. width: 112px;
  89. height: 39px;
  90. border-radius: 20px;
  91. font-size: 18px;
  92. font-weight: 600;
  93. line-height: 39px;
  94. text-align: center;
  95. margin-right: 24px;
  96. background: #f5f6fa;
  97. color: rgba(0, 0, 0, 0.5);
  98. &:hover {
  99. background: #198cfe;
  100. color: #ffffff;
  101. opacity: 0.8;
  102. }
  103. }
  104. .homeStudyInfoTabItem.active {
  105. background: #198cfe;
  106. color: #ffffff;
  107. }
  108. }
  109. .homeStudyInfoDate {
  110. display: flex;
  111. flex-direction: row;
  112. align-items: center;
  113. justify-content: flex-end;
  114. }
  115. }
  116. .searchBtn {
  117. width: 90px;
  118. // height: 43px;
  119. background: #198cfe;
  120. border-radius: 8px;
  121. // line-height: 41px;
  122. font-weight: 600 !important;
  123. // font-size: max(18px, 13Px);
  124. }
  125. .resetBtn {
  126. // width: 90px;
  127. // height: 43px;
  128. border-radius: 8px;
  129. // line-height: 41px;
  130. font-weight: 600 !important;
  131. // font-size: max(18px, 13Px);
  132. }
  133. .resetBtn,
  134. .searchBtn {
  135. --n-padding: 0 28px !important;
  136. }
  137. }
  138. .homeTrainData {
  139. margin-top: 40px;
  140. &.homeTrainDataPractice {
  141. margin-top: 20px;
  142. }
  143. }
  144. .TrainDataTop {
  145. margin-bottom: 40px;
  146. display: flex;
  147. flex-direction: row;
  148. align-items: center;
  149. justify-content: space-between;
  150. &.TrainDataTopEvaluation {
  151. margin-bottom: 24px;
  152. }
  153. .TrainDataTopLeft {
  154. display: flex;
  155. flex-direction: row;
  156. align-items: center;
  157. .TrainDataItem {
  158. margin-right: 40px;
  159. .TrainDataItemTitle {
  160. display: flex;
  161. flex-direction: row;
  162. align-items: center;
  163. text-align: center;
  164. font-size: max(13px, 11Px);
  165. font-weight: 400;
  166. color: #131415;
  167. line-height: 18px;
  168. span {
  169. font-family: 'DINA';
  170. font-size: max(26px, 18Px);
  171. font-weight: 600;
  172. color: #131415;
  173. line-height: 28px;
  174. }
  175. }
  176. .TrainDataItemsubTitle {
  177. margin-top: 4px;
  178. text-align: center;
  179. font-size: max(14px, 11Px);
  180. font-family: PingFangSC-Regular, PingFang SC;
  181. font-weight: 400;
  182. color: #777777;
  183. line-height: 18px;
  184. }
  185. }
  186. }
  187. .TrainDataTopRight {
  188. display: flex;
  189. flex-direction: row;
  190. align-items: center;
  191. .DataTopRightItem {
  192. cursor: pointer;
  193. display: flex;
  194. flex-direction: row;
  195. align-items: center;
  196. margin-left: 30px;
  197. &:hover {
  198. opacity: 0.8;
  199. }
  200. .DataTopRightDot {
  201. width: 16px;
  202. height: 16px;
  203. background: #3583fa;
  204. border-radius: 4px;
  205. margin-right: 6px;
  206. }
  207. .DataTopRightDot.DataTopRightDotBlue {
  208. background: #d5e9ff;
  209. }
  210. .DataTopRightDot.red {
  211. background: #ff7aa7;
  212. }
  213. }
  214. .DataTopRightItem.DataTopRightItemDis {
  215. .DataTopRightDot {
  216. background: #f5f6fa;
  217. }
  218. }
  219. }
  220. }
  221. .tableWrapEcharts {
  222. margin-top: 40px;
  223. }
  224. .tableWrap {
  225. // margin-top: 40px;
  226. :global {
  227. .n-data-table {
  228. border-radius: 10px 10px 0 0;
  229. overflow: hidden;
  230. }
  231. .n-data-table-thead {
  232. height: 54px;
  233. line-height: 54px;
  234. }
  235. .n-data-table-th {
  236. padding: 0 20px;
  237. background-color: #f7f7f8;
  238. color: rgba(0, 0, 0, 0.88);
  239. }
  240. .n-data-table-td {
  241. padding: 12px 20px;
  242. }
  243. .n-data-table-th__title-wrapper {
  244. &::after {
  245. content: '';
  246. width: 1px;
  247. height: 22px;
  248. background: #ebebeb;
  249. &:nth-last-child(1) {
  250. display: none;
  251. }
  252. }
  253. }
  254. .n-data-table-th--last {
  255. .n-data-table-th__title-wrapper {
  256. &::after {
  257. content: '';
  258. width: 0px;
  259. height: 22px;
  260. background: #ebebeb;
  261. }
  262. }
  263. }
  264. .n-tag {
  265. --n-border-radius: 6px !important;
  266. --n-height: 26px !important;
  267. --n-font-size: max(13px, 12Px) !important;
  268. --n-padding: 0 14px !important;
  269. }
  270. }
  271. }
  272. .reportModel {
  273. width: 1200px;
  274. overflow: hidden;
  275. }
  276. .reportContainer iframe {
  277. height: 64vh;
  278. }
  279. .addStudentWrap {
  280. position: relative;
  281. width: 378px;
  282. height: 631px;
  283. margin: 100px auto 0;
  284. .studentCLose {
  285. cursor: pointer;
  286. position: absolute;
  287. right: -67px;
  288. top: -54px;
  289. width: 42px;
  290. height: 42px;
  291. z-index: 100;
  292. }
  293. .stunentStart {
  294. position: absolute;
  295. width: 556px;
  296. height: 246px;
  297. left: -70px;
  298. top: -98px;
  299. img {
  300. width: 556px;
  301. height: 246px;
  302. }
  303. }
  304. .addTitle {
  305. width: 230px;
  306. height: 48px;
  307. top: -9px;
  308. position: absolute;
  309. margin: 0 auto;
  310. left: 50%;
  311. margin-left: -115px;
  312. z-index: 100;
  313. img {
  314. width: 230px;
  315. height: 48px;
  316. }
  317. }
  318. .addStudentInfo {
  319. width: 378px;
  320. height: 631px;
  321. position: relative;
  322. display: flex;
  323. flex-direction: column;
  324. align-items: center;
  325. .studentInfoBg {
  326. position: absolute;
  327. width: 378px;
  328. height: 631px;
  329. img {
  330. left: 0;
  331. top: 0;
  332. width: 378px;
  333. height: 631px;
  334. }
  335. }
  336. .studentCore {
  337. position: absolute;
  338. bottom: 27px;
  339. left: 24px;
  340. width: 330px;
  341. height: 339px;
  342. background: rgba(255, 255, 255, 0.33);
  343. border-radius: 17px;
  344. border: 2px solid #ffffff;
  345. backdrop-filter: blur(17px);
  346. display: flex;
  347. flex-direction: column;
  348. align-items: center;
  349. .schoolLogo {
  350. width: 67px;
  351. height: 67px;
  352. margin-top: -34px;
  353. border: 1px solid #fff;
  354. border-radius: 50%;
  355. z-index: 100;
  356. overflow: hidden;
  357. background-color: #fff;
  358. position: absolute;
  359. }
  360. .studentCoreInfo {
  361. margin-top: 6px;
  362. width: 314px;
  363. height: 323px;
  364. background: #ffffff;
  365. border-radius: 17px;
  366. display: flex;
  367. flex-direction: column;
  368. align-items: center;
  369. h2 {
  370. margin-top: 37px;
  371. height: 22px;
  372. font-size: max(16px, 13Px);
  373. font-weight: 600;
  374. color: #000000;
  375. line-height: 22px;
  376. margin-bottom: 6px;
  377. overflow: hidden;
  378. text-overflow: ellipsis;
  379. white-space: nowrap;
  380. }
  381. .studentCoreInfoSubtitle {
  382. font-size: max(14px, 11Px);
  383. font-weight: 400;
  384. color: #000000;
  385. line-height: 22px;
  386. span {
  387. color: #198cfe;
  388. font-weight: 600;
  389. }
  390. }
  391. .codewrap {
  392. width: 147px;
  393. height: 145px;
  394. background: url(./images/cordWrap.png) no-repeat;
  395. position: relative;
  396. background-size: 147px 145px;
  397. margin: 16px 0 18px;
  398. display: flex;
  399. flex-direction: column;
  400. align-items: center;
  401. justify-content: center;
  402. .codewrapBg {
  403. width: 147px !important;
  404. height: 145px !important;
  405. top: 0;
  406. left: 0;
  407. position: absolute;
  408. }
  409. // img {
  410. // }
  411. }
  412. .codewrapSubmit {
  413. width: 213px;
  414. height: 35px;
  415. // background: linear-gradient(135deg, #d1fdf9 0%, #d6eeff 100%);
  416. // box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.62);
  417. border-radius: 18px;
  418. text-align: center;
  419. line-height: 35px;
  420. font-size: max(14px, 11Px);
  421. color: #117de9;
  422. position: relative;
  423. img {
  424. position: absolute;
  425. left: 0;
  426. top: 0;
  427. width: 213px;
  428. height: 35px;
  429. }
  430. span {
  431. font-weight: 600;
  432. }
  433. }
  434. }
  435. }
  436. }
  437. .studentBottom {
  438. width: 420px;
  439. position: absolute;
  440. left: -21px;
  441. bottom: -140px;
  442. display: flex;
  443. flex-direction: column;
  444. align-items: center;
  445. p {
  446. text-align: center;
  447. font-size: 20px;
  448. font-weight: bold;
  449. color: #ffffff;
  450. margin-bottom: 30px;
  451. }
  452. .downBtn {
  453. width: 256px;
  454. height: 54px;
  455. background: linear-gradient(90deg, #ff7b57 0%, #ff3460 100%);
  456. border-radius: 30px;
  457. line-height: 54px;
  458. font-size: 22px;
  459. font-weight: 600;
  460. text-align: center;
  461. color: #fff;
  462. cursor: pointer;
  463. }
  464. }
  465. }
  466. .setInfo {
  467. margin-top: 64px;
  468. :global {
  469. .n-form-item-label {
  470. font-size: max(15px, 12Px);
  471. color: #000;
  472. }
  473. .n-input {
  474. height: max(50px, 40Px);
  475. border-radius: 8px;
  476. font-size: max(18px, 14Px);
  477. .n-input__input-el {
  478. height: 100%;
  479. }
  480. &.n-input--disabled {
  481. background-color: #f5f6fa;
  482. color: rgba(149, 149, 152, 1);
  483. }
  484. }
  485. .n-base-selection {
  486. border-radius: 8px;
  487. .n-base-selection-label {
  488. height: max(50px, 40Px);
  489. }
  490. }
  491. .n-base-selection.n-base-selection--disabled .n-base-selection-label {
  492. background-color: #f5f6fa;
  493. color: rgba(149, 149, 152, 1);
  494. }
  495. }
  496. }
  497. .btnList {
  498. margin-top: 150px;
  499. .btn {
  500. --n-padding: 0 36px !important;
  501. // --n-height: 45px !important;
  502. --n-border-radius: 8px !important;
  503. }
  504. }
  505. .wordDetailModel {
  506. width: 1012px;
  507. }
  508. .removeVisiable {
  509. width: 432px;
  510. :global {
  511. .n-card-header {
  512. font-size: max(22px, 16Px);
  513. }
  514. }
  515. .studentRemove {
  516. padding: 32px 40px 46px;
  517. p {
  518. font-size: max(18px, 14Px);
  519. color: #777777;
  520. line-height: 30px;
  521. text-align: center;
  522. span {
  523. color: #EA4132;
  524. }
  525. }
  526. }
  527. .btnGroup {
  528. padding: 32px 0 0;
  529. :global {
  530. .n-button {
  531. height: 47px;
  532. min-width: 156px;
  533. }
  534. }
  535. }
  536. }
  537. .updateStudent {
  538. width: 580px;
  539. }
  540. .noSort {
  541. :global {
  542. .n-data-table-sorter {
  543. display: none !important;
  544. }
  545. }
  546. }
  547. .cell {
  548. display: flex;
  549. align-items: center;
  550. .sortIcon {
  551. margin-left: 7px;
  552. width: 13px;
  553. height: 13px;
  554. }
  555. }