抖音小程序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.

1193 lines
18 KiB

  1. @import "../../../app.ttss";
  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. .couponsL c-coupons {
  16. width: 335rpx;
  17. /* height: 354rpx; */
  18. margin-bottom: 22rpx;
  19. }
  20. .couponsL c-coupons:nth-of-type(2n+1) {
  21. float: left;
  22. }
  23. .couponsL c-coupons:nth-of-type(2n) {
  24. float: right;
  25. }
  26. .banner {
  27. position: relative;
  28. width: 750rpx;
  29. height: 454rpx;
  30. }
  31. .banner swiper {
  32. width: 750rpx;
  33. height: 454rpx;
  34. }
  35. .banner image {
  36. width: 100%;
  37. height: 454rpx;
  38. }
  39. .moneyBox {
  40. font-size: 24rpx;
  41. overflow: hidden;
  42. }
  43. .earnest {
  44. float: left;
  45. font-size: 28rpx;
  46. color: #a6a6a6;
  47. }
  48. .earnestNum {
  49. float: left;
  50. color: red;
  51. font-size: 32rpx;
  52. }
  53. .final {
  54. float: left;
  55. font-size: 28rpx;
  56. color: #a6a6a6;
  57. margin-left: 30rpx;
  58. }
  59. .pickFinal_Box {
  60. overflow: hidden;
  61. }
  62. .earnestTime {
  63. font-size: 28rpx;
  64. color: #a6a6a6;
  65. }
  66. .finalTime {
  67. font-size: 28rpx;
  68. color: #a6a6a6;
  69. }
  70. .original {
  71. float: left;
  72. width: 100rpx;
  73. margin-left: 10rpx;
  74. text-decoration: line-through;
  75. color: #a6a6a6;
  76. font-size: 24rpx;
  77. line-height: 50rpx;
  78. }
  79. .dots {
  80. position: absolute;
  81. left: 0;
  82. right: 0;
  83. bottom: 50rpx;
  84. display: flex;
  85. justify-content: center;
  86. }
  87. .dot {
  88. margin: 0 8rpx;
  89. width: 14rpx;
  90. height: 14rpx;
  91. background: #fff;
  92. border-radius: 8rpx;
  93. transition: all 0.6s;
  94. }
  95. .home {
  96. position: relative;
  97. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  98. height: 94rpx;
  99. width: 230rpx;
  100. /* margin: 0 auto 30rpx; */
  101. margin-left: 40rpx;
  102. float: left;
  103. color: #fff;
  104. font-size: 36rpx;
  105. line-height: 94rpx;
  106. border-radius: 21rpx;
  107. }
  108. .arrive {
  109. position: relative;
  110. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  111. height: 94rpx;
  112. width: 230rpx;
  113. /* margin: 0 auto 30rpx; */
  114. margin-left: 40rpx;
  115. float: left;
  116. color: #fff;
  117. font-size: 36rpx;
  118. line-height: 94rpx;
  119. border-radius: 21rpx;
  120. }
  121. .dot.active {
  122. width: 24rpx;
  123. background: #f80;
  124. }
  125. .refound {
  126. border: 1rpx solid red;
  127. padding: 3rpx 0;
  128. display: block;
  129. width: 130rpx;
  130. text-align: center;
  131. margin-left: 14rpx;
  132. }
  133. .couponsL {
  134. width: 92%;
  135. margin: 20rpx auto;
  136. }
  137. .coupons_info {
  138. width: 92%;
  139. padding: 0 4%;
  140. background: #fff;
  141. border-top-left-radius: 20rpx;
  142. border-top-right-radius: 20rpx;
  143. /* margin-top: -25rpx; */
  144. overflow: hidden;
  145. }
  146. .fenxiang {
  147. position: absolute;
  148. right: 28rpx;
  149. top: 27rpx;
  150. display: flex;
  151. flex-direction: column;
  152. }
  153. .fenxiang image {
  154. width: 48rpx;
  155. height: 48rpx;
  156. margin: 0 auto;
  157. }
  158. .gift {
  159. color: #3c3c3c;
  160. font-size: 20rpx;
  161. margin: 0 auto;
  162. }
  163. .user-motto {
  164. width: 270rpx;
  165. border: 0;
  166. background: none;
  167. height: 260rpx;
  168. color: #fff;
  169. position: fixed;
  170. }
  171. .user-motto::after {
  172. border: none;
  173. }
  174. .title {
  175. display: block;
  176. font-weight: bold;
  177. font-size: 32rpx;
  178. color: #3c3c3c;
  179. letter-spacing: 1.09rpx;
  180. line-height: 45rpx;
  181. width: 542rpx;
  182. overflow: hidden;
  183. white-space: nowrap;
  184. text-overflow: ellipsis;
  185. padding-top: 30rpx;
  186. }
  187. .subTitleBox{
  188. overflow: hidden;
  189. width: 100%;
  190. margin: 10rpx 0;
  191. }
  192. .subTitle {
  193. display: block;
  194. width: 400rpx;
  195. /* height: 37rpx; */
  196. font-size: 26rpx;
  197. color: #a6a6a6;
  198. letter-spacing: 1.16rpx;
  199. overflow: hidden;
  200. white-space: nowrap;
  201. text-overflow: ellipsis;
  202. padding: 6rpx 0;
  203. float: left;
  204. }
  205. .sellBox{
  206. display: block;
  207. font-size: 26rpx;
  208. color: #a6a6a6;
  209. letter-spacing: 1.16rpx;
  210. padding: 6rpx 0;
  211. float: right;
  212. }
  213. .rest {
  214. font-size: 24rpx;
  215. color: #919191;
  216. letter-spacing: 0;
  217. height: 50rpx;
  218. line-height: 50rpx;
  219. border-bottom: 1px solid #f9f9f9;
  220. }
  221. .restNum {
  222. font-size: 24rpx;
  223. color: #999;
  224. letter-spacing: 1.16rpx;
  225. text-align: right;
  226. }
  227. .time {
  228. font-size: 24rpx;
  229. color: #a6a6a6;
  230. letter-spacing: 0;
  231. line-height: 33rpx;
  232. display: inline-block;
  233. }
  234. .txt01 {
  235. font-size: 24rpx;
  236. color: #919191;
  237. letter-spacing: 0;
  238. }
  239. .price {
  240. font-size: 24rpx;
  241. color: #999;
  242. letter-spacing: 0;
  243. }
  244. .salePriceStr {
  245. font-size: 24rpx;
  246. color: #999;
  247. letter-spacing: 0;
  248. margin: 10rpx 0;
  249. }
  250. .salePriceStr .rmb {
  251. color: #d5af67;
  252. font-size: 24rpx;
  253. line-height: 40rpx;
  254. float: left;
  255. }
  256. .salePriceStr .pri01 {
  257. font-size: 40rpx;
  258. color: #d5af67;
  259. letter-spacing: 0;
  260. line-height: 40rpx;
  261. float: left;
  262. }
  263. .salePriceStr .pri01Hr {
  264. font-size: 24rpx !important;
  265. }
  266. .use {
  267. color: #fd782d;
  268. /* margin-left: 10rpx; */
  269. }
  270. .salePriceStr .yuan {
  271. font-size: 24rpx;
  272. color: #fd782d;
  273. letter-spacing: 0;
  274. }
  275. .price text {
  276. font-size: 24rpx;
  277. color: #333;
  278. letter-spacing: 0;
  279. }
  280. .throgh {
  281. text-decoration: line-through;
  282. margin-left: 10rpx;
  283. color: #999 !important;
  284. margin-top: 8rpx;
  285. height: 32rpx;
  286. line-height: 45rpx;
  287. }
  288. .qsOriginal{
  289. text-decoration: line-through;
  290. color: #999 !important;
  291. margin-top: 58rpx;
  292. margin-left: 14rpx;
  293. font-family: "PingFangSC-Medium";
  294. font-size: 26rpx;
  295. font-weight: 400;
  296. float: left;
  297. }
  298. .serviceBox{
  299. float: left;
  300. margin-top: 58rpx;
  301. margin-left: 14rpx;
  302. height: 40rpx;
  303. width: 40rpx;
  304. }
  305. .serviceImg{
  306. height: 100%;
  307. width: 100%;
  308. }
  309. .timeText{
  310. color: #333;
  311. letter-spacing: 0;
  312. font-size: 14px;
  313. height: 25px;
  314. line-height: 25px;
  315. width: 92%;
  316. margin: 10rpx auto;
  317. }
  318. .fl {
  319. float: left;
  320. }
  321. .fr {
  322. float: right;
  323. }
  324. .notes {
  325. width: 100%;
  326. background: #fff;
  327. padding-bottom: 30rpx;
  328. }
  329. .nodesD{
  330. height: 87rpx;
  331. line-height: 87rpx;
  332. background: #fff;
  333. border-top: 1px solid #f9f9f9;
  334. font-weight: bold;
  335. }
  336. .notesText{
  337. width: 92%;
  338. margin: 0 auto;
  339. color: #333;
  340. letter-spacing: 0;
  341. font-size: 24rpx;
  342. letter-spacing: 0;
  343. line-height: 42rpx;
  344. display: block;
  345. }
  346. .notesH{
  347. width: 92%;
  348. font-weight: bold;
  349. font-size: 32rpx;
  350. color: #3c3c3c;
  351. margin: 10rpx auto;
  352. padding-top: 10rpx;
  353. }
  354. .Hchild{
  355. width: 92%;
  356. margin: 0 auto;
  357. color: #333;
  358. letter-spacing: 0;
  359. font-size: 12px;
  360. letter-spacing: 0;
  361. line-height: 21px;
  362. display: block;
  363. }
  364. /* .notes view:nth-child(1) text {
  365. color: #333;
  366. letter-spacing: 0;
  367. font-size: 30rpx;
  368. height: 70rpx;
  369. line-height: 70rpx;
  370. }
  371. .notes view:nth-child(1) {
  372. width: 92%;
  373. margin: 0 auto;
  374. }
  375. .notes view:nth-child(2) {
  376. display: flex;
  377. flex-direction: column;
  378. width: 92%;
  379. margin: 0 auto;
  380. }
  381. .notes view:nth-child(2)>text {
  382. font-size: 24rpx;
  383. color: #919191;
  384. letter-spacing: 0;
  385. line-height: 42rpx;
  386. } */
  387. .active {
  388. opacity: 0.6;
  389. }
  390. .app-border-topX{
  391. width: 100%;
  392. background-color: #fff;
  393. border-top: solid 1rpx rgb(204, 204, 204);
  394. }
  395. .buy-view {
  396. /* background: #fff; */
  397. height: 92rpx;
  398. bottom: 0;
  399. left: 0;
  400. right: 0;
  401. padding-bottom: 22rpx;
  402. padding-top: 22rpx;
  403. }
  404. .sell{
  405. font-size: 24rpx;
  406. color: #a6a6a6;;
  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, .btns .fl {
  663. width: 277rpx;
  664. height: 95rpx;
  665. border-radius: 48rpx;
  666. text-align: center;
  667. }
  668. .btns .fl {
  669. margin-left: 20rpx;
  670. color: #fff;
  671. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  672. }
  673. .btns .fl text {
  674. display: block;
  675. font-size: 30rpx;
  676. line-height: 34rpx;
  677. }
  678. .btns .fl text:nth-of-type(1) {
  679. margin-top: 12rpx;
  680. }
  681. .btns .fr {
  682. font-size: 30rpx;
  683. color: #fff;
  684. margin-right: 20rpx;
  685. line-height: 95rpx;
  686. background: linear-gradient(90deg, rgba(40, 179, 255, 1) 0%, rgba(48, 103, 255, 1) 100%);
  687. /* box-shadow: 0px 8px 8px 1px rgba(246, 93, 51, 0.32); */
  688. }
  689. .support-tansfer {
  690. width: 60%;
  691. border-radius: 50rpx;
  692. margin-top: 30rpx;
  693. /* background: #02c0ff !important; */
  694. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  695. }
  696. .shaddow {
  697. z-index: 100;
  698. position: fixed;
  699. width: 100%;
  700. height: 100%;
  701. top: 0px;
  702. background: rgba(0, 0, 0, 0.8);
  703. overflow: hidden;
  704. }
  705. .alert-box {
  706. position: fixed;
  707. top: 50%;
  708. margin-top: -270rpx;
  709. left: 10%;
  710. width: 80%;
  711. height: auto;
  712. padding-bottom: 20rpx;
  713. background: #fff;
  714. z-index: 200;
  715. border-radius: 20rpx;
  716. }
  717. .user-img {
  718. position: absolute;
  719. top: -50rpx;
  720. left: 250rpx;
  721. /* margin-left: -50rpx; */
  722. width: 100rpx;
  723. height: 100rpx;
  724. z-index: 300;
  725. border-radius: 50rpx;
  726. background: #fff;
  727. overflow: hidden;
  728. }
  729. .user-img image {
  730. width: 100rpx;
  731. height: 100rpx;
  732. }
  733. .close {
  734. position: absolute;
  735. z-index: 300;
  736. right: 0;
  737. top: 0;
  738. width: 100rpx;
  739. height: 100rpx;
  740. overflow: hidden;
  741. }
  742. .close image {
  743. display: block;
  744. width: 26rpx;
  745. height: 26rpx;
  746. margin: 20rpx 0 0 52rpx;
  747. }
  748. .a-title {
  749. text-align: center;
  750. margin-top: 76rpx;
  751. font-size: 38rpx;
  752. font-family: PingFang-SC-Medium;
  753. font-weight: 500;
  754. color: rgba(51, 51, 51, 1);
  755. line-height: 44rpx;
  756. }
  757. .a-img {
  758. position: relative;
  759. width: 80%;
  760. border-radius: 20rpx;
  761. height: 294rpx;
  762. overflow: hidden;
  763. text-align: center;
  764. margin: 30rpx auto 0;
  765. }
  766. .a-received {
  767. position: absolute;
  768. width: 100%;
  769. height: 294rpx;
  770. top: 0;
  771. left: 0;
  772. text-align: center;
  773. line-height: 294rpx;
  774. z-index: 320;
  775. background: rgba(255, 255, 255, 1);
  776. border: 0px solid rgba(151, 57, 117, 1);
  777. opacity: 0.91;
  778. font-size: 36rpx;
  779. color: rgba(255, 51, 50, 1);
  780. font-family: PingFang-SC-Medium;
  781. }
  782. .a-img image {
  783. width: 100%;
  784. height: 100%;
  785. }
  786. .bottom {
  787. text-align: center;
  788. height: 70rpx;
  789. line-height: 70rpx;
  790. color: #999;
  791. font-size: 32rpx;
  792. background: #fff;
  793. padding-top: 20rpx;
  794. }
  795. .presslimit {
  796. height: 34rpx;
  797. line-height: 34rpx;
  798. margin-top: 8rpx;
  799. margin-left: 12rpx;
  800. color: #fd782d;
  801. font-size: 20rpx;
  802. letter-spacing: 1.16rpx;
  803. overflow: hidden;
  804. white-space: nowrap;
  805. text-overflow: ellipsis;
  806. }
  807. .presslimit text {
  808. margin-left: 15rpx;
  809. background: rgba(201, 201, 201, 0.1);
  810. }
  811. checkbox-group, radio-group {
  812. height: 400rpx;
  813. overflow-y: scroll;
  814. }
  815. .detailImg {
  816. width: 100%;
  817. background: #fff;
  818. margin: auto;
  819. }
  820. .detailImg image {
  821. display: block;
  822. width: 92%;
  823. padding: 0 4% 0 4%;
  824. margin-bottom: 20rpx;
  825. }
  826. .content {
  827. margin: 0;
  828. padding: 0;
  829. width: 100%;
  830. height: 100%;
  831. background: #f3f3f3;
  832. position: relative;
  833. }
  834. .poster {
  835. width: 100%;
  836. height: 100%;
  837. padding: 20rpx;
  838. position: absolute;
  839. top: 0;
  840. left: 0;
  841. }
  842. .bottomsave {
  843. width: 100%;
  844. height: 140rpx;
  845. line-height: 140rpx;
  846. margin: auto 0;
  847. bottom: 0;
  848. left: 0;
  849. right: 0;
  850. border-top: 1px solid #ccc;
  851. box-shadow: 0 0rpx 150rpx #ccc;
  852. background: #fff;
  853. }
  854. .saveposter {
  855. color: #fff;
  856. width: 380rpx;
  857. height: 80rpx;
  858. border-radius: 50rpx;
  859. background: #f08f04;
  860. margin-top: 30rpx;
  861. font-size: 32rpx;
  862. }
  863. .modal {
  864. width: 100%;
  865. height: 100%;
  866. position: fixed;
  867. top: 0;
  868. left: 0;
  869. background: rgba(0, 0, 0, 0.5);
  870. overflow: hidden;
  871. z-index: 10000;
  872. color: #fff;
  873. }
  874. .modal-content {
  875. width: 540rpx;
  876. height: 233rpx;
  877. line-height: 60rpx;
  878. overflow: hidden;
  879. position: fixed;
  880. top: 50%;
  881. left: 0;
  882. z-index: 11;
  883. background: #f9f9f9;
  884. margin: -16rpx 105rpx;
  885. border-radius: 36rpx;
  886. display: flex;
  887. }
  888. .modal-content view {
  889. display: inline-block;
  890. flex: 1;
  891. text-align: center;
  892. }
  893. .modal-content view>text {
  894. color: #000;
  895. display: block;
  896. font-size: 30rpx;
  897. }
  898. .modal-content view>image {
  899. margin-top: 40rpx;
  900. width: 90rpx;
  901. height: 90rpx;
  902. }
  903. .tt-swiper-dots {
  904. margin-bottom: 30rpx;
  905. }
  906. .quan {
  907. float: left;
  908. margin: 18rpx 15rpx 0 0;
  909. width: 12rpx;
  910. height: 12rpx;
  911. background: #e1e1e1;
  912. border-radius: 50%;
  913. }
  914. .swiper-box .tt-swiper-dots.tt-swiper-dots-horizontal {
  915. margin-bottom: 2rpx;
  916. }
  917. .swiper-box .tt-swiper-dot {
  918. width: 40rpx;
  919. display: inline-flex;
  920. height: 6rpx;
  921. margin-left: 10rpx;
  922. border-radius: 6rpx;
  923. justify-content: space-between;
  924. }
  925. .swiper-box .tt-swiper-dot::before {
  926. content: '';
  927. flex-grow: 1;
  928. background: #ccc8c8;
  929. }
  930. .swiper-box .tt-swiper-dot-active::before {
  931. background: #f6792b;
  932. }
  933. .jifen {
  934. font-size: 30rpx;
  935. }
  936. .childText {
  937. color: #333;
  938. letter-spacing: 0;
  939. font-size: 30rpx;
  940. height: 70rpx;
  941. line-height: 70rpx;
  942. background-color: #fff;
  943. width: 92%;
  944. padding: 0 4%;
  945. }
  946. .childBox {
  947. width: 92%;
  948. padding: 0 4%;
  949. display: flex;
  950. flex-wrap: wrap;
  951. justify-content: space-between;
  952. }
  953. .childItem {
  954. width: 48%;
  955. background-color: #fff;
  956. border-radius: 10rpx;
  957. overflow: hidden;
  958. margin: 20rpx 0;
  959. }
  960. .childImg {
  961. width: 300rpx;
  962. height: 176rpx;
  963. margin: 10px auto;
  964. display: block;
  965. }
  966. .childName {
  967. margin-top: 10rpx;
  968. margin: 10px;
  969. font-size: 24rpx;
  970. color: #919191;
  971. }
  972. .childMoney {
  973. color: #fd782d;
  974. font-size: 24rpx;
  975. margin: 10px;
  976. text-decoration: line-through;
  977. }
  978. .groupTitleBox{
  979. background: #fff;
  980. }
  981. .groupTitle{
  982. color: #333;
  983. letter-spacing: 0;
  984. font-size: 30rpx;
  985. height: 50rpx;
  986. line-height: 50rpx;
  987. width: 92%;
  988. margin: 0 auto;
  989. font-weight: bold;
  990. }
  991. .groupTitleS{
  992. color: #333;
  993. letter-spacing: 0;
  994. font-size: 28rpx;
  995. height: 50rpx;
  996. line-height: 50rpx;
  997. width: 90%;
  998. margin: 0 auto;
  999. /* font-weight: bold; */
  1000. }
  1001. .yuandian{
  1002. background-color: #333333;
  1003. width: 4rpx;
  1004. height: 4rpx;
  1005. border-radius: 50%;
  1006. margin: 16rpx 8rpx 0 0;
  1007. float: left;
  1008. }
  1009. .groupDetailsBox{
  1010. width: 90%;
  1011. margin: 0 auto;
  1012. }
  1013. .groupTiemBox{
  1014. color: #333333;
  1015. overflow: hidden;
  1016. }
  1017. .groupTiemName{
  1018. float: left;
  1019. font-size: 26rpx;
  1020. /* color: #a6a6a6; */
  1021. }
  1022. .groupTiemPay{
  1023. float: right;
  1024. font-size: 26rpx;
  1025. /* color: #a6a6a6; */
  1026. }
  1027. .videoCla{
  1028. margin-top: 10rpx;
  1029. width: 70rpx;
  1030. height: 60rpx;
  1031. }
  1032. .issue{
  1033. font-size: 20rpx;
  1034. }
  1035. .groupTextBox{
  1036. background: #fff;
  1037. overflow: hidden;
  1038. padding-bottom: 10rpx;
  1039. }
  1040. .shootBox{
  1041. position: fixed;
  1042. top: 70%;
  1043. right: 0;
  1044. width: 120rpx;
  1045. height: 100rpx;
  1046. background-color: rgba(221,171,90, 0.5) !important;
  1047. border-radius: 12rpx 0 0 12rpx;
  1048. z-index: 1000000;
  1049. }
  1050. .mount{
  1051. line-height: 20rpx !important;
  1052. height: 100%;
  1053. }
  1054. button{
  1055. color: #fff;
  1056. background-color: rgba(221,171,90, 0.5);
  1057. padding:0;
  1058. }