抖音c端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

1257 wiersze
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. .alerting {
  329. width: 100%;
  330. }
  331. .nodesD {
  332. height: 87rpx;
  333. line-height: 87rpx;
  334. background: #fff;
  335. border-top: 1px solid #f9f9f9;
  336. font-weight: bold;
  337. }
  338. .notesText {
  339. width: 92%;
  340. margin: 0 auto;
  341. color: #333;
  342. letter-spacing: 0;
  343. font-size: 24rpx;
  344. letter-spacing: 0;
  345. line-height: 42rpx;
  346. display: block;
  347. }
  348. .notesH {
  349. width: 92%;
  350. font-weight: bold;
  351. font-size: 32rpx;
  352. color: #3c3c3c;
  353. margin: 10rpx auto;
  354. padding-top: 10rpx;
  355. }
  356. .Hchild {
  357. width: 92%;
  358. margin: 0 auto;
  359. color: #333;
  360. letter-spacing: 0;
  361. font-size: 12px;
  362. letter-spacing: 0;
  363. line-height: 21px;
  364. display: block;
  365. }
  366. /* .notes view:nth-child(1) text {
  367. color: #333;
  368. letter-spacing: 0;
  369. font-size: 30rpx;
  370. height: 70rpx;
  371. line-height: 70rpx;
  372. }
  373. .notes view:nth-child(1) {
  374. width: 92%;
  375. margin: 0 auto;
  376. }
  377. .notes view:nth-child(2) {
  378. display: flex;
  379. flex-direction: column;
  380. width: 92%;
  381. margin: 0 auto;
  382. }
  383. .notes view:nth-child(2)>text {
  384. font-size: 24rpx;
  385. color: #919191;
  386. letter-spacing: 0;
  387. line-height: 42rpx;
  388. } */
  389. .active {
  390. opacity: 0.6;
  391. }
  392. .app-border-topX {
  393. width: 100%;
  394. background-color: #fff;
  395. border-top: solid 1rpx rgb(204, 204, 204);
  396. }
  397. .buy-view {
  398. /* background: #fff; */
  399. height: 92rpx;
  400. bottom: 0;
  401. left: 0;
  402. right: 0;
  403. padding-bottom: 22rpx;
  404. padding-top: 22rpx;
  405. }
  406. .sell {
  407. font-size: 24rpx;
  408. color: #a6a6a6;
  409. ;
  410. letter-spacing: 1px;
  411. text-align: right;
  412. float: right;
  413. margin-top: 60rpx;
  414. }
  415. .sellP {
  416. color: #d5af67;
  417. }
  418. .biaoz {
  419. color: #d5af67;
  420. font-family: "PingFangSC-Medium";
  421. font-size: 28rpx;
  422. font-weight: 400;
  423. float: left;
  424. /* line-height: 22px; */
  425. margin-top: 55rpx;
  426. margin-left: 40rpx;
  427. }
  428. .selling {
  429. color: #d5af67;
  430. font-family: "PingFangSC-Medium";
  431. font-size: 36rpx;
  432. font-weight: 400;
  433. float: left;
  434. margin-top: 50rpx;
  435. /* line-height: 22px; */
  436. }
  437. .buyX {
  438. /* position: relative; */
  439. float: right;
  440. background: linear-gradient(270deg, #DDAB5A, #B8832D);
  441. height: 90rpx;
  442. width: 300rpx;
  443. margin-left: 170rpx;
  444. color: #fff;
  445. font-size: 36rpx;
  446. line-height: 90rpx;
  447. border-radius: 61rpx;
  448. margin: 30rpx 20rpx;
  449. }
  450. .buy {
  451. position: relative;
  452. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  453. height: 94rpx;
  454. width: 560rpx;
  455. margin-left: 170rpx;
  456. color: #fff;
  457. font-size: 36rpx;
  458. line-height: 94rpx;
  459. border-radius: 61rpx;
  460. }
  461. #noBuy {
  462. position: relative;
  463. background-color: rgba(0, 0, 0, 0.2);
  464. height: 94rpx;
  465. width: 560rpx;
  466. margin: 0 auto 30rpx;
  467. color: #fff;
  468. font-size: 36rpx;
  469. line-height: 94rpx;
  470. border-radius: 61rpx;
  471. }
  472. .buyHr {
  473. background: #cecece !important;
  474. }
  475. .goback {
  476. position: relative;
  477. float: left;
  478. width: 132rpx !important;
  479. height: 96rpx;
  480. background: rgba(255, 255, 255, 1) !important;
  481. line-height: 95rpx;
  482. border-radius: 32rpx;
  483. margin-left: 20rpx;
  484. }
  485. .goback image {
  486. position: absolute;
  487. width: 52rpx;
  488. height: 50rpx;
  489. left: 0;
  490. right: 0;
  491. top: 0;
  492. bottom: 0;
  493. margin: 10rpx auto;
  494. }
  495. .tel {
  496. position: absolute;
  497. right: 0;
  498. top: 0;
  499. bottom: 0;
  500. margin: auto;
  501. width: 50rpx;
  502. height: 50rpx;
  503. }
  504. .txt {
  505. margin-right: 30rpx;
  506. }
  507. .distance {
  508. border: none;
  509. border-radius: 16rpx;
  510. width: 600rpx;
  511. padding: 16rpx 6rpx 0 0;
  512. }
  513. .distance .txt01 {
  514. display: block;
  515. font-size: 26rpx;
  516. color: #ff4949;
  517. }
  518. .clock {
  519. width: 116rpx !important;
  520. vertical-align: middle;
  521. margin-right: 10rpx;
  522. margin-top: -4rpx;
  523. }
  524. .qiang {
  525. position: inline-block;
  526. width: 60rpx;
  527. height: 40rpx;
  528. line-height: 40rpx;
  529. color: #ff4949;
  530. text-align: center;
  531. font-size: 28rpx;
  532. margin-right: 10rpx;
  533. }
  534. .times {
  535. display: inline-block;
  536. color: #ff4949;
  537. font-weight: bold;
  538. font-size: 26rpx;
  539. text-align: center;
  540. }
  541. .timess {
  542. color: #fd782d;
  543. }
  544. .times text {
  545. display: inline-block;
  546. margin: 6rpx;
  547. height: 56rpx;
  548. padding: 0 6rpx;
  549. text-align: center;
  550. font-size: 28rpx;
  551. line-height: 60rpx;
  552. border-radius: 12rpx;
  553. color: #fff;
  554. font-weight: bold;
  555. background: #ff4949;
  556. }
  557. .con {
  558. position: absolute;
  559. top: 35rpx;
  560. right: 0;
  561. bottom: 0;
  562. left: 0;
  563. margin: auto;
  564. width: 587rpx;
  565. }
  566. .con .image {
  567. display: block;
  568. width: 100%;
  569. }
  570. .img {
  571. margin-top: -50rpx;
  572. }
  573. .question {
  574. display: block;
  575. width: 587rpx;
  576. background: #fff;
  577. border-bottom-left-radius: 22rpx;
  578. border-bottom-right-radius: 22rpx;
  579. overflow: hidden;
  580. }
  581. .ques {
  582. display: block;
  583. width: 511rpx;
  584. margin: 0 auto;
  585. height: 95rpx;
  586. line-height: 95rpx;
  587. font-size: 30rpx;
  588. color: #333;
  589. border-bottom: 1rpx solid #eee;
  590. }
  591. .titles {
  592. width: 511rpx;
  593. display: block;
  594. text-align: center;
  595. height: 50rpx;
  596. margin: 0 auto;
  597. padding-top: 10rpx;
  598. padding-bottom: 20rpx;
  599. font-size: 32rpx;
  600. font-weight: bold;
  601. line-height: 41rpx;
  602. border-bottom: 1rpx solid #eee;
  603. }
  604. .quessss>view:last-child {
  605. border-bottom: 0;
  606. }
  607. .wmclose {
  608. position: relative;
  609. z-index: 10000;
  610. display: block;
  611. width: 70rpx;
  612. }
  613. .ques_gou {
  614. position: absolute;
  615. width: 20rpx;
  616. top: 160rpx;
  617. left: 23rpx;
  618. }
  619. .btnss {
  620. color: #f8755b;
  621. font-weight: bold;
  622. font-size: 30rpx !important;
  623. text-align: center !important;
  624. }
  625. .radios {
  626. display: block;
  627. font-size: 28rpx;
  628. height: 95rpx;
  629. line-height: 95rpx;
  630. color: #333;
  631. text-indent: 0.5em;
  632. }
  633. .elecard {
  634. display: inline-block;
  635. margin-left: 6rpx;
  636. color: rgba(254, 70, 20, 1);
  637. border: 1px solid rgba(254, 70, 20, 1);
  638. border-radius: 8rpx;
  639. font-style: normal;
  640. font-size: 30rpx;
  641. line-height: 40rpx;
  642. padding: 0 6rpx;
  643. }
  644. .btns {
  645. /* padding: 0 33rpx; */
  646. position: fixed;
  647. left: 0;
  648. right: 0;
  649. bottom: 0;
  650. padding-bottom: 22rpx;
  651. padding-top: 22rpx;
  652. z-index: 12;
  653. /* background: #fff; */
  654. }
  655. .btnTxt {
  656. width: 50rpx;
  657. height: 30rpx;
  658. line-height: 50rpx;
  659. color: #fd782d;
  660. font-size: 20rpx;
  661. position: absolute;
  662. right: 42rpx;
  663. bottom: 15rpx;
  664. }
  665. .btns .fr,
  666. .btns .fl {
  667. width: 277rpx;
  668. height: 95rpx;
  669. border-radius: 48rpx;
  670. text-align: center;
  671. }
  672. .btns .fl {
  673. margin-left: 20rpx;
  674. color: #fff;
  675. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  676. }
  677. .btns .fl text {
  678. display: block;
  679. font-size: 30rpx;
  680. line-height: 34rpx;
  681. }
  682. .btns .fl text:nth-of-type(1) {
  683. margin-top: 12rpx;
  684. }
  685. .btns .fr {
  686. font-size: 30rpx;
  687. color: #fff;
  688. margin-right: 20rpx;
  689. line-height: 95rpx;
  690. background: linear-gradient(90deg, rgba(40, 179, 255, 1) 0%, rgba(48, 103, 255, 1) 100%);
  691. /* box-shadow: 0px 8px 8px 1px rgba(246, 93, 51, 0.32); */
  692. }
  693. .support-tansfer {
  694. width: 60%;
  695. border-radius: 50rpx;
  696. margin-top: 30rpx;
  697. /* background: #02c0ff !important; */
  698. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  699. }
  700. .shaddow {
  701. z-index: 100;
  702. position: fixed;
  703. width: 100%;
  704. height: 100%;
  705. top: 0px;
  706. background: rgba(0, 0, 0, 0.8);
  707. overflow: hidden;
  708. }
  709. .alert-box {
  710. position: fixed;
  711. top: 50%;
  712. margin-top: -270rpx;
  713. left: 10%;
  714. width: 80%;
  715. height: auto;
  716. padding-bottom: 20rpx;
  717. background: #fff;
  718. z-index: 200;
  719. border-radius: 20rpx;
  720. }
  721. .user-img {
  722. position: absolute;
  723. top: -50rpx;
  724. left: 250rpx;
  725. /* margin-left: -50rpx; */
  726. width: 100rpx;
  727. height: 100rpx;
  728. z-index: 300;
  729. border-radius: 50rpx;
  730. background: #fff;
  731. overflow: hidden;
  732. }
  733. .user-img image {
  734. width: 100rpx;
  735. height: 100rpx;
  736. }
  737. .close {
  738. position: absolute;
  739. z-index: 300;
  740. right: 0;
  741. top: 0;
  742. width: 100rpx;
  743. height: 100rpx;
  744. overflow: hidden;
  745. }
  746. .close image {
  747. display: block;
  748. width: 26rpx;
  749. height: 26rpx;
  750. margin: 20rpx 0 0 52rpx;
  751. }
  752. .a-title {
  753. text-align: center;
  754. margin-top: 76rpx;
  755. font-size: 38rpx;
  756. font-family: PingFang-SC-Medium;
  757. font-weight: 500;
  758. color: rgba(51, 51, 51, 1);
  759. line-height: 44rpx;
  760. }
  761. .a-img {
  762. position: relative;
  763. width: 80%;
  764. border-radius: 20rpx;
  765. height: 294rpx;
  766. overflow: hidden;
  767. text-align: center;
  768. margin: 30rpx auto 0;
  769. }
  770. .a-received {
  771. position: absolute;
  772. width: 100%;
  773. height: 294rpx;
  774. top: 0;
  775. left: 0;
  776. text-align: center;
  777. line-height: 294rpx;
  778. z-index: 320;
  779. background: rgba(255, 255, 255, 1);
  780. border: 0px solid rgba(151, 57, 117, 1);
  781. opacity: 0.91;
  782. font-size: 36rpx;
  783. color: rgba(255, 51, 50, 1);
  784. font-family: PingFang-SC-Medium;
  785. }
  786. .a-img image {
  787. width: 100%;
  788. height: 100%;
  789. }
  790. .bottom {
  791. text-align: center;
  792. height: 70rpx;
  793. line-height: 70rpx;
  794. color: #999;
  795. font-size: 32rpx;
  796. background: #fff;
  797. padding-top: 20rpx;
  798. }
  799. .presslimit {
  800. height: 34rpx;
  801. line-height: 34rpx;
  802. margin-top: 8rpx;
  803. margin-left: 12rpx;
  804. color: #fd782d;
  805. font-size: 20rpx;
  806. letter-spacing: 1.16rpx;
  807. overflow: hidden;
  808. white-space: nowrap;
  809. text-overflow: ellipsis;
  810. }
  811. .presslimit text {
  812. margin-left: 15rpx;
  813. background: rgba(201, 201, 201, 0.1);
  814. }
  815. checkbox-group,
  816. radio-group {
  817. height: 400rpx;
  818. overflow-y: scroll;
  819. }
  820. .detailImg {
  821. width: 100%;
  822. background: #fff;
  823. margin: auto;
  824. }
  825. .detailImg image {
  826. display: block;
  827. width: 92%;
  828. padding: 0 4% 0 4%;
  829. margin-bottom: 20rpx;
  830. }
  831. /* .content {
  832. margin: 0;
  833. padding: 0;
  834. width: 100%;
  835. height: 100%;
  836. background: #f3f3f3;
  837. position: relative;
  838. } */
  839. .poster {
  840. width: 100%;
  841. height: 100%;
  842. padding: 20rpx;
  843. position: absolute;
  844. top: 0;
  845. left: 0;
  846. }
  847. .bottomsave {
  848. width: 100%;
  849. height: 140rpx;
  850. line-height: 140rpx;
  851. margin: auto 0;
  852. bottom: 0;
  853. left: 0;
  854. right: 0;
  855. border-top: 1px solid #ccc;
  856. box-shadow: 0 0rpx 150rpx #ccc;
  857. background: #fff;
  858. }
  859. .saveposter {
  860. color: #fff;
  861. width: 380rpx;
  862. height: 80rpx;
  863. border-radius: 50rpx;
  864. background: #f08f04;
  865. margin-top: 30rpx;
  866. font-size: 32rpx;
  867. }
  868. .modal {
  869. width: 100%;
  870. height: 100%;
  871. position: fixed;
  872. top: 0;
  873. left: 0;
  874. background: rgba(0, 0, 0, 0.5);
  875. overflow: hidden;
  876. z-index: 10000;
  877. color: #fff;
  878. }
  879. .modal-content {
  880. width: 540rpx;
  881. height: 233rpx;
  882. line-height: 60rpx;
  883. overflow: hidden;
  884. position: fixed;
  885. top: 50%;
  886. left: 0;
  887. z-index: 11;
  888. background: #f9f9f9;
  889. margin: -16rpx 105rpx;
  890. border-radius: 36rpx;
  891. display: flex;
  892. }
  893. .modal-content view {
  894. display: inline-block;
  895. flex: 1;
  896. text-align: center;
  897. }
  898. .modal-content view>text {
  899. color: #000;
  900. display: block;
  901. font-size: 30rpx;
  902. }
  903. .modal-content view>image {
  904. margin-top: 40rpx;
  905. width: 90rpx;
  906. height: 90rpx;
  907. }
  908. .tt-swiper-dots {
  909. margin-bottom: 30rpx;
  910. }
  911. .quan {
  912. float: left;
  913. margin: 18rpx 15rpx 0 0;
  914. width: 12rpx;
  915. height: 12rpx;
  916. background: #e1e1e1;
  917. border-radius: 50%;
  918. }
  919. .swiper-box .tt-swiper-dots.tt-swiper-dots-horizontal {
  920. margin-bottom: 2rpx;
  921. }
  922. .swiper-box .tt-swiper-dot {
  923. width: 40rpx;
  924. display: inline-flex;
  925. height: 6rpx;
  926. margin-left: 10rpx;
  927. border-radius: 6rpx;
  928. justify-content: space-between;
  929. }
  930. .swiper-box .tt-swiper-dot::before {
  931. content: '';
  932. flex-grow: 1;
  933. background: #ccc8c8;
  934. }
  935. .swiper-box .tt-swiper-dot-active::before {
  936. background: #f6792b;
  937. }
  938. .jifen {
  939. font-size: 30rpx;
  940. }
  941. .childText {
  942. color: #333;
  943. letter-spacing: 0;
  944. font-size: 30rpx;
  945. height: 70rpx;
  946. line-height: 70rpx;
  947. background-color: #fff;
  948. width: 92%;
  949. padding: 0 4%;
  950. }
  951. .childBox {
  952. width: 92%;
  953. padding: 0 4%;
  954. display: flex;
  955. flex-wrap: wrap;
  956. justify-content: space-between;
  957. }
  958. .childItem {
  959. width: 48%;
  960. background-color: #fff;
  961. border-radius: 10rpx;
  962. overflow: hidden;
  963. margin: 20rpx 0;
  964. }
  965. .childImg {
  966. width: 300rpx;
  967. height: 176rpx;
  968. margin: 10px auto;
  969. display: block;
  970. }
  971. .childName {
  972. margin-top: 10rpx;
  973. margin: 10px;
  974. font-size: 24rpx;
  975. color: #919191;
  976. }
  977. .childMoney {
  978. color: #fd782d;
  979. font-size: 24rpx;
  980. margin: 10px;
  981. text-decoration: line-through;
  982. }
  983. .groupTitleBox {
  984. background: #fff;
  985. }
  986. .groupTitle {
  987. color: #333;
  988. letter-spacing: 0;
  989. font-size: 30rpx;
  990. height: 50rpx;
  991. line-height: 50rpx;
  992. width: 92%;
  993. margin: 0 auto;
  994. font-weight: bold;
  995. }
  996. .groupTitleS {
  997. color: #333;
  998. letter-spacing: 0;
  999. font-size: 28rpx;
  1000. /* height: 50rpx; */
  1001. line-height: 50rpx;
  1002. width: 90%;
  1003. margin: 0 auto;
  1004. /* font-weight: bold; */
  1005. }
  1006. .yuandian {
  1007. background-color: #333333;
  1008. width: 4rpx;
  1009. height: 4rpx;
  1010. border-radius: 50%;
  1011. margin: 16rpx 8rpx 0 0;
  1012. float: left;
  1013. }
  1014. .groupDetailsBox {
  1015. width: 90%;
  1016. margin: 0 auto;
  1017. }
  1018. .groupTiemBox {
  1019. color: #333333;
  1020. overflow: hidden;
  1021. }
  1022. .groupTiemName {
  1023. float: left;
  1024. font-size: 26rpx;
  1025. /* color: #a6a6a6; */
  1026. }
  1027. .groupTiemPay {
  1028. float: right;
  1029. font-size: 26rpx;
  1030. /* color: #a6a6a6; */
  1031. }
  1032. .videoCla {
  1033. margin-top: 10rpx;
  1034. width: 70rpx;
  1035. height: 60rpx;
  1036. }
  1037. .issue {
  1038. font-size: 20rpx;
  1039. }
  1040. .groupTextBox {
  1041. background: #fff;
  1042. overflow: hidden;
  1043. padding-bottom: 10rpx;
  1044. }
  1045. .shootBox {
  1046. position: fixed;
  1047. top: 70%;
  1048. right: 0;
  1049. width: 120rpx;
  1050. height: 100rpx;
  1051. background-color: rgba(221, 171, 90, 0.5) !important;
  1052. border-radius: 12rpx 0 0 12rpx;
  1053. z-index: 1000000;
  1054. }
  1055. .mount {
  1056. line-height: 20rpx !important;
  1057. height: 100%;
  1058. }
  1059. button {
  1060. color: #fff;
  1061. background-color: rgba(221, 171, 90, 0.5);
  1062. padding: 0;
  1063. }
  1064. .serviceBox {
  1065. float: right;
  1066. margin-top: 58rpx;
  1067. margin-right: 14rpx;
  1068. height: 40rpx;
  1069. width: 40rpx;
  1070. background-color: #fff;
  1071. }
  1072. .fuwuLogoBox {
  1073. width: 40rpx;
  1074. height: 40rpx;
  1075. line-height: 0;
  1076. }
  1077. .itemLogo {
  1078. width: 100%;
  1079. height: 100%;
  1080. }
  1081. .fuwuName {
  1082. text-align: center;
  1083. color: #000;
  1084. font-size: 24rpx;
  1085. }