C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

879 lines
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 18rpx;
  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. }
  271. .active {
  272. opacity: 0.6;
  273. }
  274. .notes view:nth-child(1) text {
  275. color: #333;
  276. letter-spacing: 0;
  277. font-size: 30rpx;
  278. height: 70rpx;
  279. line-height: 70rpx;
  280. }
  281. .notes view:nth-child(1) {
  282. width: 92%;
  283. margin: 0 auto;
  284. }
  285. .notes view:nth-child(2) {
  286. display: flex;
  287. flex-direction: column;
  288. width: 92%;
  289. margin: 0 auto;
  290. }
  291. .notes view:nth-child(2)>text {
  292. font-size: 24rpx;
  293. color: #919191;
  294. letter-spacing: 0;
  295. line-height: 42rpx;
  296. }
  297. .buy-view {
  298. /* background: #fff; */
  299. height: 92rpx;
  300. bottom: 0;
  301. left: 0;
  302. right: 0;
  303. padding-bottom: 22rpx;
  304. padding-top: 22rpx;
  305. }
  306. .buy {
  307. position: relative;
  308. background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  309. height: 94rpx;
  310. width: 560rpx;
  311. margin: 0 auto 30rpx;
  312. color: #fff;
  313. font-size: 36rpx;
  314. line-height: 94rpx;
  315. border-radius: 61rpx;
  316. }
  317. .buyHr{
  318. background: #CECECE!important;
  319. }
  320. .goback {
  321. position: relative;
  322. float: left;
  323. width: 132rpx !important;
  324. height: 96rpx;
  325. background: rgba(255, 255, 255, 1)!important;
  326. line-height: 95rpx;
  327. border-radius: 32rpx;
  328. margin-left: 20rpx;
  329. }
  330. .goback image {
  331. position: absolute;
  332. width:52rpx;
  333. height: 50rpx;
  334. left: 0;
  335. right: 0;
  336. top: 0;
  337. bottom:0;
  338. margin:10rpx auto;
  339. }
  340. .tel {
  341. position: absolute;
  342. right: 0;
  343. top: 0;
  344. bottom: 0;
  345. margin: auto;
  346. width: 50rpx;
  347. height: 50rpx;
  348. }
  349. .txt {
  350. margin-right: 30rpx;
  351. }
  352. .distance {
  353. border: none;
  354. border-radius: 16rpx;
  355. width: 600rpx;
  356. padding: 16rpx 6rpx 0 0;
  357. }
  358. .distance .txt01 {
  359. display: block;
  360. font-size: 26rpx;
  361. color: #ff4949;
  362. }
  363. .clock {
  364. width: 116rpx !important;
  365. vertical-align: middle;
  366. margin-right: 10rpx;
  367. margin-top: -4rpx;
  368. }
  369. .qiang {
  370. position: inline-block;
  371. width: 60rpx;
  372. height: 40rpx;
  373. line-height: 40rpx;
  374. color: #ff4949;
  375. text-align: center;
  376. font-size: 28rpx;
  377. margin-right: 10rpx;
  378. }
  379. .times {
  380. display: inline-block;
  381. color: #ff4949;
  382. font-weight: bold;
  383. font-size: 26rpx;
  384. text-align: center;
  385. }
  386. .timess{
  387. color: #FD782D;
  388. }
  389. .times text {
  390. display: inline-block;
  391. margin: 6rpx;
  392. height: 56rpx;
  393. padding: 0 6rpx;
  394. text-align: center;
  395. font-size: 28rpx;
  396. line-height: 60rpx;
  397. border-radius: 12rpx;
  398. color: #fff;
  399. font-weight: bold;
  400. background: #ff4949;
  401. }
  402. .con {
  403. position: absolute;
  404. top: 35rpx;
  405. right: 0;
  406. bottom: 0;
  407. left: 0;
  408. margin: auto;
  409. width: 587rpx;
  410. }
  411. .con .image {
  412. display: block;
  413. width: 100%;
  414. }
  415. .img {
  416. margin-top: -50rpx;
  417. }
  418. .question {
  419. display: block;
  420. width: 587rpx;
  421. background: #fff;
  422. border-bottom-left-radius: 22rpx;
  423. border-bottom-right-radius: 22rpx;
  424. overflow: hidden;
  425. }
  426. .ques {
  427. display: block;
  428. width: 511rpx;
  429. margin: 0 auto;
  430. height: 95rpx;
  431. line-height: 95rpx;
  432. font-size: 30rpx;
  433. color: #333;
  434. border-bottom: 1rpx solid #eee;
  435. }
  436. .titles {
  437. width: 511rpx;
  438. display: block;
  439. text-align: center;
  440. height: 50rpx;
  441. margin: 0 auto;
  442. padding-top: 10rpx;
  443. padding-bottom: 20rpx;
  444. font-size: 32rpx;
  445. font-weight: bold;
  446. line-height: 41rpx;
  447. border-bottom: 1rpx solid #eee;
  448. }
  449. .quessss >view:last-child {
  450. border-bottom: 0;
  451. }
  452. .wmclose {
  453. position: relative;
  454. z-index: 10000;
  455. display: block;
  456. width: 70rpx;
  457. }
  458. .ques_gou {
  459. position: absolute;
  460. width: 20rpx;
  461. top: 160rpx;
  462. left: 23rpx;
  463. }
  464. .btnss {
  465. color: #f8755b;
  466. font-weight: bold;
  467. font-size: 30rpx !important;
  468. text-align: center !important;
  469. }
  470. .radios {
  471. display: block;
  472. font-size: 28rpx;
  473. height: 95rpx;
  474. line-height: 95rpx;
  475. color: #333;
  476. text-indent: 0.5em;
  477. }
  478. .elecard {
  479. display: inline-block;
  480. margin-left: 6rpx;
  481. color: #af6e34;
  482. border: 1px solid #af6e34;
  483. border-radius: 8rpx;
  484. font-style: normal;
  485. font-size: 30rpx;
  486. line-height: 40rpx;
  487. padding: 0 6rpx;
  488. }
  489. .applyshop {
  490. font-size: 30rpx;
  491. height: 70rpx;
  492. line-height: 70rpx;
  493. color: #333;
  494. text-indent: 1em;
  495. }
  496. .btns {
  497. /* padding: 0 33rpx; */
  498. position: fixed;
  499. left: 0;
  500. right: 0;
  501. bottom: 0;
  502. padding-bottom: 22rpx;
  503. padding-top: 22rpx;
  504. z-index: 12;
  505. /* background: #fff; */
  506. }
  507. .btnTxt{
  508. width: 50rpx;
  509. height: 30rpx;
  510. line-height: 50rpx;
  511. color: #FD782D;
  512. font-size: 20rpx;
  513. position: absolute;
  514. right:42rpx ;
  515. bottom: 15rpx;
  516. }
  517. .btns .fr,.btns .fl {
  518. width: 277rpx;
  519. height: 95rpx;
  520. border-radius: 48rpx;
  521. text-align: center;
  522. }
  523. .btns .fl {
  524. margin-left: 20rpx;
  525. color: #fff;
  526. background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  527. /* box-shadow: 0px 8px 8px 1px rgba(255, 169, 2, 0.32); */
  528. }
  529. .btns .fl text {
  530. display: block;
  531. font-size: 30rpx;
  532. line-height: 34rpx;
  533. }
  534. .btns .fl text:nth-of-type(1) {
  535. margin-top: 12rpx;
  536. }
  537. .btns .fr {
  538. font-size: 30rpx;
  539. color: #fff;
  540. margin-right: 20rpx;
  541. line-height: 95rpx;
  542. background: linear-gradient(90deg,rgba(40,179,255,1) 0%,rgba(48,103,255,1) 100%);
  543. /* box-shadow: 0px 8px 8px 1px rgba(246, 93, 51, 0.32); */
  544. }
  545. .support-tansfer {
  546. width: 60%;
  547. border-radius: 50rpx;
  548. margin-top: 30rpx;
  549. /* background: #02c0ff !important; */
  550. background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  551. }
  552. .shaddow {
  553. z-index: 100;
  554. position: fixed;
  555. width: 100%;
  556. height: 100%;
  557. top: 0px;
  558. background: rgba(0, 0, 0, 0.8);
  559. overflow: hidden;
  560. }
  561. .alert-box {
  562. position: fixed;
  563. top: 200rpx;
  564. left: 10%;
  565. width: 80%;
  566. height: auto;
  567. padding-bottom: 20rpx;
  568. background: #fff;
  569. z-index: 200;
  570. border-radius: 20rpx;
  571. }
  572. .user-img {
  573. position: absolute;
  574. top: -50rpx;
  575. left: 250rpx;
  576. /* margin-left: -50rpx; */
  577. width: 100rpx;
  578. height: 100rpx;
  579. z-index: 300;
  580. border-radius: 50rpx;
  581. background: #fff;
  582. overflow: hidden;
  583. }
  584. .user-img image {
  585. width: 100rpx;
  586. height: 100rpx;
  587. }
  588. .close {
  589. position: absolute;
  590. z-index: 300;
  591. right: 0;
  592. top: 0;
  593. width: 100rpx;
  594. height: 100rpx;
  595. overflow: hidden;
  596. }
  597. .close image {
  598. display: block;
  599. width: 26rpx;
  600. height: 26rpx;
  601. margin: 20rpx 0 0 52rpx;
  602. }
  603. .a-title {
  604. text-align: center;
  605. margin-top: 76rpx;
  606. font-size: 36rpx;
  607. font-family: PingFang-SC-Medium;
  608. font-weight: 500;
  609. color: rgba(51, 51, 51, 1);
  610. line-height: 44rpx;
  611. }
  612. .a-img {
  613. position: relative;
  614. width: 80%;
  615. border-radius: 20rpx;
  616. height: 294rpx;
  617. overflow: hidden;
  618. text-align: center;
  619. margin: 30rpx auto 0;
  620. }
  621. .a-received {
  622. position: absolute;
  623. width: 100%;
  624. height: 294rpx;
  625. top: 0;
  626. left: 0;
  627. text-align: center;
  628. line-height: 294rpx;
  629. z-index: 320;
  630. background: rgba(255, 255, 255, 1);
  631. border: 0px solid rgba(151, 57, 117, 1);
  632. opacity: 0.91;
  633. font-size: 36rpx;
  634. color: rgba(255, 51, 50, 1);
  635. font-family: PingFang-SC-Medium;
  636. }
  637. .a-img image {
  638. width: 100%;
  639. height: 100%;
  640. }
  641. .bottom {
  642. text-align: center;
  643. height: 70rpx;
  644. line-height: 70rpx;
  645. color: #999;
  646. font-size: 32rpx;
  647. }
  648. .presslimit {
  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: 15rpx;
  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. }