webgl_rxdz_text_customize.scss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692
  1. /**newIndex.wxss**/
  2. page {
  3. }
  4. .font40{
  5. font-size: 40px;
  6. // color: #fff;
  7. }
  8. .font52{
  9. font-size: 52px;
  10. font-weight: 700;
  11. }
  12. .pointerEvents{
  13. pointer-events: none;
  14. }
  15. /deep/.el-carousel__container{
  16. height: 100%!important;
  17. }
  18. .contentBox{
  19. position: relative;
  20. width: 100vw;
  21. min-height: 100vh;
  22. overflow: hidden;
  23. box-sizing: border-box;
  24. background-color: white;
  25. .picArea{
  26. position: relative;
  27. width: 100%;
  28. height:860px;
  29. .master-pic{
  30. position: relative;
  31. width: 100%;
  32. height:750px;
  33. // padding: 10px;
  34. box-sizing: border-box;
  35. // background-color: #171717;
  36. .master-pic-swiper{
  37. width: 100%;
  38. height: 100%;
  39. }
  40. .master-pic-img{
  41. width: 100%;
  42. height: 100%;
  43. display: block;
  44. object-fit: cover;
  45. }
  46. .indicator-view{
  47. position: absolute;
  48. z-index: 12;
  49. bottom: 150px;
  50. left:50%;
  51. transform: translateX(-50%);
  52. .indicator-item{
  53. width: 12px;
  54. height: 12px;
  55. background: #fff;
  56. opacity: 0.52;
  57. margin-right:6px;
  58. border-radius: 50%;
  59. &.active{
  60. opacity:1;
  61. }
  62. &:last-child{
  63. margin-right:0px;
  64. }
  65. }
  66. }
  67. }
  68. }
  69. .mask{
  70. position: absolute;
  71. left: 0px;
  72. top: 376px;
  73. width: 100%;
  74. height: 378px;
  75. background: linear-gradient(180.00deg, #00000000 0%, #00000080 100%);
  76. z-index: 2;
  77. }
  78. .text-img{
  79. position: absolute;
  80. left: 42px;
  81. top: 458px;
  82. width: 180px;
  83. height: auto;
  84. z-index: 9;
  85. }
  86. .lookHouseView{
  87. position: absolute;
  88. left:276px;
  89. top:500px;
  90. width: 200px;
  91. height: 76px;
  92. border-radius: 38px;
  93. background: rgba(0, 0, 0, 0.4);
  94. font-family: "Verdana";
  95. font-weight: 400;
  96. font-size: 28px;
  97. color: #fff;
  98. z-index: 9;
  99. .icon-ai{
  100. width:46px;
  101. height:46px;
  102. margin-right:10px;
  103. }
  104. }
  105. .tabList{
  106. position: absolute;
  107. width: 100%;
  108. height:246px;
  109. bottom:0px;
  110. overflow-x: auto;
  111. overflow-y: hidden;
  112. z-index: 2;
  113. .tab-item{
  114. width:196px;
  115. margin-right: 20px;
  116. font-family: "Verdana";
  117. font-weight: 400;
  118. font-size: 24px;
  119. color: #576937;
  120. text-align:center;
  121. padding:2px;
  122. border-radius: 12px;
  123. // border:solid 2px #65574933;
  124. // box-shadow: 0 4px 40px #65574933;
  125. background: #c0ddb5;
  126. box-shadow: 0 4px 40px rgba(101, 87, 73, 0.2);
  127. filter: drop-shadow(0 4px 40px #65574933);
  128. box-sizing: border-box;
  129. // &.tabActive{
  130. // position: relative;
  131. // font-weight: 700;
  132. // color: #4d463f;
  133. // // border:solid 2px #65574933;
  134. // background: rgba(254, 176, 102, 0.5);
  135. // filter: drop-shadow(0 4px 40px #65574933);
  136. // }
  137. &:first-child{
  138. margin-left: 30px;;
  139. }
  140. &:last-child{
  141. margin-right: 30px;
  142. }
  143. .tab-img{
  144. width: 192px;
  145. height: 192px;
  146. object-fit: cover;
  147. border-radius: 12px;
  148. }
  149. .tab-info{
  150. width:100%;
  151. padding:6px 10px;
  152. box-sizing: border-box;
  153. }
  154. }
  155. }
  156. .textAbout{
  157. font-family: "DIN Alternate Bold";
  158. font-weight: 700;
  159. font-size: 20px;
  160. // color: rgba(255, 255, 255, 0.3);
  161. opacity: 0.3;
  162. margin-left:10px;
  163. }
  164. .booking-info{
  165. margin-left: 40px;
  166. margin-right: 40px;
  167. margin-top: 60px;
  168. margin-bottom: 60px;
  169. position: relative;
  170. // border: 2px solid rgba(255, 255, 255, 0.5);
  171. // border-top:none;
  172. // padding: 60px 30px 20px;
  173. box-sizing: border-box;
  174. color: #fff;
  175. z-index: 3;
  176. .title{
  177. font-family: "Verdana Bold";
  178. font-weight: 700;
  179. font-size: 32px;
  180. margin-bottom: 30px;
  181. }
  182. .line{
  183. position: absolute;
  184. top:0px;
  185. width: 100px;
  186. height:2px;
  187. background-color: rgba(255, 255, 255, 0.5);
  188. }
  189. .left-line{
  190. left:0px;
  191. }
  192. .right-line{
  193. right:0px;
  194. }
  195. // .booking-info-bg{
  196. // position: absolute;
  197. // top: 0;
  198. // left: 0;
  199. // width: 100%;
  200. // height: unset;
  201. // }
  202. .writingBox{
  203. padding:0px 10px;
  204. // width: 440px;
  205. width: max-content;
  206. height: 120px;
  207. position: absolute;
  208. // margin-top: -45px;
  209. // font-family: "STFangsong";
  210. font-weight: 400;
  211. // color: #fff;
  212. top: -60px;
  213. box-sizing: border-box;
  214. left: 50%;
  215. transform: translate(-50%,0);
  216. // background-color: #FFF;
  217. // background-color: transparent;
  218. // backdrop-filter: blur(20px);
  219. .writing-img{
  220. width: 120px;
  221. height: 120px;
  222. min-width: 120px;
  223. filter: drop-shadow(0 3px 4px #00000029);
  224. box-sizing: border-box;
  225. border-radius: 50%;
  226. border: 6px solid #F5F5F5;
  227. margin-right:30px;
  228. }
  229. .wiriting-right{
  230. // text-align: right;
  231. padding-right: 20px;
  232. .wiriting-text{
  233. // height: 60px;
  234. }
  235. }
  236. }
  237. .info-bar{
  238. // padding: 80px 50px 140px;
  239. display: flex;
  240. flex-wrap: wrap;
  241. .info-item{
  242. // color: #fff;
  243. width: 33.33%;
  244. margin-bottom: 40px;
  245. padding-left: 10px;
  246. box-sizing: border-box;
  247. // &:nth-child(3n-1){
  248. // width: 39.66%;
  249. // }
  250. // &:nth-child(3n-2){
  251. // width: 27%;
  252. // }
  253. &:nth-child(3n-2){
  254. padding-left: 0;
  255. }
  256. }
  257. .info-item-label{
  258. font-family: "Verdana";
  259. font-weight: 400;
  260. font-size: 26px;
  261. margin-bottom: 4px;
  262. opacity: 0.76;
  263. }
  264. .info-item-value{
  265. font-family: "DIN Alternate Bold";
  266. font-weight: 700;
  267. font-size: 32px;
  268. // white-space: nowrap;
  269. }
  270. }
  271. }
  272. }
  273. .info-view{
  274. position: relative;
  275. width: 100%;
  276. padding: 0px 30px;
  277. padding-bottom:200px;
  278. box-sizing: border-box;
  279. z-index: 3;
  280. .bottom-title{
  281. font-family: "DIN Alternate Bold";
  282. font-weight: 700;
  283. font-size: 28px;
  284. text-align: center;
  285. color: #fff;
  286. text-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  287. }
  288. .bottom-tips{
  289. font-family: "Verdana";
  290. font-weight: 400;
  291. font-size: 28px;
  292. line-height: 48px;
  293. text-align: center;
  294. margin-top:8px;
  295. margin-bottom:40px;
  296. opacity: 0.6;
  297. }
  298. .info-point{
  299. width: 100%;
  300. margin-bottom: 50px;
  301. height: 30px;
  302. .left-word{
  303. width: 60px;
  304. font-family: "FontName";
  305. font-weight: 400;
  306. font-size: 30px;
  307. color: #e38330;
  308. margin-right: 20px;
  309. }
  310. .right-word{
  311. width: 60px;
  312. font-family: "FontName";
  313. font-weight: 400;
  314. font-size: 30px;
  315. color: #fff;
  316. margin-left: 20px;
  317. }
  318. .line-view{
  319. width: calc(100% - 160px);
  320. height: 8px;
  321. .left-line{
  322. height: 100%;
  323. background: #e38330;
  324. clip-path: polygon(0 0%, 100% 0, calc(100% - 4px) 100%, 0 100%);
  325. }
  326. .right-line{
  327. height: 100%;
  328. background: #fff;
  329. opacity: 0.52;
  330. clip-path: polygon(4px 0%, 100% 0, 100% 100%, 0 100%);
  331. }
  332. }
  333. }
  334. .sub-view-result{
  335. margin-bottom: 50px;
  336. .img{
  337. width: 152px;
  338. height: 60px;
  339. margin-bottom: 10px;
  340. }
  341. .text{
  342. font-family: "Verdana";
  343. font-weight: 400;
  344. font-size: 28px;
  345. color:rgba(255, 255, 255, 0.55)
  346. }
  347. }
  348. .sub-view{
  349. width: 100%;
  350. height: 80px;
  351. font-family: "FontName";
  352. font-weight: 400;
  353. font-size: 40px;
  354. color: #fff;
  355. margin-bottom: 180px;
  356. .left{
  357. width: 268px;
  358. height: 80px;
  359. background: #e38330;
  360. border-radius: 40px 0% 0% 40px;
  361. margin-right: -10px;
  362. clip-path: polygon(0 0%, 100% 0, calc(100% - 20px) 100%, 0 100%);
  363. }
  364. .right{
  365. width: 268px;
  366. height: 80px;
  367. background: rgba(255, 255, 255, 0.33);
  368. border-radius: 0px 40px 40px 0px;
  369. clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0 100%);
  370. }
  371. }
  372. }
  373. .bottom-view{
  374. position: fixed;
  375. width: 100%;
  376. padding: 0px 30px;
  377. padding-top: 20px;
  378. padding-bottom: 50px;
  379. box-sizing: border-box;
  380. left: 0px;
  381. bottom: 0px;
  382. z-index: 3;
  383. font-size: 0px;
  384. background-image: url('https://dm.static.elab-plus.com/miniProgram/rxdz_btn_bg.png');
  385. background-repeat: no-repeat;
  386. background-size: cover;
  387. .text{
  388. font-family: "Verdana";
  389. font-weight: 400;
  390. font-size: 28px;
  391. color:rgba(255, 255, 255, 0.55)
  392. }
  393. .left{
  394. font-family: "FontName";
  395. font-weight: 400;
  396. font-size: 40px;
  397. color: #fff;
  398. width: 50%;
  399. height: 80px;
  400. background: rgba(255, 255, 255, 0.33);
  401. border-radius: 40px 0% 0% 40px;
  402. margin-right: -10px;
  403. clip-path: polygon(0 0%, 100% 0, calc(100% - 20px) 100%, 0 100%);
  404. }
  405. .right{
  406. font-family: "FontName";
  407. font-weight: 400;
  408. font-size: 40px;
  409. color: #fff;
  410. width: 50%;
  411. height: 80px;
  412. background: #e38330;
  413. border-radius: 0px 40px 40px 0px;
  414. clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0 100%);
  415. }
  416. }
  417. .bottom-btn{
  418. width: 290px;
  419. height: 80px;
  420. border-radius: 40px;
  421. font-family: "DIN Alternate Bold";
  422. font-weight: 700;
  423. font-size: 28px;
  424. .bottom-subtitle{
  425. font-family: "DIN Alternate Bold";
  426. font-weight: bold;
  427. font-size: 30px;
  428. white-space: nowrap;
  429. }
  430. }
  431. .btn{
  432. height: 96px;
  433. font-family: "Verdana";
  434. font-weight: 400;
  435. font-size: 24px;
  436. line-height: 32px;
  437. text-align: center;
  438. color: #eeefef;
  439. .iconfont{
  440. height: 45px;
  441. font-size: 40px;
  442. color: #FFD37E;
  443. }
  444. }
  445. .btn1{
  446. width: 418px;
  447. height: 96px;
  448. border-radius: 48px;
  449. background: linear-gradient(130.79deg, #a0ed84 0%, #e8f4b7 100%);
  450. border: 2px solid #ffffff38;
  451. font-family: "DengXian Bold";
  452. font-weight: 700;
  453. font-size: 34px;
  454. line-height: 32px;
  455. color: #365d39;
  456. }
  457. .btn-qw{
  458. background: linear-gradient(130.79deg, #a0ed84 0%, #e8f4b7 100%);
  459. color: #365d39;
  460. margin-right:30px;
  461. }
  462. .btn-share{
  463. background: #f6a553;
  464. box-shadow: 0 6px 20px rgba(208, 193, 168, 0.31);
  465. color: #fff;
  466. }
  467. .icon-Shared{
  468. color: #ffffff;
  469. font-size:24px;
  470. // margin-right:10px;
  471. }
  472. .info-head{
  473. width: 100%;
  474. .head-list{
  475. width: 100%;
  476. height: 48px;
  477. font-size: 0px;
  478. margin-bottom: 6px;
  479. .wg-head{
  480. width:48px;
  481. height:48px;
  482. border-radius: 50%;
  483. box-sizing: border-box;
  484. background-color:#fff;
  485. }
  486. .wg-head:nth-of-type(n+2){
  487. margin-left:-8px;
  488. }
  489. }
  490. .text-sty{
  491. font-family: "Verdana";
  492. font-weight: 400;
  493. font-size: 26px;
  494. color: #fff;
  495. }
  496. }
  497. .pay-view{
  498. position: relative;
  499. z-index: 2;
  500. .t1{
  501. font-family: "Verdana";
  502. font-weight: 400;
  503. font-size: 26px;
  504. line-height: 48px;
  505. color: #fff;
  506. opacity: 0.7;
  507. }
  508. .t2{
  509. font-family: "DIN Alternate Bold";
  510. font-weight: 700;
  511. font-size: 40px;
  512. line-height: 52px;
  513. color: #fff;
  514. }
  515. }
  516. .swiper-img-gs-mh {
  517. // width: 100vw;
  518. // top:0px;
  519. height: 100%;
  520. top:750px;
  521. width: 100%;
  522. opacity: 0.85;
  523. position: absolute;
  524. left: 0;
  525. z-index: 1;
  526. overflow: hidden;
  527. box-sizing: border-box;
  528. .img{
  529. width: 100%;
  530. height: 100%;
  531. filter: blur(20px);
  532. transform: scale(1.2);
  533. object-fit: cover;
  534. }
  535. }
  536. .pop-view{
  537. position: fixed;
  538. width: 100vw;
  539. height: 100vh;
  540. box-sizing: border-box;
  541. left: 0px;
  542. top: 0px;
  543. background-color: rgba(112, 112, 112, 0.5);
  544. z-index: 99;
  545. .pop-main{
  546. position: absolute;
  547. left: 0px;
  548. bottom: 0px;
  549. width: 100%;
  550. height: 832px;
  551. padding: 60px 50px;
  552. box-sizing: border-box;
  553. border-radius: 40px 40px 0 0;
  554. background: #fff;
  555. .modelClose{
  556. position: absolute;
  557. right: 30px;
  558. top: 30px;
  559. font-size: 30px;
  560. }
  561. .title{
  562. position: relative;
  563. font-family: "Verdana Bold";
  564. font-weight: 700;
  565. font-size: 32px;
  566. color: #000;
  567. margin-bottom: 50px;
  568. }
  569. .content{
  570. position: relative;
  571. width: 100%;
  572. .item-title{
  573. font-size: 28px;
  574. color: #2b2525;
  575. margin-bottom: 10px;
  576. }
  577. .item-input{
  578. position: relative;
  579. width: 630px;
  580. height: 88px;
  581. border-radius: 12px;
  582. background: #f7f7f7;
  583. padding: 0px 30px;
  584. font-size: 0px;
  585. .input-real{
  586. font-family: "Helvetica Neue";
  587. font-weight: 400;
  588. font-size: 26px;
  589. color: #848484;
  590. height: 40px;
  591. background-color: transparent;
  592. width: 70%;
  593. }
  594. .input-tips{
  595. position: absolute;
  596. right: 20px;
  597. top: 16px;
  598. width: 158px;
  599. height: 56px;
  600. border-radius: 12px;
  601. background: transparent;
  602. border: 2px solid #f9870f;
  603. font-family: "Helvetica Neue";
  604. font-weight: 400;
  605. font-size: 26px;
  606. color: #f9870f;
  607. }
  608. }
  609. }
  610. .btn{
  611. position: absolute;
  612. left: 50px;
  613. bottom: 60px;
  614. width: 650px;
  615. height: 88px;
  616. border-radius: 44px;
  617. box-sizing: border-box;
  618. background: rgba(18, 18, 18, 1);
  619. font-family: "Verdana Bold";
  620. font-weight: 700;
  621. font-size: 30px;
  622. color: #fff;
  623. }
  624. }
  625. }
  626. .pop-shareImg{
  627. position: fixed;
  628. width: 100vw;
  629. height: 100vh;
  630. box-sizing: border-box;
  631. left: 0px;
  632. top: 0px;
  633. background-color: rgba(0, 0, 0, 0.8);
  634. z-index: 99;
  635. .share-img{
  636. position: absolute;
  637. top: 54px;
  638. right: 58px;
  639. width: 575px;
  640. height: 453px;
  641. }
  642. .btn{
  643. position: absolute;
  644. left: 238px;
  645. bottom: 354px;
  646. width: 274px;
  647. height: 96px;
  648. border-radius: 48px;
  649. border: solid 2px greenyellow;
  650. color: greenyellow;
  651. font-size: 28px;
  652. }
  653. }
  654. textarea::-webkit-scrollbar{
  655. display:none;
  656. }
  657. textarea::-webkit-input-placeholder{
  658. color: rgba(43, 37, 37, 0.3);
  659. font-size: 28px;
  660. }
  661. input::-webkit-input-placeholder{
  662. color: rgba(132, 132, 132, 0.6);
  663. font-size: 26px;
  664. }
  665. @font-face{
  666. font-family: DINCondensed-Bold;
  667. src: url('https://dm.static.elab-plus.com/miniprogram/DINAlternateBold.ttf');
  668. }
  669. input,textarea{
  670. border: none;
  671. outline: none;
  672. appearance: none;
  673. cursor:pointer;
  674. }
  675. input:focus,textarea:focus{
  676. border: none;
  677. outline: none;
  678. appearance: none;
  679. }