index.module.less 9.9 KB

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