index.module.less 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681
  1. .homeWrap {
  2. display: flex;
  3. flex-direction: row;
  4. // align-items: center;
  5. // justify-content: space-between;
  6. align-content: stretch;
  7. .homeInfoLeft {
  8. display: flex;
  9. flex-direction: column;
  10. width: 1286px;
  11. .homeBanner {
  12. height: 246px;
  13. border-radius: 20px;
  14. background-color: #d5e9ff;
  15. position: relative;
  16. margin-bottom: 20px;
  17. .bannerPerson {
  18. width: 327px;
  19. height: 278px;
  20. position: absolute;
  21. left: 138px;
  22. bottom: 0;
  23. z-index: 100;
  24. }
  25. .bannerInfo {
  26. width: 520px;
  27. height: 156px;
  28. position: absolute;
  29. bottom: 45px;
  30. right: 195px;
  31. font-size: 18px;
  32. color: rgba(0, 0, 0, 0.65);
  33. line-height: 25px;
  34. letter-spacing: 1px;
  35. h3 {
  36. margin-bottom: 23px;
  37. height: 35px;
  38. font-size: 30px;
  39. font-weight: 600;
  40. color: #131415;
  41. }
  42. .bannerRrey {
  43. color: rgba(0, 0, 0, 0.5);
  44. }
  45. .bannerRed {
  46. color: #f24a6c;
  47. }
  48. .bannerBtn {
  49. width: 154px;
  50. height: 43px;
  51. background: #3583fa;
  52. border-radius: 22px;
  53. font-size: 18px;
  54. line-height: 43px;
  55. font-weight: 600;
  56. color: #ffffff;
  57. letter-spacing: 1px;
  58. display: flex;
  59. flex-direction: row;
  60. align-items: center;
  61. justify-content: center;
  62. margin-top: 25px;
  63. cursor: pointer;
  64. &:hover {
  65. opacity: 0.8;
  66. }
  67. .rotueRight {
  68. font-size: 14px;
  69. margin-left: 4px;
  70. }
  71. }
  72. }
  73. .leftDot {
  74. position: absolute;
  75. left: 0;
  76. top: 0;
  77. width: 141px;
  78. height: 141px;
  79. }
  80. .rightDot {
  81. position: absolute;
  82. right: 0;
  83. bottom: 0;
  84. width: 158px;
  85. height: 137px;
  86. }
  87. .lineIcon {
  88. position: absolute;
  89. z-index: 500;
  90. width: 48px;
  91. height: 48px;
  92. left: 96px;
  93. top: 89px;
  94. }
  95. .musicIcon {
  96. position: absolute;
  97. width: 51px;
  98. height: 46px;
  99. left: 400px;
  100. top: 36px;
  101. }
  102. }
  103. }
  104. .homeInfoRight {
  105. margin-left: 20px;
  106. width: 450px;
  107. }
  108. }
  109. // 学情
  110. .homeStudy {
  111. background-color: #fff;
  112. .homeStudyTitle {
  113. display: flex;
  114. flex-direction: row;
  115. align-items: center;
  116. font-size: 20px;
  117. font-weight: 600;
  118. color: #131415;
  119. line-height: 28px;
  120. .homeStudyTitleDot {
  121. width: 5px;
  122. height: 16px;
  123. background: #198cfe;
  124. margin-right: 8px;
  125. }
  126. }
  127. .homeStudyInfoList {
  128. display: flex;
  129. flex-direction: row;
  130. align-items: center;
  131. justify-content: space-between;
  132. margin-top: 21px;
  133. .homeStudyInfoTabs {
  134. display: flex;
  135. flex-direction: row;
  136. align-items: center;
  137. .homeStudyInfoTabItem {
  138. cursor: pointer;
  139. width: 112px;
  140. height: 39px;
  141. border-radius: 20px;
  142. font-size: 18px;
  143. font-weight: 600;
  144. line-height: 39px;
  145. text-align: center;
  146. margin-right: 24px;
  147. background: #f5f6fa;
  148. color: rgba(0, 0, 0, 0.5);
  149. &:hover {
  150. background: #198cfe;
  151. color: #ffffff;
  152. opacity: 0.8;
  153. }
  154. }
  155. .homeStudyInfoTabItem.active {
  156. background: #198cfe;
  157. color: #ffffff;
  158. }
  159. }
  160. .homeStudyInfoDate {
  161. display: flex;
  162. flex-direction: row;
  163. align-items: center;
  164. justify-content: flex-end;
  165. }
  166. }
  167. .searchBtn {
  168. width: 90px;
  169. height: 43px;
  170. background: #198cfe;
  171. border-radius: 8px;
  172. line-height: 41px;
  173. font-weight: 600 !important;
  174. font-size: 18px;
  175. }
  176. .resetBtn {
  177. width: 90px;
  178. height: 43px;
  179. border-radius: 8px;
  180. line-height: 41px;
  181. font-weight: 600 !important;
  182. font-size: 18px;
  183. }
  184. }
  185. .homeTrainData {
  186. margin-top: 40px;
  187. .TrainDataTop {
  188. margin-bottom: 40px;
  189. display: flex;
  190. flex-direction: row;
  191. align-items: center;
  192. justify-content: space-between;
  193. .TrainDataTopLeft {
  194. display: flex;
  195. flex-direction: row;
  196. align-items: center;
  197. .TrainDataItem {
  198. margin-right: 40px;
  199. .TrainDataItemTitle {
  200. text-align: center;
  201. font-size: 13px;
  202. font-weight: 400;
  203. color: #777777;
  204. line-height: 18px;
  205. span {
  206. font-family: 'DINA';
  207. font-size: 26px;
  208. font-weight: 600;
  209. color: #131415;
  210. line-height: 28px;
  211. }
  212. }
  213. .TrainDataItemsubTitle {
  214. margin-top: 4px;
  215. text-align: center;
  216. font-size: 13px;
  217. font-family: PingFangSC-Regular, PingFang SC;
  218. font-weight: 400;
  219. color: #777777;
  220. line-height: 18px;
  221. }
  222. }
  223. }
  224. .TrainDataTopRight {
  225. display: flex;
  226. flex-direction: row;
  227. align-items: center;
  228. .DataTopRightItem {
  229. cursor: pointer;
  230. display: flex;
  231. flex-direction: row;
  232. align-items: center;
  233. margin-left: 30px;
  234. &:hover {
  235. opacity: 0.8;
  236. }
  237. .DataTopRightDot {
  238. width: 16px;
  239. height: 16px;
  240. background: #3583fa;
  241. border-radius: 4px;
  242. margin-right: 6px;
  243. }
  244. .DataTopRightDot.red {
  245. background: #ff7aa7;
  246. }
  247. }
  248. .DataTopRightItem.DataTopRightItemDis {
  249. .DataTopRightDot {
  250. background: #f5f6fa;
  251. }
  252. }
  253. }
  254. }
  255. }
  256. .leftBottomWrap {
  257. padding: 20px 32px;
  258. border-radius: 20px;
  259. background-color: #fff;
  260. flex: 1;
  261. .tableWrap {
  262. margin-top: 40px;
  263. :global {
  264. .n-data-table {
  265. border-radius: 10px 10px 0 0;
  266. overflow: hidden;
  267. }
  268. .n-data-table-thead {
  269. height: 54px;
  270. line-height: 54px;
  271. }
  272. .n-data-table-th {
  273. padding: 0 20px;
  274. background-color: #f7f7f8;
  275. color: rgba(0, 0, 0, 0.88);
  276. }
  277. .n-data-table-th__title-wrapper {
  278. &::after {
  279. content: '';
  280. width: 1px;
  281. height: 22px;
  282. background: #ebebeb;
  283. &:nth-last-child(1) {
  284. display: none;
  285. }
  286. }
  287. }
  288. .n-data-table-th--last {
  289. .n-data-table-th__title-wrapper {
  290. &::after {
  291. content: '';
  292. width: 0px;
  293. height: 22px;
  294. background: #ebebeb;
  295. }
  296. }
  297. }
  298. }
  299. }
  300. }
  301. .homeInfoRight {
  302. display: flex;
  303. flex-direction: column;
  304. .homeInfoRightTop {
  305. border-radius: 20px;
  306. background-color: #fff;
  307. padding: 30px 20px;
  308. display: flex;
  309. flex-direction: column;
  310. align-items: center;
  311. .HeaderWrap {
  312. position: relative;
  313. .headerD {
  314. width: 237px;
  315. height: 142px;
  316. }
  317. .defultHeade {
  318. width: 116px;
  319. height: 116px;
  320. overflow: hidden;
  321. border-radius: 50%;
  322. position: absolute;
  323. top: 13px;
  324. left: 61px;
  325. }
  326. }
  327. .headerInfo {
  328. .headerTitle {
  329. font-size: 20px;
  330. font-weight: 600;
  331. color: #131415;
  332. line-height: 28px;
  333. letter-spacing: 1px;
  334. margin: 18px 0 8px;
  335. text-align: center;
  336. }
  337. .headerSubTitle {
  338. font-size: 14px;
  339. font-weight: 400;
  340. color: #707a92;
  341. line-height: 20px;
  342. }
  343. }
  344. .quickEnter {
  345. width: 100%;
  346. margin-top: 30px;
  347. .quickList {
  348. margin-top: 20px;
  349. display: flex;
  350. flex-direction: row;
  351. align-items: center;
  352. justify-content: space-around;
  353. .quickItem {
  354. cursor: pointer;
  355. &:hover {
  356. opacity: 0.8;
  357. }
  358. display: flex;
  359. flex-direction: column;
  360. align-items: center;
  361. .quickItemImg {
  362. img {
  363. width: 48px;
  364. height: 48px;
  365. }
  366. }
  367. p {
  368. font-size: 14px;
  369. font-weight: 600;
  370. color: #333333;
  371. }
  372. }
  373. }
  374. }
  375. }
  376. .rightTitle {
  377. display: flex;
  378. flex-direction: row;
  379. align-items: center;
  380. font-weight: 600;
  381. color: #131415;
  382. font-size: 20px;
  383. .titleDot {
  384. width: 5px;
  385. height: 16px;
  386. background: #198cfe;
  387. margin-right: 8px;
  388. }
  389. }
  390. .rightTeachingWrap {
  391. overflow: hidden;
  392. flex: 1;
  393. background-color: #fff;
  394. padding: 20px;
  395. border-radius: 20px;
  396. margin-top: 20px;
  397. .rightTeachingWrapTitle {
  398. display: flex;
  399. flex-direction: row;
  400. align-items: center;
  401. justify-content: space-between;
  402. .lookMore {
  403. cursor: pointer;
  404. display: flex;
  405. flex-direction: row;
  406. align-items: center;
  407. color: #1677ff;
  408. .lookMoreArrow {
  409. width: 12px;
  410. height: 12px;
  411. }
  412. }
  413. }
  414. }
  415. }
  416. .teachListWrap {
  417. position: relative;
  418. .teachListWrapWall {
  419. position: absolute;
  420. bottom: 0;
  421. height: 159px;
  422. width: 100%;
  423. background: linear-gradient(
  424. 180deg,
  425. rgba(255, 255, 255, 0) 0%,
  426. #ffffff 100%
  427. );
  428. border-radius: 0px 0px 20px 20px;
  429. }
  430. }
  431. .teachGroup {
  432. margin-top: 12px;
  433. .teachGroupTitle {
  434. position: relative;
  435. left: -10px;
  436. font-size: 14px;
  437. font-weight: 400;
  438. color: #aaaaaa;
  439. width: 60px;
  440. text-align: center;
  441. margin-bottom: 12px;
  442. }
  443. .teachGroupList {
  444. padding-bottom: 12px;
  445. margin-left: 20px;
  446. border-left: 1px solid #d1e8ff;
  447. min-height: 92px;
  448. position: relative;
  449. .teachGroupListDot {
  450. width: 12px;
  451. height: 12px;
  452. background: #198cfe;
  453. border: 3px solid #d1e8ff;
  454. border-radius: 50%;
  455. top: 31px;
  456. left: -6px;
  457. position: absolute;
  458. }
  459. }
  460. .teachGroupItemWrap {
  461. margin-left: 28px;
  462. background: #f7f9ff;
  463. border-radius: 12px;
  464. display: flex;
  465. flex-direction: row;
  466. align-items: top;
  467. &:nth-last-of-type(1) {
  468. margin-bottom: 0;
  469. }
  470. margin-bottom: 12px;
  471. padding: 10px;
  472. .teachGroupItemLeft {
  473. margin-right: 12px;
  474. width: 50px;
  475. height: 50px;
  476. border-radius: 50%;
  477. overflow: hidden;
  478. border: 2px solid #198cfe;
  479. .teachGroupItemHeader {
  480. border: 2px solid #fff;
  481. border-radius: 50%;
  482. overflow: hidden;
  483. img {
  484. width: 44px;
  485. height: 44px;
  486. }
  487. }
  488. }
  489. .teachGroupItemRight {
  490. flex: 1;
  491. .teachGroupItemName {
  492. display: flex;
  493. flex-direction: row;
  494. align-items: center;
  495. justify-content: space-between;
  496. font-size: 16px;
  497. margin-top: 2px;
  498. font-weight: 600;
  499. color: #131415;
  500. span {
  501. font-size: 13px;
  502. font-weight: 400;
  503. color: #1677ff;
  504. line-height: 18px;
  505. }
  506. }
  507. .teachGroupItemInfo {
  508. font-size: 13px;
  509. line-height: 18px;
  510. color: rgba(0, 0, 0, 0.5);
  511. }
  512. }
  513. }
  514. }
  515. .indDot,
  516. .endDot {
  517. display: flex;
  518. flex-direction: row;
  519. align-items: center;
  520. }
  521. .indDot {
  522. span {
  523. border-radius: 50%;
  524. width: 8px;
  525. height: 8px;
  526. background: #198cfe;
  527. margin-right: 8px;
  528. }
  529. }
  530. .endDot {
  531. opacity: 0.7;
  532. color: #aaaaaa;
  533. span {
  534. border-radius: 50%;
  535. width: 8px;
  536. height: 8px;
  537. background: #aaaaaa;
  538. margin-right: 8px;
  539. }
  540. }
  541. .chioseModel {
  542. width: 413px;
  543. :global {
  544. .n-select {
  545. width: 100%;
  546. min-width: 180px;
  547. .n-base-selection-label {
  548. height: 43px;
  549. line-height: 43px;
  550. }
  551. .n-base-selection__border {
  552. border-radius: 8px;
  553. overflow: hidden;
  554. }
  555. .n-base-selection__state-border {
  556. border-radius: 8px;
  557. overflow: hidden;
  558. }
  559. }
  560. .n-card-header {
  561. position: relative;
  562. padding: 20px 18px;
  563. text-align: center;
  564. // background: #F5F6FA;
  565. font-size: 22px;
  566. font-weight: 600;
  567. color: #131415;
  568. line-height: 30px;
  569. }
  570. .n-card-header__close {
  571. position: absolute;
  572. right: 18px;
  573. }
  574. .n-card__content {
  575. padding-bottom: 30px;
  576. }
  577. }
  578. .updateBtnGroup {
  579. padding: 0;
  580. justify-content: center !important;
  581. :global {
  582. .n-button {
  583. height: 48px !important;
  584. min-width: 156px;
  585. }
  586. }
  587. }
  588. }