抖音c端
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

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