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.

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