C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

991 lines
14 KiB

  1. @import "../../../app.wxss";
  2. page {
  3. background: #f4f5f9;
  4. }
  5. button::after {
  6. border: none;
  7. }
  8. .coupons {
  9. width: 100%;
  10. position: relative;
  11. overflow: hidden;
  12. padding-bottom: 170rpx;
  13. background: #f4f5f9;
  14. }
  15. .couponsL c-coupons {
  16. width: 335rpx;
  17. /* height: 354rpx; */
  18. margin-bottom: 22rpx;
  19. }
  20. .couponsL c-coupons:nth-of-type(2n+1) {
  21. float: left;
  22. }
  23. .couponsL c-coupons:nth-of-type(2n) {
  24. float: right;
  25. }
  26. .banner {
  27. position: relative;
  28. width: 750rpx;
  29. height: 454rpx;
  30. }
  31. .banner swiper {
  32. width: 750rpx;
  33. height: 454rpx;
  34. }
  35. .banner image {
  36. width: 100%;
  37. height: 454rpx;
  38. }
  39. .moneyBox {
  40. font-size: 24rpx;
  41. overflow: hidden;
  42. }
  43. .earnest {
  44. float: left;
  45. font-size: 28rpx;
  46. color: #a6a6a6;
  47. }
  48. .earnestNum {
  49. float: left;
  50. color: red;
  51. font-size: 32rpx;
  52. }
  53. .final {
  54. float: left;
  55. font-size: 28rpx;
  56. color: #a6a6a6;
  57. margin-left: 30rpx;
  58. }
  59. .pickFinal_Box {
  60. overflow: hidden;
  61. }
  62. .earnestTime {
  63. font-size: 28rpx;
  64. color: #a6a6a6;
  65. }
  66. .finalTime {
  67. font-size: 28rpx;
  68. color: #a6a6a6;
  69. }
  70. .original {
  71. float: left;
  72. width: 100rpx;
  73. margin-left: 10rpx;
  74. text-decoration: line-through;
  75. color: #a6a6a6;
  76. font-size: 24rpx;
  77. line-height: 50rpx;
  78. }
  79. .dots {
  80. position: absolute;
  81. left: 0;
  82. right: 0;
  83. bottom: 50rpx;
  84. display: flex;
  85. justify-content: center;
  86. }
  87. .dot {
  88. margin: 0 8rpx;
  89. width: 14rpx;
  90. height: 14rpx;
  91. background: #fff;
  92. border-radius: 8rpx;
  93. transition: all 0.6s;
  94. }
  95. .home {
  96. position: relative;
  97. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  98. height: 94rpx;
  99. width: 230rpx;
  100. /* margin: 0 auto 30rpx; */
  101. margin-left: 40rpx;
  102. float: left;
  103. color: #fff;
  104. font-size: 36rpx;
  105. line-height: 94rpx;
  106. border-radius: 21rpx;
  107. }
  108. .arrive {
  109. position: relative;
  110. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  111. height: 94rpx;
  112. width: 230rpx;
  113. /* margin: 0 auto 30rpx; */
  114. margin-left: 40rpx;
  115. float: left;
  116. color: #fff;
  117. font-size: 36rpx;
  118. line-height: 94rpx;
  119. border-radius: 21rpx;
  120. }
  121. .dot.active {
  122. width: 24rpx;
  123. background: #f80;
  124. }
  125. .refound {
  126. border: 1rpx solid red;
  127. padding: 3rpx 0;
  128. display: block;
  129. width: 130rpx;
  130. text-align: center;
  131. margin-left: 14rpx;
  132. }
  133. .couponsL {
  134. width: 92%;
  135. margin: 20rpx auto;
  136. }
  137. .coupons_info {
  138. width: 92%;
  139. padding: 0 4%;
  140. background: #fff;
  141. border-top-left-radius: 20rpx;
  142. border-top-right-radius: 20rpx;
  143. /* margin-top: -25rpx; */
  144. }
  145. .fenxiang {
  146. position: absolute;
  147. right: 28rpx;
  148. top: 27rpx;
  149. display: flex;
  150. flex-direction: column;
  151. }
  152. .fenxiang image {
  153. width: 48rpx;
  154. height: 48rpx;
  155. margin: 0 auto;
  156. }
  157. .gift {
  158. color: #3c3c3c;
  159. font-size: 20rpx;
  160. margin: 0 auto;
  161. }
  162. .user-motto {
  163. width: 270rpx;
  164. border: 0;
  165. background: none;
  166. height: 260rpx;
  167. color: #fff;
  168. position: fixed;
  169. }
  170. .user-motto::after {
  171. border: none;
  172. }
  173. .title {
  174. display: block;
  175. font-weight: bold;
  176. font-size: 32rpx;
  177. color: #3c3c3c;
  178. letter-spacing: 1.09rpx;
  179. line-height: 45rpx;
  180. width: 542rpx;
  181. overflow: hidden;
  182. white-space: nowrap;
  183. text-overflow: ellipsis;
  184. padding-top: 30rpx;
  185. }
  186. .subTitle {
  187. display: block;
  188. width: 588rpx;
  189. /* height: 37rpx; */
  190. font-size: 26rpx;
  191. color: #a6a6a6;
  192. letter-spacing: 1.16rpx;
  193. overflow: hidden;
  194. white-space: nowrap;
  195. text-overflow: ellipsis;
  196. padding: 6rpx 0;
  197. }
  198. .rest {
  199. font-size: 24rpx;
  200. color: #919191;
  201. letter-spacing: 0;
  202. height: 50rpx;
  203. line-height: 50rpx;
  204. border-bottom: 1px solid #f9f9f9;
  205. }
  206. .restNum {
  207. font-size: 24rpx;
  208. color: #999;
  209. letter-spacing: 1.16rpx;
  210. text-align: right;
  211. }
  212. .time {
  213. font-size: 24rpx;
  214. color: #a6a6a6;
  215. letter-spacing: 0;
  216. line-height: 33rpx;
  217. display: inline-block;
  218. }
  219. .txt01 {
  220. font-size: 24rpx;
  221. color: #919191;
  222. letter-spacing: 0;
  223. }
  224. .price {
  225. font-size: 24rpx;
  226. color: #999;
  227. letter-spacing: 0;
  228. }
  229. .salePriceStr {
  230. font-size: 24rpx;
  231. color: #999;
  232. letter-spacing: 0;
  233. }
  234. .salePriceStr .rmb {
  235. color: #fd782d;
  236. font-size: 24rpx;
  237. line-height: 40rpx;
  238. float: left;
  239. }
  240. .salePriceStr .pri01 {
  241. font-size: 40rpx;
  242. color: #fd782d;
  243. letter-spacing: 0;
  244. line-height: 40rpx;
  245. float: left;
  246. }
  247. .salePriceStr .pri01Hr {
  248. font-size: 24rpx !important;
  249. }
  250. .use {
  251. color: #fd782d;
  252. /* margin-left: 10rpx; */
  253. }
  254. .salePriceStr .yuan {
  255. font-size: 24rpx;
  256. color: #fd782d;
  257. letter-spacing: 0;
  258. }
  259. .price text {
  260. font-size: 24rpx;
  261. color: #333;
  262. letter-spacing: 0;
  263. }
  264. .throgh {
  265. text-decoration: line-through;
  266. margin-left: 10rpx;
  267. color: #999 !important;
  268. margin-top: 8rpx;
  269. height: 32rpx;
  270. line-height: 45rpx;
  271. }
  272. /* .fl {
  273. float: left;
  274. } */
  275. /* .fr {
  276. float: right;
  277. } */
  278. .notes view:nth-child(1) {
  279. height: 87rpx;
  280. line-height: 87rpx;
  281. background: #fff;
  282. border-top: 1px solid #f9f9f9;
  283. }
  284. .notes {
  285. width: 100%;
  286. background: #fff;
  287. padding-bottom: 30rpx;
  288. }
  289. .active {
  290. opacity: 0.6;
  291. }
  292. .notes view:nth-child(1) text {
  293. color: #333;
  294. letter-spacing: 0;
  295. font-size: 30rpx;
  296. height: 70rpx;
  297. line-height: 70rpx;
  298. }
  299. .notes view:nth-child(1) {
  300. width: 92%;
  301. margin: 0 auto;
  302. }
  303. .notes view:nth-child(2) {
  304. display: flex;
  305. flex-direction: column;
  306. width: 92%;
  307. margin: 0 auto;
  308. }
  309. .notes view:nth-child(2)>text {
  310. font-size: 24rpx;
  311. color: #919191;
  312. letter-spacing: 0;
  313. line-height: 42rpx;
  314. }
  315. .buy-view {
  316. /* background: #fff; */
  317. height: 92rpx;
  318. bottom: 0;
  319. left: 0;
  320. right: 0;
  321. padding-bottom: 22rpx;
  322. padding-top: 22rpx;
  323. }
  324. .buy {
  325. position: relative;
  326. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  327. height: 94rpx;
  328. width: 560rpx;
  329. margin: 0 auto 30rpx;
  330. color: #fff;
  331. font-size: 36rpx;
  332. line-height: 94rpx;
  333. border-radius: 61rpx;
  334. }
  335. #noBuy {
  336. position: relative;
  337. background-color: #00000033;
  338. height: 94rpx;
  339. width: 560rpx;
  340. margin: 0 auto 30rpx;
  341. color: #fff;
  342. font-size: 36rpx;
  343. line-height: 94rpx;
  344. border-radius: 61rpx;
  345. }
  346. .buyHr {
  347. background: #cecece !important;
  348. }
  349. .goback {
  350. position: relative;
  351. float: left;
  352. width: 132rpx !important;
  353. height: 96rpx;
  354. background: rgba(255, 255, 255, 1) !important;
  355. line-height: 95rpx;
  356. border-radius: 32rpx;
  357. margin-left: 20rpx;
  358. }
  359. .goback image {
  360. position: absolute;
  361. width: 52rpx;
  362. height: 50rpx;
  363. left: 0;
  364. right: 0;
  365. top: 0;
  366. bottom: 0;
  367. margin: 10rpx auto;
  368. }
  369. .tel {
  370. position: absolute;
  371. right: 0;
  372. top: 0;
  373. bottom: 0;
  374. margin: auto;
  375. width: 50rpx;
  376. height: 50rpx;
  377. }
  378. .txt {
  379. margin-right: 30rpx;
  380. }
  381. .distance {
  382. border: none;
  383. border-radius: 16rpx;
  384. width: 600rpx;
  385. padding: 16rpx 6rpx 0 0;
  386. }
  387. .distance .txt01 {
  388. display: block;
  389. font-size: 26rpx;
  390. color: #ff4949;
  391. }
  392. .clock {
  393. width: 116rpx !important;
  394. vertical-align: middle;
  395. margin-right: 10rpx;
  396. margin-top: -4rpx;
  397. }
  398. .qiang {
  399. position: inline-block;
  400. width: 60rpx;
  401. height: 40rpx;
  402. line-height: 40rpx;
  403. color: #ff4949;
  404. text-align: center;
  405. font-size: 28rpx;
  406. margin-right: 10rpx;
  407. }
  408. .times {
  409. display: inline-block;
  410. color: #ff4949;
  411. font-weight: bold;
  412. font-size: 26rpx;
  413. text-align: center;
  414. }
  415. .timess {
  416. color: #fd782d;
  417. }
  418. .times text {
  419. display: inline-block;
  420. margin: 6rpx;
  421. height: 56rpx;
  422. padding: 0 6rpx;
  423. text-align: center;
  424. font-size: 28rpx;
  425. line-height: 60rpx;
  426. border-radius: 12rpx;
  427. color: #fff;
  428. font-weight: bold;
  429. background: #ff4949;
  430. }
  431. .con {
  432. position: absolute;
  433. top: 35rpx;
  434. right: 0;
  435. bottom: 0;
  436. left: 0;
  437. margin: auto;
  438. width: 587rpx;
  439. }
  440. .con .image {
  441. display: block;
  442. width: 100%;
  443. }
  444. .img {
  445. margin-top: -50rpx;
  446. }
  447. .question {
  448. display: block;
  449. width: 587rpx;
  450. background: #fff;
  451. border-bottom-left-radius: 22rpx;
  452. border-bottom-right-radius: 22rpx;
  453. overflow: hidden;
  454. }
  455. .ques {
  456. display: block;
  457. width: 511rpx;
  458. margin: 0 auto;
  459. height: 95rpx;
  460. line-height: 95rpx;
  461. font-size: 30rpx;
  462. color: #333;
  463. border-bottom: 1rpx solid #eee;
  464. }
  465. .titles {
  466. width: 511rpx;
  467. display: block;
  468. text-align: center;
  469. height: 50rpx;
  470. margin: 0 auto;
  471. padding-top: 10rpx;
  472. padding-bottom: 20rpx;
  473. font-size: 32rpx;
  474. font-weight: bold;
  475. line-height: 41rpx;
  476. border-bottom: 1rpx solid #eee;
  477. }
  478. .quessss>view:last-child {
  479. border-bottom: 0;
  480. }
  481. .wmclose {
  482. position: relative;
  483. z-index: 10000;
  484. display: block;
  485. width: 70rpx;
  486. }
  487. .ques_gou {
  488. position: absolute;
  489. width: 20rpx;
  490. top: 160rpx;
  491. left: 23rpx;
  492. }
  493. .btnss {
  494. color: #f8755b;
  495. font-weight: bold;
  496. font-size: 30rpx !important;
  497. text-align: center !important;
  498. }
  499. .radios {
  500. display: block;
  501. font-size: 28rpx;
  502. height: 95rpx;
  503. line-height: 95rpx;
  504. color: #333;
  505. text-indent: 0.5em;
  506. }
  507. .elecard {
  508. display: inline-block;
  509. margin-left: 6rpx;
  510. color: rgba(254, 70, 20, 1);
  511. border: 1px solid rgba(254, 70, 20, 1);
  512. border-radius: 8rpx;
  513. font-style: normal;
  514. font-size: 30rpx;
  515. line-height: 40rpx;
  516. padding: 0 6rpx;
  517. }
  518. .btns {
  519. /* padding: 0 33rpx; */
  520. position: fixed;
  521. left: 0;
  522. right: 0;
  523. bottom: 0;
  524. padding-bottom: 22rpx;
  525. padding-top: 22rpx;
  526. z-index: 12;
  527. /* background: #fff; */
  528. }
  529. .kanjiaBtn {
  530. color: #fff;
  531. font-size: 32rpx;
  532. line-height: 94rpx;
  533. border-radius: 60rpx;
  534. }
  535. .btnTxt {
  536. width: 50rpx;
  537. height: 30rpx;
  538. line-height: 50rpx;
  539. color: #fd782d;
  540. font-size: 20rpx;
  541. position: absolute;
  542. right: 42rpx;
  543. bottom: 15rpx;
  544. }
  545. .btns .fr,
  546. .btns .fl {
  547. width: 270rpx;
  548. height: 95rpx;
  549. border-radius: 48rpx;
  550. text-align: center;
  551. }
  552. .btns .fl {
  553. margin-left: 20rpx;
  554. color: #fff;
  555. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  556. }
  557. .btns .fl text {
  558. display: block;
  559. font-size: 30rpx;
  560. line-height: 34rpx;
  561. }
  562. .btns .fl text:nth-of-type(1) {
  563. margin-top: 12rpx;
  564. }
  565. .btns .fr {
  566. font-size: 30rpx;
  567. color: #fff;
  568. margin-right: 20rpx;
  569. line-height: 95rpx;
  570. background: linear-gradient(90deg, rgba(40, 179, 255, 1) 0%, rgba(48, 103, 255, 1) 100%);
  571. /* box-shadow: 0px 8px 8px 1px rgba(246, 93, 51, 0.32); */
  572. }
  573. .support-tansfer {
  574. width: 60%;
  575. border-radius: 50rpx;
  576. margin-top: 30rpx;
  577. /* background: #02c0ff !important; */
  578. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  579. }
  580. .shaddow {
  581. z-index: 100;
  582. position: fixed;
  583. width: 100%;
  584. height: 100%;
  585. top: 0px;
  586. background: rgba(0, 0, 0, 0.8);
  587. overflow: hidden;
  588. }
  589. .alert-box {
  590. position: fixed;
  591. top: 50%;
  592. margin-top: -270rpx;
  593. left: 10%;
  594. width: 80%;
  595. height: auto;
  596. padding-bottom: 20rpx;
  597. background: #fff;
  598. z-index: 200;
  599. border-radius: 20rpx;
  600. }
  601. .user-img {
  602. position: absolute;
  603. top: -50rpx;
  604. left: 250rpx;
  605. /* margin-left: -50rpx; */
  606. width: 100rpx;
  607. height: 100rpx;
  608. z-index: 300;
  609. border-radius: 50rpx;
  610. background: #fff;
  611. overflow: hidden;
  612. }
  613. .user-img image {
  614. width: 100rpx;
  615. height: 100rpx;
  616. }
  617. .close {
  618. position: absolute;
  619. z-index: 300;
  620. right: 0;
  621. top: 0;
  622. width: 100rpx;
  623. height: 100rpx;
  624. overflow: hidden;
  625. }
  626. .close image {
  627. display: block;
  628. width: 26rpx;
  629. height: 26rpx;
  630. margin: 20rpx 0 0 52rpx;
  631. }
  632. .a-title {
  633. text-align: center;
  634. margin-top: 76rpx;
  635. font-size: 36rpx;
  636. font-family: PingFang-SC-Medium;
  637. font-weight: 500;
  638. color: rgba(51, 51, 51, 1);
  639. line-height: 44rpx;
  640. }
  641. .a-img {
  642. position: relative;
  643. width: 80%;
  644. border-radius: 20rpx;
  645. height: 294rpx;
  646. overflow: hidden;
  647. text-align: center;
  648. margin: 30rpx auto 0;
  649. }
  650. .a-received {
  651. position: absolute;
  652. width: 100%;
  653. height: 294rpx;
  654. top: 0;
  655. left: 0;
  656. text-align: center;
  657. line-height: 294rpx;
  658. z-index: 320;
  659. background: rgba(255, 255, 255, 1);
  660. border: 0px solid rgba(151, 57, 117, 1);
  661. opacity: 0.91;
  662. font-size: 36rpx;
  663. color: rgba(255, 51, 50, 1);
  664. font-family: PingFang-SC-Medium;
  665. }
  666. .a-img image {
  667. width: 100%;
  668. height: 100%;
  669. }
  670. .bottom {
  671. text-align: center;
  672. height: 70rpx;
  673. line-height: 70rpx;
  674. color: #999;
  675. font-size: 32rpx;
  676. background: #fff;
  677. padding-top: 20rpx;
  678. }
  679. .presslimit {
  680. height: 34rpx;
  681. line-height: 34rpx;
  682. margin-top: 8rpx;
  683. margin-left: 12rpx;
  684. color: #fd782d;
  685. font-size: 20rpx;
  686. letter-spacing: 1.16rpx;
  687. overflow: hidden;
  688. white-space: nowrap;
  689. text-overflow: ellipsis;
  690. }
  691. .presslimit text {
  692. margin-left: 15rpx;
  693. background: rgba(201, 201, 201, 0.1);
  694. }
  695. checkbox-group,
  696. radio-group {
  697. height: 400rpx;
  698. overflow-y: scroll;
  699. }
  700. .detailImg {
  701. width: 100%;
  702. background: #fff;
  703. margin: auto;
  704. }
  705. .detailImg image {
  706. display: block;
  707. width: 92%;
  708. padding: 0 4% 0 4%;
  709. margin-bottom: 20rpx;
  710. }
  711. .content {
  712. margin: 0;
  713. padding: 0;
  714. width: 100%;
  715. height: 100%;
  716. background: #f3f3f3;
  717. position: relative;
  718. }
  719. .poster {
  720. width: 100%;
  721. height: 100%;
  722. padding: 20rpx;
  723. position: absolute;
  724. top: 0;
  725. left: 0;
  726. }
  727. .bottomsave {
  728. width: 100%;
  729. height: 140rpx;
  730. line-height: 140rpx;
  731. margin: auto 0;
  732. bottom: 0;
  733. left: 0;
  734. right: 0;
  735. border-top: 1px solid #ccc;
  736. box-shadow: 0 0rpx 150rpx #ccc;
  737. background: #fff;
  738. }
  739. .saveposter {
  740. color: #fff;
  741. width: 380rpx;
  742. height: 80rpx;
  743. border-radius: 50rpx;
  744. background: #f08f04;
  745. margin-top: 30rpx;
  746. font-size: 32rpx;
  747. }
  748. .modal {
  749. width: 100%;
  750. height: 100%;
  751. position: fixed;
  752. top: 0;
  753. left: 0;
  754. background: rgba(0, 0, 0, 0.5);
  755. overflow: hidden;
  756. z-index: 10000;
  757. color: #fff;
  758. }
  759. .modal-content {
  760. width: 540rpx;
  761. height: 233rpx;
  762. line-height: 60rpx;
  763. overflow: hidden;
  764. position: fixed;
  765. top: 50%;
  766. left: 0;
  767. z-index: 11;
  768. background: #f9f9f9;
  769. margin: -16rpx 105rpx;
  770. border-radius: 36rpx;
  771. display: flex;
  772. }
  773. .modal-content view {
  774. display: inline-block;
  775. flex: 1;
  776. text-align: center;
  777. }
  778. .modal-content view>text {
  779. color: #000;
  780. display: block;
  781. font-size: 30rpx;
  782. }
  783. .modal-content view>image {
  784. margin-top: 40rpx;
  785. width: 90rpx;
  786. height: 90rpx;
  787. }
  788. .wx-swiper-dots {
  789. margin-bottom: 30rpx;
  790. }
  791. .quan {
  792. float: left;
  793. margin: 18rpx 15rpx 0 0;
  794. width: 12rpx;
  795. height: 12rpx;
  796. background: #e1e1e1;
  797. border-radius: 50%;
  798. }
  799. .swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal {
  800. margin-bottom: 2rpx;
  801. }
  802. .swiper-box .wx-swiper-dot {
  803. width: 40rpx;
  804. display: inline-flex;
  805. height: 6rpx;
  806. margin-left: 10rpx;
  807. border-radius: 6rpx;
  808. justify-content: space-between;
  809. }
  810. .swiper-box .wx-swiper-dot::before {
  811. content: '';
  812. flex-grow: 1;
  813. background: #ccc8c8;
  814. }
  815. .swiper-box .wx-swiper-dot-active::before {
  816. background: #f6792b;
  817. }
  818. .jifen {
  819. font-size: 30rpx;
  820. }
  821. .childText {
  822. color: #333;
  823. letter-spacing: 0;
  824. font-size: 30rpx;
  825. height: 70rpx;
  826. line-height: 70rpx;
  827. background-color: #fff;
  828. width: 92%;
  829. padding: 0 4%;
  830. }
  831. .childBox {
  832. width: 92%;
  833. padding: 0 4%;
  834. display: flex;
  835. flex-wrap: wrap;
  836. justify-content: space-between;
  837. }
  838. .childItem {
  839. width: 48%;
  840. background-color: #fff;
  841. border-radius: 10rpx;
  842. overflow: hidden;
  843. margin: 20rpx 0;
  844. }
  845. .childImg {
  846. width: 300rpx;
  847. height: 176rpx;
  848. margin: 10px auto;
  849. display: block;
  850. }
  851. .childName {
  852. margin-top: 10rpx;
  853. margin: 10px;
  854. font-size: 24rpx;
  855. color: #919191;
  856. }
  857. .childMoney {
  858. color: #fd782d;
  859. font-size: 24rpx;
  860. margin: 10px;
  861. text-decoration: line-through;
  862. }