index.module.less 16 KB

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