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.

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