index.module.less 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761
  1. .student-register {
  2. min-height: 100vh;
  3. // background: #FFF4E2;
  4. background: linear-gradient(180deg, #C9EDFD 0%, #CCF0FF 100%);
  5. overflow: hidden;
  6. position: relative;
  7. --k-font-primary: #007AFE;
  8. .studentRegisterContainer {
  9. padding-top: 69px;
  10. background: url('./images/new/banner-bg4.png') no-repeat top center;
  11. background-size: contain;
  12. }
  13. }
  14. .countdownSection {
  15. position: relative;
  16. background: linear-gradient(90deg, #FFBBD1 0%, #FFEFE2 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
  17. border-radius: 16px;
  18. margin: 0 14px 12px;
  19. padding: 7px 12px 8px;
  20. border: 1px solid #FFFFFF;
  21. &::before {
  22. content: '';
  23. position: absolute;
  24. top: 0;
  25. left: 68px;
  26. display: inline-block;
  27. width: 32px;
  28. height: 48px;
  29. background: url('./images/new/icon-1.png') no-repeat center;
  30. background-size: contain;
  31. }
  32. .timer {
  33. display: flex;
  34. align-items: center;
  35. }
  36. .timerAll {
  37. position: absolute;
  38. right: 12px;
  39. font-size: 12px;
  40. color: #131415;
  41. line-height: 17px;
  42. display: flex;
  43. align-items: center;
  44. span {
  45. display: flex;
  46. align-items: center;
  47. justify-content: center;
  48. height: 22px;
  49. min-width: 22px;
  50. padding: 0 3px;
  51. background: #FF3A5F;
  52. border-radius: 4px;
  53. font-weight: 600;
  54. font-size: 12px;
  55. color: #FFFFFF;
  56. margin: 0 3px;
  57. }
  58. }
  59. .timerTitle {
  60. position: relative;
  61. width: 160px;
  62. height: 36px;
  63. }
  64. // .timerTip {
  65. // margin-top: 10px;
  66. // background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  67. // border-radius: 12px;
  68. // text-align: center;
  69. // padding: 4px 6px;
  70. // font-size: 11px;
  71. // color: #69717C;
  72. // line-height: 16px;
  73. // }
  74. }
  75. .paymentContainer {
  76. display: flex;
  77. align-items: center;
  78. justify-content: space-between;
  79. font-size: 14px;
  80. padding: 12px 14px calc(12px + env(safe-area-inset-bottom)) 14px;
  81. background: #FFFFFF;
  82. box-shadow: 0px -1px 0px 0px #F2F2F2, inset 0px 1px 3px 0px #FFFFFF;
  83. border-radius: 18px 18px 0px 0px;
  84. .payemntPrice {
  85. // line-height: 0;
  86. }
  87. .giftTip {
  88. width: 52px;
  89. height: 18px;
  90. }
  91. .needPrice {
  92. color: #333333;
  93. padding-bottom: 7px;
  94. font-size: 16px;
  95. font-family: DINAlternate-Bold, DINAlternate;
  96. font-weight: bold;
  97. color: #FC1A19;
  98. padding-right: 6px;
  99. span {
  100. font-size: 24px;
  101. margin-right: 2px;
  102. }
  103. i {
  104. // margin-top: -3px;
  105. vertical-align: text-bottom;
  106. font-weight: 400;
  107. &.unit {
  108. font-size: 12px;
  109. }
  110. }
  111. }
  112. .allPrice {
  113. display: inline-block;
  114. font-size: 14px;
  115. font-family: DINAlternate-Bold, DINAlternate;
  116. font-weight: bold;
  117. color: #AAAAAA;
  118. line-height: 16px;
  119. vertical-align: text-top;
  120. }
  121. :global {
  122. .van-button {
  123. height: 40px;
  124. line-height: 40px;
  125. width: 148px;
  126. background: linear-gradient(135deg, #31C7FF 0%, #007AFE 100%);
  127. font-size: 16px;
  128. color: #fff;
  129. font-weight: 500;
  130. border: 0;
  131. }
  132. }
  133. .traditionBtn {
  134. flex: 1;
  135. text-align: center;
  136. :global {
  137. .van-button {
  138. width: 100%;
  139. max-width: 325px;
  140. }
  141. }
  142. }
  143. }
  144. .studentSection {
  145. margin: 0 14px 12px;
  146. padding: 12px 15px;
  147. background: linear-gradient(180deg, rgba(219, 246, 253) 0%, rgba(255, 255, 255) 30%);
  148. border-radius: 16px;
  149. border: 1px solid #FFFFFF;
  150. &.studentSectionForm {
  151. padding: 0 0 12px;
  152. background: linear-gradient(180deg, #DBF6FD 0%, #FFFFFF 10%);
  153. }
  154. &.noSendDay {
  155. padding-bottom: 0;
  156. }
  157. .title1,
  158. .title3 {
  159. width: 212px;
  160. height: 22px;
  161. background: url('./images/new/title-7.png') no-repeat center;
  162. background-size: contain;
  163. margin: 0 auto;
  164. }
  165. .title2 {
  166. width: 248px;
  167. height: 22px;
  168. background: url('./images/new/title-4.png') no-repeat center;
  169. background-size: contain;
  170. margin: 0 auto;
  171. }
  172. .title3 {
  173. background: url('./images/new/title-6.png') no-repeat center;
  174. background-size: contain;
  175. }
  176. .goodsGroup {
  177. display: flex;
  178. align-items: center;
  179. margin-top: 29px;
  180. }
  181. .goodsItem {
  182. cursor: pointer;
  183. position: relative;
  184. display: flex;
  185. align-items: center;
  186. justify-content: center;
  187. flex: 1;
  188. // background: #EBF3F8;
  189. // border-radius: 20px 4px 4px 20px;
  190. height: 36px;
  191. line-height: 36px;
  192. font-size: 16px;
  193. color: #728088;
  194. // transform: skewX(-15deg);
  195. background: url('./images/new/btn-left-default.png') no-repeat center;
  196. background-size: contain;
  197. .goodsInner {
  198. // transform: skewX(15deg);
  199. // background: #EBF3F8;
  200. width: 100%;
  201. text-align: center;
  202. }
  203. &.checked {
  204. // background: linear-gradient(315deg, #31C7FF 0%, #007AFE 100%);
  205. background: url('./images/new/btn-left-active.png') no-repeat center !important;
  206. background-size: contain !important;
  207. color: #fff;
  208. font-weight: 600;
  209. }
  210. &.checked1 {
  211. background: url('./images/new/btn-right-active.png') no-repeat center !important;
  212. background-size: contain !important;
  213. color: #fff;
  214. font-weight: 600;
  215. }
  216. .proposalTip {
  217. position: absolute;
  218. right: 8px;
  219. top: -14px;
  220. width: 40px;
  221. height: 26px;
  222. display: inline-block;
  223. background: url('./images/new/icon-2.png') no-repeat center;
  224. background-size: contain;
  225. }
  226. &+.goodsItem {
  227. // margin-left: 8px;
  228. // border-radius: 4px 20px 20px 4px;
  229. // transform: skewX(-15deg);
  230. background: url('./images/new/btn-right-default.png') no-repeat center;
  231. background-size: contain;
  232. // &.checked {
  233. // background: linear-gradient(315deg, #31C7FF 0%, #007AFE 100%);
  234. // }
  235. }
  236. }
  237. }
  238. .registerForm {
  239. // background: #FFFFFF;
  240. // border-radius: 16px;
  241. border-radius: 18px;
  242. // margin: 0 12px;
  243. overflow: hidden;
  244. .selectStudentGroup {
  245. margin-left: 13px;
  246. font-size: 14px;
  247. color: #1189FF;
  248. display: flex;
  249. align-items: center;
  250. justify-content: center;
  251. &.selectStudentGroupChecked {
  252. span::after {
  253. transform: rotate(180deg);
  254. }
  255. }
  256. // .studentIcon {
  257. // display: inline-block;
  258. // margin-right: 6px;
  259. // width: 20px;
  260. // height: 20px;
  261. // background: url('./images/new/icon-n-5.png') no-repeat center;
  262. // background-size: contain;
  263. //
  264. // &.studentIconAdd {
  265. // background: url('./images/new/icon-n-4.png') no-repeat center;
  266. // background-size: contain;
  267. // }
  268. // }
  269. span {
  270. display: flex;
  271. align-items: center;
  272. justify-content: center;
  273. &::after {
  274. display: inline-block;
  275. content: '';
  276. width: 9px;
  277. height: 5px;
  278. margin-left: 4px;
  279. background: url('./images/new/icon-n-6.png') no-repeat center;
  280. background-size: contain;
  281. }
  282. }
  283. }
  284. :global {
  285. .van-cell {
  286. background-color: transparent;
  287. }
  288. }
  289. .fieldTipsGroup {
  290. margin: 0 14px 0;
  291. padding-bottom: 9px;
  292. }
  293. .fieldTips {
  294. font-size: 13px;
  295. color: #EC763B;
  296. line-height: 18px;
  297. background: #FFF8EB;
  298. border-radius: 4px;
  299. padding: 4px 10px;
  300. display: flex;
  301. align-items: center;
  302. .iconQuestion {
  303. flex-shrink: 0;
  304. display: inline-block;
  305. background: url('./images/new/icon-question.png') no-repeat center;
  306. background-size: contain;
  307. width: 16px;
  308. height: 16px;
  309. margin-right: 4px;
  310. }
  311. }
  312. .tips {
  313. display: inline-block;
  314. // padding-left: 5px;
  315. // padding-top: 2px;
  316. font-size: 12px;
  317. font-weight: 400;
  318. color: #777;
  319. line-height: 17px;
  320. }
  321. .username {
  322. padding-top: 15px !important;
  323. :global {
  324. .van-field__label {
  325. display: flex;
  326. align-items: center;
  327. width: 170px;
  328. }
  329. }
  330. }
  331. .countDown {
  332. min-width: 80px;
  333. text-align: center;
  334. font-size: 14px;
  335. color: #A0D0FF;
  336. }
  337. :global {
  338. .van-cell {
  339. padding: 14px 14px;
  340. }
  341. .van-field__label {
  342. font-size: 15px;
  343. color: #666666;
  344. line-height: 22px;
  345. }
  346. .van-field__control {
  347. font-size: 15px;
  348. color: #131415;
  349. }
  350. }
  351. .codeText {
  352. color: #1189FF;
  353. font-size: 14px;
  354. // &.codeTextDisabled {
  355. // color: #ccc;
  356. // }
  357. }
  358. .memberNumer {
  359. margin: 14px 12px 0;
  360. background: #E8F8FF;
  361. border-radius: 8px;
  362. padding: 8px 0 8px 10px;
  363. display: flex;
  364. align-items: center;
  365. // font-weight: 600;
  366. font-size: 13px;
  367. color: #131415;
  368. line-height: 18px;
  369. .iconGift {
  370. width: 18px;
  371. height: 18px;
  372. margin-right: 6px;
  373. }
  374. span {
  375. font-size: 15px;
  376. color: #F62C2C;
  377. padding: 0 5px;
  378. font-weight: 600;
  379. }
  380. }
  381. }
  382. .radioSection {
  383. position: relative;
  384. min-width: 32px;
  385. justify-content: center;
  386. // padding-left: 19px;
  387. // padding-right: 19px;
  388. padding: 5px 19px;
  389. font-size: 14px;
  390. font-weight: 500;
  391. border-radius: 6px;
  392. }
  393. .radioItem {
  394. position: absolute;
  395. top: 0;
  396. left: 0;
  397. right: 0;
  398. bottom: 0;
  399. opacity: 0;
  400. }
  401. .radioSection+.radioSection {
  402. margin-left: 12px;
  403. }
  404. .goodsSection {
  405. border-radius: 18px 18px;
  406. box-shadow: 0px 1px 6px 0px #F0D8C8;
  407. border-radius: 18px;
  408. overflow: hidden;
  409. background: transparent;
  410. margin-bottom: 12px;
  411. &:last-child {
  412. margin-bottom: 0;
  413. }
  414. }
  415. .iconArrow {
  416. display: inline-block;
  417. width: 21px;
  418. height: 21px;
  419. background: url('./images/new/icon-arrow.png') no-repeat center;
  420. background-size: contain;
  421. }
  422. .goodsExtra {
  423. position: relative;
  424. margin: 1px 14px 16px;
  425. // background: #FFFFFF;
  426. background: linear-gradient(180deg, rgba(219, 246, 253) 0%, rgba(255, 255, 255) 30%);
  427. border-radius: 16px;
  428. border: 1px solid #FFFFFF;
  429. padding-bottom: 16px;
  430. :global {
  431. .van-cell {
  432. background-color: transparent;
  433. }
  434. }
  435. .iconArrow {
  436. position: absolute;
  437. left: 86px;
  438. top: -9px;
  439. }
  440. .memberNumer {
  441. margin: 16px 16px 0;
  442. background: #E8F8FF;
  443. border-radius: 8px;
  444. padding: 8px 0 8px 10px;
  445. display: flex;
  446. align-items: center;
  447. // font-weight: 600;
  448. font-size: 13px;
  449. color: #131415;
  450. line-height: 18px;
  451. .iconGift {
  452. width: 18px;
  453. height: 18px;
  454. margin-right: 6px;
  455. }
  456. span {
  457. font-size: 15px;
  458. color: #F62C2C;
  459. padding: 0 5px;
  460. font-weight: 600;
  461. }
  462. }
  463. }
  464. .goodsCell {
  465. position: relative;
  466. border-radius: 16px;
  467. padding: 16px 14px 0;
  468. .iconChecked {
  469. width: 18px;
  470. height: 18px;
  471. background: url('./images/new/icon-n-7.png') no-repeat center;
  472. background-size: contain;
  473. display: inline-block;
  474. margin-right: 14px;
  475. flex-shrink: 0;
  476. &.selected {
  477. background: url('./images/new/icon-n-8.png') no-repeat center;
  478. background-size: contain;
  479. }
  480. }
  481. .img {
  482. margin-right: 10px;
  483. width: 86px;
  484. height: 86px;
  485. border-radius: 8px;
  486. overflow: hidden;
  487. flex-shrink: 0;
  488. }
  489. h2 {
  490. display: flex;
  491. align-items: center;
  492. font-weight: 500;
  493. font-size: 16px;
  494. color: #131415;
  495. line-height: 22px;
  496. }
  497. .section {
  498. display: flex;
  499. align-items: center;
  500. }
  501. .goodsName {
  502. width: 188px;
  503. height: 81px;
  504. line-height: 0;
  505. }
  506. .brandName {
  507. margin-left: 6px;
  508. font-size: 12px;
  509. font-weight: 400;
  510. color: #19A1FE;
  511. line-height: 17px;
  512. height: 18px;
  513. background: #F4FAFF;
  514. border-radius: 4px;
  515. border: 1px solid rgba(52, 173, 255, 0.55);
  516. white-space: nowrap;
  517. }
  518. .sectionContent {
  519. line-height: 0;
  520. }
  521. .model {
  522. margin: 4px 0 5px;
  523. font-weight: 500;
  524. font-size: 12px;
  525. color: #FF711B;
  526. p {
  527. display: flex;
  528. align-items: center;
  529. line-height: 16px;
  530. padding-top: 3px;
  531. i {
  532. width: 4px;
  533. height: 4px;
  534. border-radius: 50%;
  535. display: inline-block;
  536. margin-right: 4px;
  537. background: #FF711B;
  538. }
  539. }
  540. }
  541. .sendInstrument {
  542. // background: linear-gradient(270deg, #FF7B57 0%, #FF3460 100%);
  543. // border-radius: 4px;
  544. // font-size: 12px;
  545. // color: #FFFFFF;
  546. // padding: 2px 6px 3px;
  547. width: 95px;
  548. height: 21px;
  549. }
  550. .moreBtn {
  551. color: #aaa;
  552. font-size: 12px;
  553. :global {
  554. .van-icon {
  555. margin-left: 4px;
  556. }
  557. }
  558. }
  559. .sbtnGroup {
  560. display: flex;
  561. &>span {
  562. font-size: 12px;
  563. font-weight: 600;
  564. color: #AF540D;
  565. line-height: 18px;
  566. border-radius: 9px;
  567. border: 1px solid rgba(175, 84, 13, .62);
  568. padding: 0 6px;
  569. }
  570. }
  571. }
  572. .goodsTradition {
  573. position: relative;
  574. margin: 16px 12px;
  575. background: #FFFFFF;
  576. border-radius: 16px;
  577. padding: 13px 16px 20px;
  578. .iconArrow {
  579. position: absolute;
  580. right: 85px;
  581. top: -9px;
  582. }
  583. .goodsTitle {
  584. width: 137px;
  585. height: 44px;
  586. background: url('./images/new/title-5.png') no-repeat center;
  587. background-size: contain;
  588. margin: 0 auto 11px;
  589. }
  590. .steps {}
  591. .step {
  592. position: relative;
  593. padding-left: 38px;
  594. padding-bottom: 16px;
  595. &::before {
  596. content: '';
  597. border-left: 1px dashed rgba(9, 135, 254, 0.4);
  598. position: absolute;
  599. left: 15px;
  600. top: 0;
  601. display: inline-block;
  602. height: 100%;
  603. }
  604. &:last-child {
  605. padding-bottom: 0;
  606. &::before {
  607. display: none;
  608. }
  609. }
  610. .stepContent {
  611. font-size: 14px;
  612. color: #777777;
  613. line-height: 24px;
  614. text-align: justify;
  615. padding-top: 3px;
  616. span {
  617. font-weight: 500;
  618. color: #333333;
  619. }
  620. }
  621. .nums {
  622. position: absolute;
  623. left: 0;
  624. width: 30px;
  625. height: 30px;
  626. background: #C9E5FF;
  627. display: flex;
  628. align-items: center;
  629. justify-content: center;
  630. border-radius: 50%;
  631. .numInner {
  632. display: flex;
  633. align-items: center;
  634. justify-content: center;
  635. border-radius: 50%;
  636. width: 22px;
  637. height: 22px;
  638. font-weight: bold;
  639. font-size: 13px;
  640. color: #FFFFFF;
  641. background: #1BA5FE;
  642. }
  643. }
  644. }
  645. }
  646. .selectStudentPopup {
  647. :global {
  648. .van-popup__close-icon {
  649. color: #767C7F;
  650. }
  651. }
  652. }