抖音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.

1252 Zeilen
18 KiB

  1. @import "../../../app.ttss";
  2. @import "../../freeBannerDetail/ttParse/wxParse.ttss";
  3. page {
  4. background: #f4f5f9;
  5. }
  6. button::after {
  7. border: none;
  8. }
  9. .content {
  10. width: 710rpx;
  11. padding: 0 20rpx;
  12. background-color: #ffffff;
  13. }
  14. .coupons {
  15. width: 100%;
  16. position: relative;
  17. overflow: hidden;
  18. padding-bottom: 170rpx;
  19. background: #f4f5f9;
  20. }
  21. .couponsL c-coupons {
  22. width: 335rpx;
  23. /* height: 354rpx; */
  24. margin-bottom: 22rpx;
  25. }
  26. .couponsL c-coupons:nth-of-type(2n+1) {
  27. float: left;
  28. }
  29. .couponsL c-coupons:nth-of-type(2n) {
  30. float: right;
  31. }
  32. .banner {
  33. position: relative;
  34. width: 750rpx;
  35. height: 454rpx;
  36. }
  37. .banner swiper {
  38. width: 750rpx;
  39. height: 454rpx;
  40. }
  41. .banner image {
  42. width: 100%;
  43. height: 454rpx;
  44. }
  45. .moneyBox {
  46. font-size: 24rpx;
  47. overflow: hidden;
  48. }
  49. .earnest {
  50. float: left;
  51. font-size: 28rpx;
  52. color: #a6a6a6;
  53. }
  54. .earnestNum {
  55. float: left;
  56. color: red;
  57. font-size: 32rpx;
  58. }
  59. .final {
  60. float: left;
  61. font-size: 28rpx;
  62. color: #a6a6a6;
  63. margin-left: 30rpx;
  64. }
  65. .pickFinal_Box {
  66. overflow: hidden;
  67. }
  68. .earnestTime {
  69. font-size: 28rpx;
  70. color: #a6a6a6;
  71. }
  72. .finalTime {
  73. font-size: 28rpx;
  74. color: #a6a6a6;
  75. }
  76. .original {
  77. float: left;
  78. width: 100rpx;
  79. margin-left: 10rpx;
  80. text-decoration: line-through;
  81. color: #a6a6a6;
  82. font-size: 24rpx;
  83. line-height: 50rpx;
  84. }
  85. .dots {
  86. position: absolute;
  87. left: 0;
  88. right: 0;
  89. bottom: 50rpx;
  90. display: flex;
  91. justify-content: center;
  92. }
  93. .dot {
  94. margin: 0 8rpx;
  95. width: 14rpx;
  96. height: 14rpx;
  97. background: #fff;
  98. border-radius: 8rpx;
  99. transition: all 0.6s;
  100. }
  101. .home {
  102. position: relative;
  103. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  104. height: 94rpx;
  105. width: 230rpx;
  106. /* margin: 0 auto 30rpx; */
  107. margin-left: 40rpx;
  108. float: left;
  109. color: #fff;
  110. font-size: 36rpx;
  111. line-height: 94rpx;
  112. border-radius: 21rpx;
  113. }
  114. .arrive {
  115. position: relative;
  116. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  117. height: 94rpx;
  118. width: 230rpx;
  119. /* margin: 0 auto 30rpx; */
  120. margin-left: 40rpx;
  121. float: left;
  122. color: #fff;
  123. font-size: 36rpx;
  124. line-height: 94rpx;
  125. border-radius: 21rpx;
  126. }
  127. .dot.active {
  128. width: 24rpx;
  129. background: #f80;
  130. }
  131. .refound {
  132. border: 1rpx solid red;
  133. padding: 3rpx 0;
  134. display: block;
  135. width: 130rpx;
  136. text-align: center;
  137. margin-left: 14rpx;
  138. }
  139. .couponsL {
  140. width: 92%;
  141. margin: 20rpx auto;
  142. }
  143. .coupons_info {
  144. width: 92%;
  145. padding: 0 4%;
  146. background: #fff;
  147. border-top-left-radius: 20rpx;
  148. border-top-right-radius: 20rpx;
  149. /* margin-top: -25rpx; */
  150. overflow: hidden;
  151. }
  152. .fenxiang {
  153. position: absolute;
  154. right: 28rpx;
  155. top: 27rpx;
  156. display: flex;
  157. flex-direction: column;
  158. }
  159. .fenxiang image {
  160. width: 48rpx;
  161. height: 48rpx;
  162. margin: 0 auto;
  163. }
  164. .gift {
  165. color: #3c3c3c;
  166. font-size: 20rpx;
  167. margin: 0 auto;
  168. }
  169. .user-motto {
  170. width: 270rpx;
  171. border: 0;
  172. background: none;
  173. height: 260rpx;
  174. color: #fff;
  175. position: fixed;
  176. }
  177. .user-motto::after {
  178. border: none;
  179. }
  180. .title {
  181. display: block;
  182. font-weight: bold;
  183. font-size: 32rpx;
  184. color: #3c3c3c;
  185. letter-spacing: 1.09rpx;
  186. line-height: 45rpx;
  187. width: 542rpx;
  188. overflow: hidden;
  189. white-space: nowrap;
  190. text-overflow: ellipsis;
  191. padding-top: 30rpx;
  192. }
  193. .subTitleBox {
  194. overflow: hidden;
  195. width: 100%;
  196. margin: 10rpx 0;
  197. }
  198. .subTitle {
  199. display: block;
  200. width: 400rpx;
  201. /* height: 37rpx; */
  202. font-size: 26rpx;
  203. color: #a6a6a6;
  204. letter-spacing: 1.16rpx;
  205. overflow: hidden;
  206. white-space: nowrap;
  207. text-overflow: ellipsis;
  208. padding: 6rpx 0;
  209. float: left;
  210. }
  211. .sellBox {
  212. display: block;
  213. font-size: 26rpx;
  214. color: #a6a6a6;
  215. letter-spacing: 1.16rpx;
  216. padding: 6rpx 0;
  217. float: right;
  218. }
  219. .rest {
  220. font-size: 24rpx;
  221. color: #919191;
  222. letter-spacing: 0;
  223. height: 50rpx;
  224. line-height: 50rpx;
  225. border-bottom: 1px solid #f9f9f9;
  226. }
  227. .restNum {
  228. font-size: 24rpx;
  229. color: #999;
  230. letter-spacing: 1.16rpx;
  231. text-align: right;
  232. }
  233. .time {
  234. font-size: 24rpx;
  235. color: #a6a6a6;
  236. letter-spacing: 0;
  237. line-height: 33rpx;
  238. display: inline-block;
  239. }
  240. .txt01 {
  241. font-size: 24rpx;
  242. color: #919191;
  243. letter-spacing: 0;
  244. }
  245. .price {
  246. font-size: 24rpx;
  247. color: #999;
  248. letter-spacing: 0;
  249. }
  250. .salePriceStr {
  251. font-size: 24rpx;
  252. color: #999;
  253. letter-spacing: 0;
  254. margin: 10rpx 0;
  255. }
  256. .salePriceStr .rmb {
  257. color: #d5af67;
  258. font-size: 24rpx;
  259. line-height: 40rpx;
  260. float: left;
  261. }
  262. .salePriceStr .pri01 {
  263. font-size: 40rpx;
  264. color: #d5af67;
  265. letter-spacing: 0;
  266. line-height: 40rpx;
  267. float: left;
  268. }
  269. .salePriceStr .pri01Hr {
  270. font-size: 24rpx !important;
  271. }
  272. .use {
  273. color: #fd782d;
  274. /* margin-left: 10rpx; */
  275. }
  276. .salePriceStr .yuan {
  277. font-size: 24rpx;
  278. color: #fd782d;
  279. letter-spacing: 0;
  280. }
  281. .price text {
  282. font-size: 24rpx;
  283. color: #333;
  284. letter-spacing: 0;
  285. }
  286. .throgh {
  287. text-decoration: line-through;
  288. margin-left: 10rpx;
  289. color: #999 !important;
  290. margin-top: 8rpx;
  291. height: 32rpx;
  292. line-height: 45rpx;
  293. }
  294. .qsOriginal {
  295. text-decoration: line-through;
  296. color: #999 !important;
  297. margin-top: 58rpx;
  298. margin-left: 14rpx;
  299. font-family: "PingFangSC-Medium";
  300. font-size: 26rpx;
  301. font-weight: 400;
  302. float: left;
  303. }
  304. .serviceImg {
  305. height: 100%;
  306. width: 100%;
  307. }
  308. .timeText {
  309. color: #333;
  310. letter-spacing: 0;
  311. font-size: 14px;
  312. height: 25px;
  313. line-height: 25px;
  314. width: 92%;
  315. margin: 10rpx auto 0 auto;
  316. }
  317. .fl {
  318. float: left;
  319. }
  320. .fr {
  321. float: right;
  322. }
  323. .notes {
  324. width: 100%;
  325. background: #fff;
  326. padding-bottom: 30rpx;
  327. }
  328. .nodesD {
  329. height: 87rpx;
  330. line-height: 87rpx;
  331. background: #fff;
  332. border-top: 1px solid #f9f9f9;
  333. font-weight: bold;
  334. }
  335. .notesText {
  336. width: 92%;
  337. margin: 0 auto;
  338. color: #333;
  339. letter-spacing: 0;
  340. font-size: 24rpx;
  341. letter-spacing: 0;
  342. line-height: 42rpx;
  343. display: block;
  344. }
  345. .notesH {
  346. width: 92%;
  347. font-weight: bold;
  348. font-size: 32rpx;
  349. color: #3c3c3c;
  350. margin: 10rpx auto;
  351. padding-top: 10rpx;
  352. }
  353. .Hchild {
  354. width: 92%;
  355. margin: 0 auto;
  356. color: #333;
  357. letter-spacing: 0;
  358. font-size: 12px;
  359. letter-spacing: 0;
  360. line-height: 21px;
  361. display: block;
  362. }
  363. /* .notes view:nth-child(1) text {
  364. color: #333;
  365. letter-spacing: 0;
  366. font-size: 30rpx;
  367. height: 70rpx;
  368. line-height: 70rpx;
  369. }
  370. .notes view:nth-child(1) {
  371. width: 92%;
  372. margin: 0 auto;
  373. }
  374. .notes view:nth-child(2) {
  375. display: flex;
  376. flex-direction: column;
  377. width: 92%;
  378. margin: 0 auto;
  379. }
  380. .notes view:nth-child(2)>text {
  381. font-size: 24rpx;
  382. color: #919191;
  383. letter-spacing: 0;
  384. line-height: 42rpx;
  385. } */
  386. .active {
  387. opacity: 0.6;
  388. }
  389. .app-border-topX {
  390. width: 100%;
  391. background-color: #fff;
  392. border-top: solid 1rpx rgb(204, 204, 204);
  393. }
  394. .buy-view {
  395. /* background: #fff; */
  396. height: 92rpx;
  397. bottom: 0;
  398. left: 0;
  399. right: 0;
  400. padding-bottom: 22rpx;
  401. padding-top: 22rpx;
  402. }
  403. .sell {
  404. font-size: 24rpx;
  405. color: #a6a6a6;
  406. ;
  407. letter-spacing: 1px;
  408. text-align: right;
  409. float: right;
  410. margin-top: 60rpx;
  411. }
  412. .sellP {
  413. color: #d5af67;
  414. }
  415. .biaoz {
  416. color: #d5af67;
  417. font-family: "PingFangSC-Medium";
  418. font-size: 28rpx;
  419. font-weight: 400;
  420. float: left;
  421. /* line-height: 22px; */
  422. margin-top: 55rpx;
  423. margin-left: 40rpx;
  424. }
  425. .selling {
  426. color: #d5af67;
  427. font-family: "PingFangSC-Medium";
  428. font-size: 36rpx;
  429. font-weight: 400;
  430. float: left;
  431. margin-top: 50rpx;
  432. /* line-height: 22px; */
  433. }
  434. .buyX {
  435. /* position: relative; */
  436. float: right;
  437. background: linear-gradient(270deg, #DDAB5A, #B8832D);
  438. height: 90rpx;
  439. width: 300rpx;
  440. margin-left: 170rpx;
  441. color: #fff;
  442. font-size: 36rpx;
  443. line-height: 90rpx;
  444. border-radius: 61rpx;
  445. margin: 30rpx 20rpx;
  446. }
  447. .buy {
  448. position: relative;
  449. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  450. height: 94rpx;
  451. width: 560rpx;
  452. margin-left: 170rpx;
  453. color: #fff;
  454. font-size: 36rpx;
  455. line-height: 94rpx;
  456. border-radius: 61rpx;
  457. }
  458. #noBuy {
  459. position: relative;
  460. background-color: rgba(0, 0, 0, 0.2);
  461. height: 94rpx;
  462. width: 560rpx;
  463. margin: 0 auto 30rpx;
  464. color: #fff;
  465. font-size: 36rpx;
  466. line-height: 94rpx;
  467. border-radius: 61rpx;
  468. }
  469. .buyHr {
  470. background: #cecece !important;
  471. }
  472. .goback {
  473. position: relative;
  474. float: left;
  475. width: 132rpx !important;
  476. height: 96rpx;
  477. background: rgba(255, 255, 255, 1) !important;
  478. line-height: 95rpx;
  479. border-radius: 32rpx;
  480. margin-left: 20rpx;
  481. }
  482. .goback image {
  483. position: absolute;
  484. width: 52rpx;
  485. height: 50rpx;
  486. left: 0;
  487. right: 0;
  488. top: 0;
  489. bottom: 0;
  490. margin: 10rpx auto;
  491. }
  492. .tel {
  493. position: absolute;
  494. right: 0;
  495. top: 0;
  496. bottom: 0;
  497. margin: auto;
  498. width: 50rpx;
  499. height: 50rpx;
  500. }
  501. .txt {
  502. margin-right: 30rpx;
  503. }
  504. .distance {
  505. border: none;
  506. border-radius: 16rpx;
  507. width: 600rpx;
  508. padding: 16rpx 6rpx 0 0;
  509. }
  510. .distance .txt01 {
  511. display: block;
  512. font-size: 26rpx;
  513. color: #ff4949;
  514. }
  515. .clock {
  516. width: 116rpx !important;
  517. vertical-align: middle;
  518. margin-right: 10rpx;
  519. margin-top: -4rpx;
  520. }
  521. .qiang {
  522. position: inline-block;
  523. width: 60rpx;
  524. height: 40rpx;
  525. line-height: 40rpx;
  526. color: #ff4949;
  527. text-align: center;
  528. font-size: 28rpx;
  529. margin-right: 10rpx;
  530. }
  531. .times {
  532. display: inline-block;
  533. color: #ff4949;
  534. font-weight: bold;
  535. font-size: 26rpx;
  536. text-align: center;
  537. }
  538. .timess {
  539. color: #fd782d;
  540. }
  541. .times text {
  542. display: inline-block;
  543. margin: 6rpx;
  544. height: 56rpx;
  545. padding: 0 6rpx;
  546. text-align: center;
  547. font-size: 28rpx;
  548. line-height: 60rpx;
  549. border-radius: 12rpx;
  550. color: #fff;
  551. font-weight: bold;
  552. background: #ff4949;
  553. }
  554. .con {
  555. position: absolute;
  556. top: 35rpx;
  557. right: 0;
  558. bottom: 0;
  559. left: 0;
  560. margin: auto;
  561. width: 587rpx;
  562. }
  563. .con .image {
  564. display: block;
  565. width: 100%;
  566. }
  567. .img {
  568. margin-top: -50rpx;
  569. }
  570. .question {
  571. display: block;
  572. width: 587rpx;
  573. background: #fff;
  574. border-bottom-left-radius: 22rpx;
  575. border-bottom-right-radius: 22rpx;
  576. overflow: hidden;
  577. }
  578. .ques {
  579. display: block;
  580. width: 511rpx;
  581. margin: 0 auto;
  582. height: 95rpx;
  583. line-height: 95rpx;
  584. font-size: 30rpx;
  585. color: #333;
  586. border-bottom: 1rpx solid #eee;
  587. }
  588. .titles {
  589. width: 511rpx;
  590. display: block;
  591. text-align: center;
  592. height: 50rpx;
  593. margin: 0 auto;
  594. padding-top: 10rpx;
  595. padding-bottom: 20rpx;
  596. font-size: 32rpx;
  597. font-weight: bold;
  598. line-height: 41rpx;
  599. border-bottom: 1rpx solid #eee;
  600. }
  601. .quessss>view:last-child {
  602. border-bottom: 0;
  603. }
  604. .wmclose {
  605. position: relative;
  606. z-index: 10000;
  607. display: block;
  608. width: 70rpx;
  609. }
  610. .ques_gou {
  611. position: absolute;
  612. width: 20rpx;
  613. top: 160rpx;
  614. left: 23rpx;
  615. }
  616. .btnss {
  617. color: #f8755b;
  618. font-weight: bold;
  619. font-size: 30rpx !important;
  620. text-align: center !important;
  621. }
  622. .radios {
  623. display: block;
  624. font-size: 28rpx;
  625. height: 95rpx;
  626. line-height: 95rpx;
  627. color: #333;
  628. text-indent: 0.5em;
  629. }
  630. .elecard {
  631. display: inline-block;
  632. margin-left: 6rpx;
  633. color: rgba(254, 70, 20, 1);
  634. border: 1px solid rgba(254, 70, 20, 1);
  635. border-radius: 8rpx;
  636. font-style: normal;
  637. font-size: 30rpx;
  638. line-height: 40rpx;
  639. padding: 0 6rpx;
  640. }
  641. .btns {
  642. /* padding: 0 33rpx; */
  643. position: fixed;
  644. left: 0;
  645. right: 0;
  646. bottom: 0;
  647. padding-bottom: 22rpx;
  648. padding-top: 22rpx;
  649. z-index: 12;
  650. /* background: #fff; */
  651. }
  652. .btnTxt {
  653. width: 50rpx;
  654. height: 30rpx;
  655. line-height: 50rpx;
  656. color: #fd782d;
  657. font-size: 20rpx;
  658. position: absolute;
  659. right: 42rpx;
  660. bottom: 15rpx;
  661. }
  662. .btns .fr,
  663. .btns .fl {
  664. width: 277rpx;
  665. height: 95rpx;
  666. border-radius: 48rpx;
  667. text-align: center;
  668. }
  669. .btns .fl {
  670. margin-left: 20rpx;
  671. color: #fff;
  672. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  673. }
  674. .btns .fl text {
  675. display: block;
  676. font-size: 30rpx;
  677. line-height: 34rpx;
  678. }
  679. .btns .fl text:nth-of-type(1) {
  680. margin-top: 12rpx;
  681. }
  682. .btns .fr {
  683. font-size: 30rpx;
  684. color: #fff;
  685. margin-right: 20rpx;
  686. line-height: 95rpx;
  687. background: linear-gradient(90deg, rgba(40, 179, 255, 1) 0%, rgba(48, 103, 255, 1) 100%);
  688. /* box-shadow: 0px 8px 8px 1px rgba(246, 93, 51, 0.32); */
  689. }
  690. .support-tansfer {
  691. width: 60%;
  692. border-radius: 50rpx;
  693. margin-top: 30rpx;
  694. /* background: #02c0ff !important; */
  695. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  696. }
  697. .shaddow {
  698. z-index: 100;
  699. position: fixed;
  700. width: 100%;
  701. height: 100%;
  702. top: 0px;
  703. background: rgba(0, 0, 0, 0.8);
  704. overflow: hidden;
  705. }
  706. .alert-box {
  707. position: fixed;
  708. top: 50%;
  709. margin-top: -270rpx;
  710. left: 10%;
  711. width: 80%;
  712. height: auto;
  713. padding-bottom: 20rpx;
  714. background: #fff;
  715. z-index: 200;
  716. border-radius: 20rpx;
  717. }
  718. .user-img {
  719. position: absolute;
  720. top: -50rpx;
  721. left: 250rpx;
  722. /* margin-left: -50rpx; */
  723. width: 100rpx;
  724. height: 100rpx;
  725. z-index: 300;
  726. border-radius: 50rpx;
  727. background: #fff;
  728. overflow: hidden;
  729. }
  730. .user-img image {
  731. width: 100rpx;
  732. height: 100rpx;
  733. }
  734. .close {
  735. position: absolute;
  736. z-index: 300;
  737. right: 0;
  738. top: 0;
  739. width: 100rpx;
  740. height: 100rpx;
  741. overflow: hidden;
  742. }
  743. .close image {
  744. display: block;
  745. width: 26rpx;
  746. height: 26rpx;
  747. margin: 20rpx 0 0 52rpx;
  748. }
  749. .a-title {
  750. text-align: center;
  751. margin-top: 76rpx;
  752. font-size: 38rpx;
  753. font-family: PingFang-SC-Medium;
  754. font-weight: 500;
  755. color: rgba(51, 51, 51, 1);
  756. line-height: 44rpx;
  757. }
  758. .a-img {
  759. position: relative;
  760. width: 80%;
  761. border-radius: 20rpx;
  762. height: 294rpx;
  763. overflow: hidden;
  764. text-align: center;
  765. margin: 30rpx auto 0;
  766. }
  767. .a-received {
  768. position: absolute;
  769. width: 100%;
  770. height: 294rpx;
  771. top: 0;
  772. left: 0;
  773. text-align: center;
  774. line-height: 294rpx;
  775. z-index: 320;
  776. background: rgba(255, 255, 255, 1);
  777. border: 0px solid rgba(151, 57, 117, 1);
  778. opacity: 0.91;
  779. font-size: 36rpx;
  780. color: rgba(255, 51, 50, 1);
  781. font-family: PingFang-SC-Medium;
  782. }
  783. .a-img image {
  784. width: 100%;
  785. height: 100%;
  786. }
  787. .bottom {
  788. text-align: center;
  789. height: 70rpx;
  790. line-height: 70rpx;
  791. color: #999;
  792. font-size: 32rpx;
  793. background: #fff;
  794. padding-top: 20rpx;
  795. }
  796. .presslimit {
  797. height: 34rpx;
  798. line-height: 34rpx;
  799. margin-top: 8rpx;
  800. margin-left: 12rpx;
  801. color: #fd782d;
  802. font-size: 20rpx;
  803. letter-spacing: 1.16rpx;
  804. overflow: hidden;
  805. white-space: nowrap;
  806. text-overflow: ellipsis;
  807. }
  808. .presslimit text {
  809. margin-left: 15rpx;
  810. background: rgba(201, 201, 201, 0.1);
  811. }
  812. checkbox-group,
  813. radio-group {
  814. height: 400rpx;
  815. overflow-y: scroll;
  816. }
  817. .detailImg {
  818. width: 100%;
  819. background: #fff;
  820. margin: auto;
  821. }
  822. .detailImg image {
  823. display: block;
  824. width: 92%;
  825. padding: 0 4% 0 4%;
  826. margin-bottom: 20rpx;
  827. }
  828. /* .content {
  829. margin: 0;
  830. padding: 0;
  831. width: 100%;
  832. height: 100%;
  833. background: #f3f3f3;
  834. position: relative;
  835. } */
  836. .poster {
  837. width: 100%;
  838. height: 100%;
  839. padding: 20rpx;
  840. position: absolute;
  841. top: 0;
  842. left: 0;
  843. }
  844. .bottomsave {
  845. width: 100%;
  846. height: 140rpx;
  847. line-height: 140rpx;
  848. margin: auto 0;
  849. bottom: 0;
  850. left: 0;
  851. right: 0;
  852. border-top: 1px solid #ccc;
  853. box-shadow: 0 0rpx 150rpx #ccc;
  854. background: #fff;
  855. }
  856. .saveposter {
  857. color: #fff;
  858. width: 380rpx;
  859. height: 80rpx;
  860. border-radius: 50rpx;
  861. background: #f08f04;
  862. margin-top: 30rpx;
  863. font-size: 32rpx;
  864. }
  865. .modal {
  866. width: 100%;
  867. height: 100%;
  868. position: fixed;
  869. top: 0;
  870. left: 0;
  871. background: rgba(0, 0, 0, 0.5);
  872. overflow: hidden;
  873. z-index: 10000;
  874. color: #fff;
  875. }
  876. .modal-content {
  877. width: 540rpx;
  878. height: 233rpx;
  879. line-height: 60rpx;
  880. overflow: hidden;
  881. position: fixed;
  882. top: 50%;
  883. left: 0;
  884. z-index: 11;
  885. background: #f9f9f9;
  886. margin: -16rpx 105rpx;
  887. border-radius: 36rpx;
  888. display: flex;
  889. }
  890. .modal-content view {
  891. display: inline-block;
  892. flex: 1;
  893. text-align: center;
  894. }
  895. .modal-content view>text {
  896. color: #000;
  897. display: block;
  898. font-size: 30rpx;
  899. }
  900. .modal-content view>image {
  901. margin-top: 40rpx;
  902. width: 90rpx;
  903. height: 90rpx;
  904. }
  905. .tt-swiper-dots {
  906. margin-bottom: 30rpx;
  907. }
  908. .quan {
  909. float: left;
  910. margin: 18rpx 15rpx 0 0;
  911. width: 12rpx;
  912. height: 12rpx;
  913. background: #e1e1e1;
  914. border-radius: 50%;
  915. }
  916. .swiper-box .tt-swiper-dots.tt-swiper-dots-horizontal {
  917. margin-bottom: 2rpx;
  918. }
  919. .swiper-box .tt-swiper-dot {
  920. width: 40rpx;
  921. display: inline-flex;
  922. height: 6rpx;
  923. margin-left: 10rpx;
  924. border-radius: 6rpx;
  925. justify-content: space-between;
  926. }
  927. .swiper-box .tt-swiper-dot::before {
  928. content: '';
  929. flex-grow: 1;
  930. background: #ccc8c8;
  931. }
  932. .swiper-box .tt-swiper-dot-active::before {
  933. background: #f6792b;
  934. }
  935. .jifen {
  936. font-size: 30rpx;
  937. }
  938. .childText {
  939. color: #333;
  940. letter-spacing: 0;
  941. font-size: 30rpx;
  942. height: 70rpx;
  943. line-height: 70rpx;
  944. background-color: #fff;
  945. width: 92%;
  946. padding: 0 4%;
  947. }
  948. .childBox {
  949. width: 92%;
  950. padding: 0 4%;
  951. display: flex;
  952. flex-wrap: wrap;
  953. justify-content: space-between;
  954. }
  955. .childItem {
  956. width: 48%;
  957. background-color: #fff;
  958. border-radius: 10rpx;
  959. overflow: hidden;
  960. margin: 20rpx 0;
  961. }
  962. .childImg {
  963. width: 300rpx;
  964. height: 176rpx;
  965. margin: 10px auto;
  966. display: block;
  967. }
  968. .childName {
  969. margin-top: 10rpx;
  970. margin: 10px;
  971. font-size: 24rpx;
  972. color: #919191;
  973. }
  974. .childMoney {
  975. color: #fd782d;
  976. font-size: 24rpx;
  977. margin: 10px;
  978. text-decoration: line-through;
  979. }
  980. .groupTitleBox {
  981. background: #fff;
  982. }
  983. .groupTitle {
  984. color: #333;
  985. letter-spacing: 0;
  986. font-size: 30rpx;
  987. height: 50rpx;
  988. line-height: 50rpx;
  989. width: 92%;
  990. margin: 0 auto;
  991. font-weight: bold;
  992. }
  993. .groupTitleS {
  994. color: #333;
  995. letter-spacing: 0;
  996. font-size: 28rpx;
  997. /* height: 50rpx; */
  998. line-height: 50rpx;
  999. width: 90%;
  1000. margin: 0 auto;
  1001. /* font-weight: bold; */
  1002. }
  1003. .yuandian {
  1004. background-color: #333333;
  1005. width: 4rpx;
  1006. height: 4rpx;
  1007. border-radius: 50%;
  1008. margin: 16rpx 8rpx 0 0;
  1009. float: left;
  1010. }
  1011. .groupDetailsBox {
  1012. width: 90%;
  1013. margin: 0 auto;
  1014. }
  1015. .groupTiemBox {
  1016. color: #333333;
  1017. overflow: hidden;
  1018. }
  1019. .groupTiemName {
  1020. float: left;
  1021. font-size: 26rpx;
  1022. /* color: #a6a6a6; */
  1023. }
  1024. .groupTiemPay {
  1025. float: right;
  1026. font-size: 26rpx;
  1027. /* color: #a6a6a6; */
  1028. }
  1029. .videoCla {
  1030. margin-top: 10rpx;
  1031. width: 70rpx;
  1032. height: 60rpx;
  1033. }
  1034. .issue {
  1035. font-size: 20rpx;
  1036. }
  1037. .groupTextBox {
  1038. background: #fff;
  1039. overflow: hidden;
  1040. padding-bottom: 10rpx;
  1041. }
  1042. .shootBox {
  1043. position: fixed;
  1044. top: 70%;
  1045. right: 0;
  1046. width: 120rpx;
  1047. height: 100rpx;
  1048. background-color: rgba(221, 171, 90, 0.5) !important;
  1049. border-radius: 12rpx 0 0 12rpx;
  1050. z-index: 1000000;
  1051. }
  1052. .mount {
  1053. line-height: 20rpx !important;
  1054. height: 100%;
  1055. }
  1056. button {
  1057. color: #fff;
  1058. background-color: rgba(221, 171, 90, 0.5);
  1059. padding: 0;
  1060. }
  1061. .serviceBox {
  1062. float: right;
  1063. margin-top: 58rpx;
  1064. margin-right: 14rpx;
  1065. height: 40rpx;
  1066. width: 40rpx;
  1067. background-color: #fff;
  1068. }
  1069. .fuwuLogoBox {
  1070. width: 40rpx;
  1071. height: 40rpx;
  1072. line-height: 0;
  1073. }
  1074. .itemLogo {
  1075. width: 100%;
  1076. height: 100%;
  1077. }
  1078. .fuwuName {
  1079. text-align: center;
  1080. color: #000;
  1081. font-size: 24rpx;
  1082. }