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.

990 regels
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: rgba(0, 0, 0, 0.2);
  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, .btns .fl {
  546. width: 270rpx;
  547. height: 95rpx;
  548. border-radius: 48rpx;
  549. text-align: center;
  550. }
  551. .btns .fl {
  552. margin-left: 20rpx;
  553. color: #fff;
  554. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  555. }
  556. .btns .fl text {
  557. display: block;
  558. font-size: 30rpx;
  559. line-height: 34rpx;
  560. }
  561. .btns .fl text:nth-of-type(1) {
  562. margin-top: 12rpx;
  563. }
  564. .btns .fr {
  565. font-size: 30rpx;
  566. color: #fff;
  567. margin-right: 20rpx;
  568. line-height: 95rpx;
  569. background: linear-gradient(90deg, rgba(40, 179, 255, 1) 0%, rgba(48, 103, 255, 1) 100%);
  570. /* box-shadow: 0px 8px 8px 1px rgba(246, 93, 51, 0.32); */
  571. }
  572. .support-tansfer {
  573. width: 60%;
  574. border-radius: 50rpx;
  575. margin-top: 30rpx;
  576. /* background: #02c0ff !important; */
  577. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  578. }
  579. .shaddow {
  580. z-index: 100;
  581. position: fixed;
  582. width: 100%;
  583. height: 100%;
  584. top: 0px;
  585. background: rgba(0, 0, 0, 0.8);
  586. overflow: hidden;
  587. }
  588. .alert-box {
  589. position: fixed;
  590. top: 50%;
  591. margin-top: -270rpx;
  592. left: 10%;
  593. width: 80%;
  594. height: auto;
  595. padding-bottom: 20rpx;
  596. background: #fff;
  597. z-index: 200;
  598. border-radius: 20rpx;
  599. }
  600. .user-img {
  601. position: absolute;
  602. top: -50rpx;
  603. left: 250rpx;
  604. /* margin-left: -50rpx; */
  605. width: 100rpx;
  606. height: 100rpx;
  607. z-index: 300;
  608. border-radius: 50rpx;
  609. background: #fff;
  610. overflow: hidden;
  611. }
  612. .user-img image {
  613. width: 100rpx;
  614. height: 100rpx;
  615. }
  616. .close {
  617. position: absolute;
  618. z-index: 300;
  619. right: 0;
  620. top: 0;
  621. width: 100rpx;
  622. height: 100rpx;
  623. overflow: hidden;
  624. }
  625. .close image {
  626. display: block;
  627. width: 26rpx;
  628. height: 26rpx;
  629. margin: 20rpx 0 0 52rpx;
  630. }
  631. .a-title {
  632. text-align: center;
  633. margin-top: 76rpx;
  634. font-size: 36rpx;
  635. font-family: PingFang-SC-Medium;
  636. font-weight: 500;
  637. color: rgba(51, 51, 51, 1);
  638. line-height: 44rpx;
  639. }
  640. .a-img {
  641. position: relative;
  642. width: 80%;
  643. border-radius: 20rpx;
  644. height: 294rpx;
  645. overflow: hidden;
  646. text-align: center;
  647. margin: 30rpx auto 0;
  648. }
  649. .a-received {
  650. position: absolute;
  651. width: 100%;
  652. height: 294rpx;
  653. top: 0;
  654. left: 0;
  655. text-align: center;
  656. line-height: 294rpx;
  657. z-index: 320;
  658. background: rgba(255, 255, 255, 1);
  659. border: 0px solid rgba(151, 57, 117, 1);
  660. opacity: 0.91;
  661. font-size: 36rpx;
  662. color: rgba(255, 51, 50, 1);
  663. font-family: PingFang-SC-Medium;
  664. }
  665. .a-img image {
  666. width: 100%;
  667. height: 100%;
  668. }
  669. .bottom {
  670. text-align: center;
  671. height: 70rpx;
  672. line-height: 70rpx;
  673. color: #999;
  674. font-size: 32rpx;
  675. background: #fff;
  676. padding-top: 20rpx;
  677. }
  678. .presslimit {
  679. height: 34rpx;
  680. line-height: 34rpx;
  681. margin-top: 8rpx;
  682. margin-left: 12rpx;
  683. color: #fd782d;
  684. font-size: 20rpx;
  685. letter-spacing: 1.16rpx;
  686. overflow: hidden;
  687. white-space: nowrap;
  688. text-overflow: ellipsis;
  689. }
  690. .presslimit text {
  691. margin-left: 15rpx;
  692. background: rgba(201, 201, 201, 0.1);
  693. }
  694. checkbox-group, radio-group {
  695. height: 400rpx;
  696. overflow-y: scroll;
  697. }
  698. .detailImg {
  699. width: 100%;
  700. background: #fff;
  701. margin: auto;
  702. }
  703. .detailImg image {
  704. display: block;
  705. width: 92%;
  706. padding: 0 4% 0 4%;
  707. margin-bottom: 20rpx;
  708. }
  709. .content {
  710. margin: 0;
  711. padding: 0;
  712. width: 100%;
  713. height: 100%;
  714. background: #f3f3f3;
  715. position: relative;
  716. }
  717. .poster {
  718. width: 100%;
  719. height: 100%;
  720. padding: 20rpx;
  721. position: absolute;
  722. top: 0;
  723. left: 0;
  724. }
  725. .bottomsave {
  726. width: 100%;
  727. height: 140rpx;
  728. line-height: 140rpx;
  729. margin: auto 0;
  730. bottom: 0;
  731. left: 0;
  732. right: 0;
  733. border-top: 1px solid #ccc;
  734. box-shadow: 0 0rpx 150rpx #ccc;
  735. background: #fff;
  736. }
  737. .saveposter {
  738. color: #fff;
  739. width: 380rpx;
  740. height: 80rpx;
  741. border-radius: 50rpx;
  742. background: #f08f04;
  743. margin-top: 30rpx;
  744. font-size: 32rpx;
  745. }
  746. .modal {
  747. width: 100%;
  748. height: 100%;
  749. position: fixed;
  750. top: 0;
  751. left: 0;
  752. background: rgba(0, 0, 0, 0.5);
  753. overflow: hidden;
  754. z-index: 10000;
  755. color: #fff;
  756. }
  757. .modal-content {
  758. width: 540rpx;
  759. height: 233rpx;
  760. line-height: 60rpx;
  761. overflow: hidden;
  762. position: fixed;
  763. top: 50%;
  764. left: 0;
  765. z-index: 11;
  766. background: #f9f9f9;
  767. margin: -16rpx 105rpx;
  768. border-radius: 36rpx;
  769. display: flex;
  770. }
  771. .modal-content view {
  772. display: inline-block;
  773. flex: 1;
  774. text-align: center;
  775. }
  776. .modal-content view>text {
  777. color: #000;
  778. display: block;
  779. font-size: 30rpx;
  780. }
  781. .modal-content view>image {
  782. margin-top: 40rpx;
  783. width: 90rpx;
  784. height: 90rpx;
  785. }
  786. .wx-swiper-dots {
  787. margin-bottom: 30rpx;
  788. }
  789. .quan {
  790. float: left;
  791. margin: 18rpx 15rpx 0 0;
  792. width: 12rpx;
  793. height: 12rpx;
  794. background: #e1e1e1;
  795. border-radius: 50%;
  796. }
  797. .swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal {
  798. margin-bottom: 2rpx;
  799. }
  800. .swiper-box .wx-swiper-dot {
  801. width: 40rpx;
  802. display: inline-flex;
  803. height: 6rpx;
  804. margin-left: 10rpx;
  805. border-radius: 6rpx;
  806. justify-content: space-between;
  807. }
  808. .swiper-box .wx-swiper-dot::before {
  809. content: '';
  810. flex-grow: 1;
  811. background: #ccc8c8;
  812. }
  813. .swiper-box .wx-swiper-dot-active::before {
  814. background: #f6792b;
  815. }
  816. .jifen {
  817. font-size: 30rpx;
  818. }
  819. .childText {
  820. color: #333;
  821. letter-spacing: 0;
  822. font-size: 30rpx;
  823. height: 70rpx;
  824. line-height: 70rpx;
  825. background-color: #fff;
  826. width: 92%;
  827. padding: 0 4%;
  828. }
  829. .childBox {
  830. width: 92%;
  831. padding: 0 4%;
  832. display: flex;
  833. flex-wrap: wrap;
  834. justify-content: space-between;
  835. }
  836. .childItem {
  837. width: 48%;
  838. background-color: #fff;
  839. border-radius: 10rpx;
  840. overflow: hidden;
  841. margin: 20rpx 0;
  842. }
  843. .childImg {
  844. width: 300rpx;
  845. height: 176rpx;
  846. margin: 10px auto;
  847. display: block;
  848. }
  849. .childName {
  850. margin-top: 10rpx;
  851. margin: 10px;
  852. font-size: 24rpx;
  853. color: #919191;
  854. }
  855. .childMoney {
  856. color: #fd782d;
  857. font-size: 24rpx;
  858. margin: 10px;
  859. text-decoration: line-through;
  860. }