index-apply.module.less 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137
  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. .studentRegisterContainer2 {
  14. padding-top: 40%;
  15. background: url('./images/new/banner-bg5.png') no-repeat top center;
  16. background-size: contain;
  17. }
  18. }
  19. .countdownSection {
  20. position: relative;
  21. background: linear-gradient(90deg, #FFBBD1 0%, #FFEFE2 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
  22. border-radius: 10px;
  23. margin: 0 14px 8px;
  24. padding: 10px 12px;
  25. border: 1px solid #FFFFFF;
  26. &::before {
  27. content: '';
  28. position: absolute;
  29. top: 0;
  30. left: 11px;
  31. display: inline-block;
  32. width: 32px;
  33. height: 48px;
  34. background: url('./images/new/icon-1.png') no-repeat center;
  35. background-size: contain;
  36. }
  37. .timer {
  38. display: flex;
  39. align-items: center;
  40. justify-content: center;
  41. }
  42. .timerAll {
  43. // position: absolute;
  44. right: 12px;
  45. font-size: 12px;
  46. color: #131415;
  47. line-height: 17px;
  48. display: flex;
  49. align-items: center;
  50. justify-content: center;
  51. span {
  52. display: flex;
  53. align-items: center;
  54. justify-content: center;
  55. height: 22px;
  56. min-width: 22px;
  57. padding: 0 3px;
  58. background: #FF3A5F;
  59. border-radius: 4px;
  60. font-weight: 600;
  61. font-size: 12px;
  62. color: #FFFFFF;
  63. margin: 0 3px;
  64. }
  65. }
  66. .timerTitle {
  67. position: relative;
  68. width: 80px;
  69. height: 15px;
  70. margin-right: 4px;
  71. }
  72. .timerTip {
  73. margin-top: 10px;
  74. margin-left: 2px;
  75. margin-right: 2px;
  76. background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  77. border-radius: 12px;
  78. text-align: center;
  79. padding: 4px 6px;
  80. font-size: 11px;
  81. color: #69717C;
  82. line-height: 16px;
  83. }
  84. }
  85. .paymentContainer {
  86. display: flex;
  87. align-items: center;
  88. justify-content: space-between;
  89. font-size: 14px;
  90. padding: 12px 14px calc(12px + env(safe-area-inset-bottom)) 14px;
  91. background: #FFFFFF;
  92. box-shadow: 0px -1px 0px 0px #F2F2F2, inset 0px 1px 3px 0px #FFFFFF;
  93. border-radius: 18px 18px 0px 0px;
  94. position: relative;
  95. &::before {
  96. content: "";
  97. position: absolute;
  98. left: 0;
  99. bottom: -20px;
  100. width: 100%;
  101. height: 30px;
  102. background: #fff;
  103. }
  104. .payemntPrice {
  105. // line-height: 0;
  106. }
  107. .giftTip {
  108. width: 94px;
  109. height: 19px;
  110. }
  111. .needPrice {
  112. color: #333333;
  113. padding-bottom: 7px;
  114. font-size: 16px;
  115. font-family: DINAlternate-Bold, DINAlternate;
  116. font-weight: bold;
  117. color: #FC1A19;
  118. padding-right: 6px;
  119. span {
  120. font-size: 24px;
  121. margin-right: 2px;
  122. }
  123. i {
  124. // margin-top: -3px;
  125. vertical-align: text-bottom;
  126. font-weight: 400;
  127. &.unit {
  128. font-size: 12px;
  129. }
  130. }
  131. }
  132. .allPrice {
  133. display: inline-block;
  134. font-size: 14px;
  135. font-family: DINAlternate-Bold, DINAlternate;
  136. font-weight: bold;
  137. color: #AAAAAA;
  138. line-height: 16px;
  139. vertical-align: text-top;
  140. }
  141. :global {
  142. .van-button {
  143. height: 40px;
  144. line-height: 40px;
  145. width: 148px;
  146. background: linear-gradient(135deg, #31C7FF 0%, #007AFE 100%);
  147. font-size: 16px;
  148. color: #fff;
  149. font-weight: 500;
  150. border: 0;
  151. }
  152. }
  153. .traditionBtn {
  154. flex: 1;
  155. text-align: center;
  156. :global {
  157. .van-button {
  158. width: 100%;
  159. max-width: 325px;
  160. }
  161. }
  162. }
  163. }
  164. .paymentContainer2 {
  165. :global {
  166. .van-button {
  167. width: 128px;
  168. }
  169. }
  170. }
  171. .studentSection {
  172. margin: 0 14px 8px;
  173. padding: 12px 15px;
  174. background: linear-gradient(180deg, rgba(219, 246, 253) 0%, rgba(255, 255, 255) 30%);
  175. border-radius: 16px;
  176. border: 1px solid #FFFFFF;
  177. &.studentSectionForm {
  178. padding: 0 0 12px;
  179. background: linear-gradient(180deg, #DBF6FD 0%, #FFFFFF 10%);
  180. }
  181. &.noSendDay {
  182. padding-bottom: 0;
  183. }
  184. .title1,
  185. .title3 {
  186. width: 212px;
  187. height: 22px;
  188. background: url('./images/new/title-7.png') no-repeat center;
  189. background-size: contain;
  190. margin: 12px auto 0;
  191. }
  192. .title2 {
  193. width: 248px;
  194. height: 22px;
  195. background: url('./images/new/title-4.png') no-repeat center;
  196. background-size: contain;
  197. margin: 0 auto;
  198. }
  199. .title3 {
  200. background: url('./images/new/title-6.png') no-repeat center;
  201. background-size: contain;
  202. }
  203. .goodsGroup {
  204. display: flex;
  205. align-items: center;
  206. margin-top: 29px;
  207. }
  208. .goodsItem {
  209. cursor: pointer;
  210. position: relative;
  211. display: flex;
  212. align-items: center;
  213. justify-content: center;
  214. flex: 1;
  215. // background: #EBF3F8;
  216. // border-radius: 20px 4px 4px 20px;
  217. height: 36px;
  218. line-height: 36px;
  219. font-size: 16px;
  220. color: #728088;
  221. // transform: skewX(-15deg);
  222. background: url('./images/new/btn-left-default.png') no-repeat center;
  223. background-size: contain;
  224. .goodsInner {
  225. // transform: skewX(15deg);
  226. // background: #EBF3F8;
  227. width: 100%;
  228. text-align: center;
  229. }
  230. &.checked {
  231. // background: linear-gradient(315deg, #31C7FF 0%, #007AFE 100%);
  232. background: url('./images/new/btn-left-active.png') no-repeat center !important;
  233. background-size: contain !important;
  234. color: #fff;
  235. font-weight: 600;
  236. }
  237. &.checked1 {
  238. background: url('./images/new/btn-right-active.png') no-repeat center !important;
  239. background-size: contain !important;
  240. color: #fff;
  241. font-weight: 600;
  242. }
  243. .proposalTip {
  244. position: absolute;
  245. right: 8px;
  246. top: -14px;
  247. width: 40px;
  248. height: 26px;
  249. display: inline-block;
  250. background: url('./images/new/icon-2.png') no-repeat center;
  251. background-size: contain;
  252. }
  253. &+.goodsItem {
  254. // margin-left: 8px;
  255. // border-radius: 4px 20px 20px 4px;
  256. // transform: skewX(-15deg);
  257. background: url('./images/new/btn-right-default.png') no-repeat center;
  258. background-size: contain;
  259. // &.checked {
  260. // background: linear-gradient(315deg, #31C7FF 0%, #007AFE 100%);
  261. // }
  262. }
  263. }
  264. }
  265. .registerForm {
  266. // background: #FFFFFF;
  267. // border-radius: 16px;
  268. border-radius: 18px;
  269. // margin: 0 12px;
  270. overflow: hidden;
  271. .selectStudentGroup {
  272. margin-left: 10px;
  273. font-size: 14px;
  274. color: #1189FF;
  275. display: flex;
  276. align-items: center;
  277. justify-content: center;
  278. &.selectStudentGroupChecked {
  279. span::after {
  280. transform: rotate(180deg);
  281. }
  282. }
  283. // .studentIcon {
  284. // display: inline-block;
  285. // margin-right: 6px;
  286. // width: 20px;
  287. // height: 20px;
  288. // background: url('./images/new/icon-n-5.png') no-repeat center;
  289. // background-size: contain;
  290. //
  291. // &.studentIconAdd {
  292. // background: url('./images/new/icon-n-4.png') no-repeat center;
  293. // background-size: contain;
  294. // }
  295. // }
  296. span {
  297. display: flex;
  298. align-items: center;
  299. justify-content: center;
  300. &::after {
  301. display: inline-block;
  302. content: '';
  303. width: 9px;
  304. height: 5px;
  305. margin-left: 4px;
  306. background: url('./images/new/icon-n-6.png') no-repeat center;
  307. background-size: contain;
  308. }
  309. }
  310. }
  311. :global {
  312. .van-cell {
  313. background-color: transparent;
  314. }
  315. }
  316. .fieldTipsGroup {
  317. margin: 0 14px 0;
  318. padding-bottom: 6px;
  319. }
  320. .fieldTips {
  321. font-size: 13px;
  322. color: #EC763B;
  323. line-height: 18px;
  324. background: #FFF8EB;
  325. border-radius: 4px;
  326. padding: 4px 10px;
  327. display: flex;
  328. align-items: center;
  329. .iconQuestion {
  330. flex-shrink: 0;
  331. display: inline-block;
  332. background: url('./images/new/icon-question.png') no-repeat center;
  333. background-size: contain;
  334. width: 16px;
  335. height: 16px;
  336. margin-right: 4px;
  337. }
  338. }
  339. .tips {
  340. display: inline-block;
  341. // padding-left: 5px;
  342. // padding-top: 2px;
  343. font-size: 12px;
  344. font-weight: 400;
  345. color: #777;
  346. line-height: 17px;
  347. }
  348. .username {
  349. padding-top: 15px !important;
  350. padding-bottom: 6px !important;
  351. :global {
  352. .van-field__label {
  353. display: flex;
  354. align-items: center;
  355. width: 170px;
  356. }
  357. }
  358. }
  359. .countDown {
  360. min-width: 80px;
  361. text-align: center;
  362. font-size: 14px;
  363. color: #A0D0FF;
  364. }
  365. :global {
  366. .van-cell {
  367. padding: 14px 14px;
  368. }
  369. .van-field__label {
  370. font-size: 15px;
  371. color: #666666;
  372. line-height: 22px;
  373. display: flex;
  374. align-items: center;
  375. }
  376. .van-field__control {
  377. font-size: 15px;
  378. color: #131415;
  379. }
  380. .van-cell__right-icon {
  381. color: #d8d8d8 !important;
  382. }
  383. }
  384. .codeText {
  385. color: #1189FF;
  386. font-size: 14px;
  387. // &.codeTextDisabled {
  388. // color: #ccc;
  389. // }
  390. }
  391. .memberNumer {
  392. margin: 14px 12px 0;
  393. background: #E8F8FF;
  394. border-radius: 8px;
  395. padding: 8px 0 8px 10px;
  396. display: flex;
  397. align-items: center;
  398. // font-weight: 600;
  399. font-size: 13px;
  400. color: #131415;
  401. line-height: 18px;
  402. .iconGift {
  403. width: 18px;
  404. height: 18px;
  405. margin-right: 6px;
  406. }
  407. span {
  408. font-size: 15px;
  409. color: #F62C2C;
  410. padding: 0 5px;
  411. font-weight: 600;
  412. }
  413. p {
  414. display: flex;
  415. align-items: center;
  416. }
  417. }
  418. }
  419. .radioSection {
  420. position: relative;
  421. min-width: 32px;
  422. justify-content: center;
  423. // padding-left: 19px;
  424. // padding-right: 19px;
  425. padding: 5px 19px;
  426. font-size: 14px;
  427. font-weight: 500;
  428. border-radius: 6px;
  429. }
  430. .radioItem {
  431. position: absolute;
  432. top: 0;
  433. left: 0;
  434. right: 0;
  435. bottom: 0;
  436. opacity: 0;
  437. }
  438. .radioSection+.radioSection {
  439. margin-left: 12px;
  440. }
  441. .goodsSection {
  442. border-radius: 18px 18px;
  443. box-shadow: 0px 1px 6px 0px #F0D8C8;
  444. border-radius: 18px;
  445. overflow: hidden;
  446. background: transparent;
  447. margin-bottom: 12px;
  448. &:last-child {
  449. margin-bottom: 0;
  450. }
  451. }
  452. .iconArrow {
  453. display: inline-block;
  454. width: 21px;
  455. height: 21px;
  456. background: url('./images/new/icon-arrow.png') no-repeat center;
  457. background-size: contain;
  458. }
  459. .goodsExtra {
  460. position: relative;
  461. margin: 1px 14px 16px;
  462. // background: #FFFFFF;
  463. background: linear-gradient(180deg, rgba(219, 246, 253) 0%, rgba(255, 255, 255) 30%);
  464. border-radius: 16px;
  465. border: 1px solid #FFFFFF;
  466. // padding-bottom: 16px;
  467. :global {
  468. .van-cell {
  469. background-color: transparent;
  470. padding: 8px 14px;
  471. overflow: visible;
  472. }
  473. }
  474. .iconArrow {
  475. position: absolute;
  476. left: 86px;
  477. top: -9px;
  478. }
  479. .memberNumer {
  480. margin: 0 12px 14px;
  481. background: #E8F8FF;
  482. border-radius: 8px;
  483. padding: 8px 0 8px 10px;
  484. display: flex;
  485. align-items: center;
  486. // font-weight: 600;
  487. font-size: 13px;
  488. color: #131415;
  489. line-height: 18px;
  490. .iconGift {
  491. width: 18px;
  492. height: 18px;
  493. margin-right: 6px;
  494. }
  495. span {
  496. font-size: 15px;
  497. color: #F62C2C;
  498. padding: 0 5px;
  499. font-weight: 600;
  500. }
  501. }
  502. }
  503. .goodsCell {
  504. position: relative;
  505. border-radius: 16px;
  506. padding: 14px 16px !important;
  507. &.goodsBuyGoods {
  508. padding: 10px 14px !important;
  509. .goodsName {
  510. width: 192px;
  511. height: 68px;
  512. }
  513. .img {
  514. width: 80px;
  515. height: 80px;
  516. }
  517. }
  518. .iconChecked {
  519. width: 18px;
  520. height: 18px;
  521. background: url('./images/new/icon-n-7.png') no-repeat center;
  522. background-size: contain;
  523. display: inline-block;
  524. margin-right: 14px;
  525. flex-shrink: 0;
  526. &.selected {
  527. background: url('./images/new/icon-n-8.png') no-repeat center;
  528. background-size: contain;
  529. }
  530. }
  531. .checkedGroup {
  532. position: relative;
  533. line-height: 0;
  534. .showBg {
  535. position: absolute;
  536. left: -17px;
  537. top: -27px;
  538. width: 52px;
  539. height: 24px;
  540. background: url('./images/new/icon-n-9.png') no-repeat center;
  541. background-size: contain;
  542. z-index: 9;
  543. }
  544. }
  545. .img {
  546. margin-right: 10px;
  547. width: 86px;
  548. height: 86px;
  549. border-radius: 8px;
  550. overflow: hidden;
  551. flex-shrink: 0;
  552. }
  553. h2 {
  554. display: flex;
  555. align-items: center;
  556. font-weight: 500;
  557. font-size: 16px;
  558. color: #131415;
  559. line-height: 22px;
  560. }
  561. .section {
  562. display: flex;
  563. align-items: center;
  564. }
  565. .goodsName {
  566. width: 207px;
  567. height: 71px;
  568. line-height: 0;
  569. }
  570. .brandName {
  571. margin-left: 6px;
  572. font-size: 12px;
  573. font-weight: 400;
  574. color: #19A1FE;
  575. line-height: 17px;
  576. height: 18px;
  577. background: #F4FAFF;
  578. border-radius: 4px;
  579. border: 1px solid rgba(52, 173, 255, 0.55);
  580. white-space: nowrap;
  581. }
  582. .sectionContent {
  583. line-height: 0;
  584. }
  585. .model {
  586. margin: 4px 0 5px;
  587. font-weight: 500;
  588. font-size: 12px;
  589. color: #FF711B;
  590. p {
  591. display: flex;
  592. align-items: center;
  593. line-height: 16px;
  594. padding-top: 3px;
  595. i {
  596. width: 4px;
  597. height: 4px;
  598. border-radius: 50%;
  599. display: inline-block;
  600. margin-right: 4px;
  601. background: #FF711B;
  602. }
  603. }
  604. }
  605. .sendInstrument {
  606. // background: linear-gradient(270deg, #FF7B57 0%, #FF3460 100%);
  607. // border-radius: 4px;
  608. // font-size: 12px;
  609. // color: #FFFFFF;
  610. // padding: 2px 6px 3px;
  611. width: 95px;
  612. height: 21px;
  613. }
  614. .moreBtn {
  615. color: #aaa;
  616. font-size: 12px;
  617. :global {
  618. .van-icon {
  619. margin-left: 4px;
  620. }
  621. }
  622. }
  623. .sbtnGroup {
  624. display: flex;
  625. &>span {
  626. font-size: 12px;
  627. font-weight: 600;
  628. color: #AF540D;
  629. line-height: 18px;
  630. border-radius: 9px;
  631. border: 1px solid rgba(175, 84, 13, .62);
  632. padding: 0 6px;
  633. }
  634. }
  635. }
  636. .goodsTradition {
  637. position: relative;
  638. margin: 16px 12px;
  639. background: #FFFFFF;
  640. border-radius: 16px;
  641. padding: 13px 16px 20px;
  642. .iconArrow {
  643. position: absolute;
  644. right: 85px;
  645. top: -9px;
  646. }
  647. .goodsTitle {
  648. width: 137px;
  649. height: 44px;
  650. background: url('./images/new/title-5.png') no-repeat center;
  651. background-size: contain;
  652. margin: 0 auto 11px;
  653. }
  654. .steps {}
  655. .step {
  656. position: relative;
  657. padding-left: 38px;
  658. padding-bottom: 16px;
  659. &::before {
  660. content: '';
  661. border-left: 1px dashed rgba(9, 135, 254, 0.4);
  662. position: absolute;
  663. left: 15px;
  664. top: 0;
  665. display: inline-block;
  666. height: 100%;
  667. }
  668. &:last-child {
  669. padding-bottom: 0;
  670. &::before {
  671. display: none;
  672. }
  673. }
  674. .stepContent {
  675. font-size: 14px;
  676. color: #777777;
  677. line-height: 24px;
  678. text-align: justify;
  679. padding-top: 3px;
  680. span {
  681. font-weight: 500;
  682. color: #333333;
  683. }
  684. }
  685. .nums {
  686. position: absolute;
  687. left: 0;
  688. width: 30px;
  689. height: 30px;
  690. background: #C9E5FF;
  691. display: flex;
  692. align-items: center;
  693. justify-content: center;
  694. border-radius: 50%;
  695. .numInner {
  696. display: flex;
  697. align-items: center;
  698. justify-content: center;
  699. border-radius: 50%;
  700. width: 22px;
  701. height: 22px;
  702. font-weight: bold;
  703. font-size: 13px;
  704. color: #FFFFFF;
  705. background: #1BA5FE;
  706. }
  707. }
  708. }
  709. }
  710. .selectStudentPopup {
  711. :global {
  712. .van-popup__close-icon {
  713. color: #767C7F;
  714. }
  715. }
  716. }
  717. // 赠送会员
  718. .vipGiftContainer {
  719. display: flex;
  720. align-items: center;
  721. margin: 7px 13px 12px;
  722. background-image: url('./images/new/vip_gift_suffix.png'), url('./images/new/vip_gift_bg.png');
  723. background-position: center right, center;
  724. background-repeat: no-repeat;
  725. background-size: contain;
  726. height: 47px;
  727. .iconGift {
  728. width: 60px;
  729. height: 51px;
  730. margin: -10px 11px 0 16px;
  731. }
  732. font-weight: 500;
  733. font-size: 15px;
  734. color: #801D09;
  735. line-height: 21px;
  736. p {
  737. display: flex;
  738. align-items: center;
  739. justify-content: space-between;
  740. flex: 1;
  741. &>div {
  742. color: #FFFFFF;
  743. min-width: 84px;
  744. // text-align: center;
  745. display: flex;
  746. align-items: center;
  747. justify-content: center;
  748. }
  749. }
  750. .vipGiftNum {
  751. font-weight: bold;
  752. font-size: 30px;
  753. line-height: 36px;
  754. padding-right: 2px;
  755. }
  756. .vipGiftPreviod {
  757. vertical-align: text-bottom;
  758. font-weight: 600;
  759. font-size: 16px;
  760. margin-top: 6px;
  761. }
  762. }
  763. .tipBoxPop {
  764. position: fixed;
  765. left: 0;
  766. top: 0;
  767. width: 100%;
  768. height: 100%;
  769. background: rgba(0, 0, 0, 0.7);
  770. overflow: hidden;
  771. z-index: 999;
  772. .tipBox {
  773. position: relative;
  774. top: 50%;
  775. left: 50%;
  776. transform: translate(-50%, -55%);
  777. background: url('./images/tip-box-icon.png') no-repeat center;
  778. background-size: contain;
  779. height: 310px;
  780. width: 260px;
  781. padding: 124px 4px 0 22px;
  782. .tipTitle {
  783. width: 75px;
  784. display: block;
  785. margin: 0 auto 10px;
  786. position: relative;
  787. transform: translateX(-9px);
  788. }
  789. .tipBtn {
  790. position: relative;
  791. margin-left: -10px;
  792. margin-top: -8px;
  793. img {
  794. width: 190px;
  795. height: 72px;
  796. display: block;
  797. margin: 8px auto 0;
  798. }
  799. span {
  800. position: absolute;
  801. left: 0;
  802. top: 0;
  803. width: 100%;
  804. height: 100%;
  805. text-align: center;
  806. font-size: 18px;
  807. color: #fff;
  808. font-weight: 500;
  809. line-height: 72px;
  810. i {
  811. font-style: normal;
  812. }
  813. }
  814. }
  815. .tipItem {
  816. display: flex;
  817. align-items: center;
  818. img {
  819. width: 14px;
  820. height: 14px;
  821. margin-right: 5px;
  822. }
  823. p {
  824. font-size: 13px;
  825. color: #777777;
  826. line-height: 26px;
  827. span {
  828. color: #0C8BFE;
  829. font-weight: 500;
  830. }
  831. }
  832. }
  833. &.tipBox2 {
  834. background: url('./images/tip-box-icon2.png') no-repeat center;
  835. background-size: contain;
  836. height: 286px;
  837. width: 260px;
  838. padding: 124px 4px 0 22px;
  839. }
  840. }
  841. }
  842. .giftBox {
  843. position: relative;
  844. margin: 1px 14px 16px;
  845. background: linear-gradient(180deg, #DBF6FD 0%, #FFFFFF 16%);
  846. border-radius: 16px;
  847. border: 2px solid #FFFFFF;
  848. padding: 12px 14px 14px;
  849. .titleIcon {
  850. width: 212px;
  851. margin: 0 auto 20px;
  852. display: block;
  853. }
  854. .tools {
  855. background: linear-gradient( 135deg, #EAFAFF 0%, #E6F2FF 100%);
  856. border-radius: 13px;
  857. display: flex;
  858. align-items: center;
  859. padding: 10px;
  860. .toolImg {
  861. width: 80px;
  862. height: 80px;
  863. border-radius: 4px;
  864. margin-right: 12px;
  865. }
  866. .toolRight {
  867. display: flex;
  868. flex-direction: column;
  869. height: 80px;
  870. justify-content: space-between;
  871. overflow: hidden;
  872. padding: 8px 0 4px;
  873. >p {
  874. font-size: 16px;
  875. color: #000000;
  876. text-overflow: ellipsis;
  877. overflow: hidden;
  878. word-break: break-all;
  879. white-space: nowrap;
  880. }
  881. .trDesc {
  882. font-size: 13px;
  883. color: #FD2C55;
  884. }
  885. .trBottom {
  886. display: flex;
  887. align-items: center;
  888. >span {
  889. display: inline-block;
  890. }
  891. .tcPrice {
  892. font-size: 18px;
  893. color: #000000;
  894. font-weight: 500;
  895. }
  896. .toPrice {
  897. font-size: 13px;
  898. color: #69717C;
  899. i {
  900. font-style: normal;
  901. text-decoration: line-through;
  902. }
  903. }
  904. }
  905. }
  906. }
  907. .extraTools {
  908. margin-top: 10px;
  909. background: linear-gradient( 135deg, #EAFAFF 0%, #E6F2FF 100%);
  910. border-radius: 13px;
  911. display: flow-root;
  912. position: relative;
  913. overflow: hidden;
  914. .exTitle {
  915. background: #F0F8FF;
  916. border-radius: 13px 13px 0px 0px;
  917. padding: 6px 8px;
  918. margin: 4px 4px 0;
  919. img {
  920. width: 280px;
  921. }
  922. }
  923. .extItem {
  924. background: #fff;
  925. border-radius: 10px;
  926. display: flex;
  927. align-items: center;
  928. //padding: 10px 10px 10px;
  929. padding: 7px 0 4px;
  930. margin: 10px;
  931. position: relative;
  932. overflow: hidden;
  933. .toolImg {
  934. width: 80px;
  935. height: 80px;
  936. border-radius: 4px;
  937. margin-right: 12px;
  938. }
  939. .toolImgYq {
  940. object-fit: contain;
  941. }
  942. .toolRight {
  943. display: flex;
  944. flex-direction: column;
  945. height: 80px;
  946. justify-content: center;
  947. position: relative;
  948. z-index: 5;
  949. overflow: hidden;
  950. >p {
  951. font-size: 16px;
  952. color: #000000;
  953. margin-bottom: 12px;
  954. text-overflow: ellipsis;
  955. overflow: hidden;
  956. word-break: break-all;
  957. white-space: nowrap;
  958. padding-right: 6px;
  959. margin-top: -5px;
  960. }
  961. .trDesc {
  962. font-size: 13px;
  963. color: #FD2C55;
  964. }
  965. .trBottom {
  966. display: flex;
  967. align-items: center;
  968. .tcPrice {
  969. font-size: 18px;
  970. color: #000000;
  971. font-weight: 500;
  972. }
  973. .toPrice {
  974. font-size: 13px;
  975. color: #69717C;
  976. i {
  977. font-style: normal;
  978. text-decoration: line-through;
  979. }
  980. }
  981. }
  982. }
  983. .toolZsIcon {
  984. position: absolute;
  985. right: -10px;
  986. bottom: -10px;
  987. width: 60px;
  988. height: 60px;
  989. z-index: 1;
  990. }
  991. }
  992. &>div:nth-of-type(2) {
  993. margin-top: 5px;
  994. }
  995. .extTip {
  996. width: 100%;
  997. height: auto;
  998. position: relative;
  999. bottom: -2px;
  1000. }
  1001. }
  1002. }