C端小程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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