C端小程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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