index-apply.module.less 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135
  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: 319px;
  997. height: 34px;
  998. }
  999. }
  1000. }