index.module.less 9.7 KB

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