C端小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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