C端小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

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