index.module.less 11 KB

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