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.

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