index.module.less 9.4 KB

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