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

1056 regels
15 KiB

  1. @import "../../../app.ttss";
  2. button::after {
  3. border: none;
  4. }
  5. page {
  6. height: auto !important;
  7. background: #f4f5f9;
  8. }
  9. .serviceBOX {
  10. position: fixed;
  11. top: 50%;
  12. right: 10%;
  13. width: 50rpx;
  14. height: 50rpx;
  15. z-index: 99999;
  16. }
  17. .serviceBox2 {
  18. width: 50rpx;
  19. height: 50rpx;
  20. background-color: #00000000;
  21. margin-top: 20rpx;
  22. }
  23. .fuwuLogoBox {
  24. width: 50rpx;
  25. height: 50rpx;
  26. line-height: 0;
  27. }
  28. .itemLogo {
  29. width: 100%;
  30. height: 100%;
  31. }
  32. .order {
  33. width: 100%;
  34. padding-bottom: 40rpx;
  35. overflow: hidden;
  36. }
  37. .success {
  38. vertical-align: middle;
  39. width: 40rpx;
  40. margin-right: 10rpx;
  41. float: left;
  42. }
  43. .tips {
  44. width: 92%;
  45. height: 70rpx;
  46. background: #d4a971;
  47. color: #fff;
  48. padding: 20rpx 4% 0;
  49. }
  50. .tipsX {
  51. width: 92%;
  52. height: 70rpx;
  53. background: #2c8dff;
  54. color: #fff;
  55. padding: 20rpx 4% 0;
  56. }
  57. .merchantName {
  58. color: #3c3c3c !important;
  59. /* margin-left: 160rpx; */
  60. font-size: 28rpx;
  61. float: left;
  62. margin-left: 30rpx;
  63. height: 100%;
  64. line-height: 90rpx;
  65. }
  66. .tips view:nth-child(2) {
  67. font-size: 32rpx;
  68. padding-left: 16rpx;
  69. width: 100%;
  70. }
  71. .tips view:nth-child(1) {
  72. width: 100%;
  73. height: 32rpx;
  74. background: #fff;
  75. border-radius: 50%;
  76. color: #00c0ff;
  77. text-align: center;
  78. font-size: 28rpx;
  79. }
  80. .msg text:nth-child(1) {
  81. width: 90%;
  82. font-size: 28rpx;
  83. float: left;
  84. }
  85. .msg text:nth-child(2) {
  86. font-size: 24rpx;
  87. float: left;
  88. margin-left: 35rpx;
  89. }
  90. .section {
  91. /* margin-top: 2%; */
  92. background: #fff;
  93. }
  94. .detail_msg {
  95. width: 92%;
  96. display: flex;
  97. margin: 0 4%;
  98. margin-top: 10rpx;
  99. padding-bottom: 42rpx;
  100. border-bottom: 1rpx solid #eee;
  101. }
  102. .logo {
  103. display: block;
  104. width: 120rpx;
  105. height: 120rpx;
  106. border-radius: 16rpx;
  107. }
  108. .logo image {
  109. width: 120rpx;
  110. height: 120rpx;
  111. border-radius: 16rpx;
  112. }
  113. .sectionTit {
  114. padding-top: 30rpx;
  115. width: 92%;
  116. margin: 0 4%;
  117. font-size: 30rpx;
  118. color: #3c3c3c;
  119. }
  120. /* .info view:nth-child(1) {
  121. padding: 0 4%;
  122. width: 80%;
  123. overflow: hidden;
  124. text-overflow: ellipsis;
  125. white-space: nowrap;
  126. } */
  127. .info {
  128. width: 100%;
  129. position: relative;
  130. }
  131. .infoArrow {
  132. position: absolute;
  133. right: 26rpx;
  134. width: 20rpx;
  135. margin: auto;
  136. bottom: 90rpx;
  137. }
  138. /* .info view:nth-child(1) text {
  139. font-size: 30rpx;
  140. color: #000;
  141. letter-spacing: 0;
  142. } */
  143. /* .info view:nth-child(1) text:nth-child(2) {
  144. color: #ffae00;
  145. font-size: 24rpx;
  146. } */
  147. /* .info view:nth-child(2), .info view:nth-child(3) {
  148. font-size: 24rpx;
  149. padding-left: 4%;
  150. color: #919191;
  151. letter-spacing: 0;
  152. } */
  153. /* .info view:nth-child(2) text, .info view:nth-child(3) text {
  154. font-size: 22rpx;
  155. color: #b8b8b8;
  156. } */
  157. .payment {
  158. width: 92%;
  159. height: 120rpx;
  160. line-height: 120rpx;
  161. padding: 0 4%;
  162. display: flex;
  163. justify-content: space-between;
  164. border-bottom: 20rpx solid #ededed;
  165. }
  166. .payment view:nth-child(2) text:nth-child(1) {
  167. font-size: 36rpx;
  168. color: #ff3434;
  169. font-weight: bold;
  170. }
  171. .payment view:nth-child(2) text:nth-child(2) {
  172. font-size: 24rpx;
  173. color: #b4b4b4;
  174. padding-left: 18rpx;
  175. text-decoration: line-through;
  176. }
  177. .dhCode {
  178. position: relative;
  179. height: 96rpx;
  180. line-height: 96rpx;
  181. border-bottom: 1rpx solid #f4f5f9;
  182. padding-left: 5%;
  183. padding-right: 5%;
  184. }
  185. .barnumImg {
  186. float: left;
  187. height: 40rpx;
  188. width: 40rpx;
  189. margin: 24rpx 20rpx;
  190. }
  191. .classif {
  192. background: #fff;
  193. width: 100%;
  194. margin-top: 20rpx;
  195. }
  196. .wuliu {
  197. height: 96rpx;
  198. line-height: 96rpx;
  199. border-bottom: 1rpx solid #f4f5f9;
  200. padding-left: 5%;
  201. padding-right: 5%;
  202. overflow: hidden;
  203. }
  204. .left {
  205. float: left;
  206. }
  207. .sign {
  208. width: 160rpx;
  209. height: 60rpx;
  210. line-height: 60rpx;
  211. text-align: center;
  212. background-color: #00c0ff;
  213. color: #fff;
  214. border-radius: 12rpx;
  215. margin: 40rpx auto;
  216. padding: 12rpx 20rpx;
  217. font-size: 28rpx;
  218. }
  219. .left {
  220. float: left;
  221. font-size: 26rpx;
  222. color: #a6a6a6;
  223. }
  224. .copeCode {
  225. float: left;
  226. margin: 20rpx 10rpx;
  227. padding: 10rpx;
  228. height: 30rpx;
  229. line-height: 30rpx;
  230. border-radius: 8rpx;
  231. color: #df3502;
  232. border: 1rpx #a6a6a6 solid;
  233. font-size: 28rpx;
  234. }
  235. .goInquire {
  236. float: left;
  237. margin: 20rpx 10rpx;
  238. padding: 10rpx;
  239. height: 30rpx;
  240. line-height: 30rpx;
  241. border: 1rpx #a6a6a6 solid;
  242. border-radius: 8rpx;
  243. color: #3cc51f;
  244. font-size: 28rpx;
  245. }
  246. /*
  247. .classifShop{
  248. background: #FFFFFF;
  249. width: 100%;
  250. margin-top: 20rpx;
  251. padding-bottom: 20rpx;
  252. }
  253. .classifShop >view{
  254. font-size: 28rpx;
  255. color: #A6A6A6;
  256. position: relative;
  257. display: flex;
  258. justify-content: space-between;
  259. padding-left: 5%;
  260. padding-right: 5%;
  261. margin-bottom: 20rpx;
  262. }
  263. .classifShop >view:nth-child(1){
  264. height: 88rpx!important;
  265. line-height:94rpx;
  266. } */
  267. .classif>view:nth-child(2),
  268. .classif>view:nth-child(3) {
  269. position: relative;
  270. height: 94rpx;
  271. line-height: 94rpx;
  272. display: flex;
  273. justify-content: space-between;
  274. padding-left: 5%;
  275. padding-right: 5%;
  276. /* border-bottom: 1rpx solid #eee; */
  277. }
  278. .classif>view text:nth-child(2) {
  279. font-size: 28rpx;
  280. /* color: #3c3c3c; */
  281. }
  282. .classif>view text:nth-child(1) {
  283. font-size: 28rpx;
  284. color: #a6a6a6;
  285. float: left;
  286. }
  287. .classif>view:nth-child(1) {
  288. display: block;
  289. }
  290. .classif>view:nth-child(6) text:nth-child(2) {
  291. color: #666;
  292. }
  293. .spcode {
  294. position: absolute;
  295. right: 70rpx;
  296. bottom: 0;
  297. top: 0;
  298. margin: auto;
  299. width: 50rpx;
  300. z-index: 1;
  301. }
  302. .rArrow {
  303. position: absolute;
  304. right: 26rpx;
  305. height: 20rpx;
  306. width: 20rpx;
  307. margin: auto;
  308. bottom: 30rpx;
  309. }
  310. /*mask*/
  311. .drawer_screen {
  312. position: absolute;
  313. width: 100%;
  314. height: 100%;
  315. top: 0;
  316. left: 0;
  317. z-index: 1000;
  318. background: #000;
  319. opacity: 0.5;
  320. overflow: hidden;
  321. }
  322. .drawer_box {
  323. width: 650rpx;
  324. position: fixed;
  325. overflow: hidden;
  326. top: 50%;
  327. left: 0;
  328. z-index: 1001;
  329. margin: -150px 50rpx 0 50rpx;
  330. border-radius: 3px;
  331. }
  332. .drawer_title {
  333. padding: 15px;
  334. font: 20px "microsoft yahei";
  335. text-align: center;
  336. }
  337. .drawer_content {
  338. height: 210px;
  339. overflow-y: scroll;
  340. /*超出父盒子高度可滚动*/
  341. }
  342. .btn_ok {
  343. padding: 10px;
  344. font: 20px "microsoft yahei";
  345. text-align: center;
  346. border-top: 1px solid #e8e8ea;
  347. color: #3cc51f;
  348. }
  349. .top {
  350. padding-top: 8px;
  351. }
  352. .bottom {
  353. padding-bottom: 8px;
  354. }
  355. .title {
  356. height: 30px;
  357. line-height: 30px;
  358. width: 160rpx;
  359. text-align: center;
  360. display: inline-block;
  361. font: 300 28rpx/30px "microsoft yahei";
  362. }
  363. .input_base {
  364. border: 2rpx solid #ccc;
  365. padding-left: 10rpx;
  366. margin-right: 50rpx;
  367. }
  368. .input_h30 {
  369. height: 30px;
  370. line-height: 30px;
  371. }
  372. .input_h60 {
  373. height: 60px;
  374. }
  375. .input_view {
  376. font: 12px "microsoft yahei";
  377. background: #fff;
  378. color: #000;
  379. line-height: 30px;
  380. }
  381. input {
  382. font: 12px "microsoft yahei";
  383. background: #fff;
  384. color: #000;
  385. }
  386. radio {
  387. margin-right: 20px;
  388. }
  389. .grid {
  390. display: -webkit-box;
  391. display: box;
  392. }
  393. .col-0 {
  394. -webkit-box-flex: 0;
  395. box-flex: 0;
  396. }
  397. .col-1 {
  398. -webkit-box-flex: 1;
  399. box-flex: 1;
  400. }
  401. .fl {
  402. float: left;
  403. color: #3c3c3c !important;
  404. }
  405. .fr {
  406. float: left;
  407. }
  408. .clearfix:after {
  409. content: ".";
  410. display: block;
  411. height: 0;
  412. clear: both;
  413. visibility: hidden;
  414. }
  415. .panel {
  416. width: 600rpx;
  417. border-radius: 10rpx;
  418. background-color: #fff;
  419. margin: 30rpx auto 0;
  420. padding: 30rpx 0;
  421. position: relative;
  422. z-index: 10000000000;
  423. }
  424. .pane2 {
  425. background: #fff;
  426. opacity: 0.6;
  427. }
  428. .pane2 image {
  429. width: 500rpx;
  430. display: block;
  431. margin: 40rpx auto 0;
  432. }
  433. .barcode {
  434. height: 100rpx;
  435. width: 500rpx;
  436. margin: 0 auto;
  437. }
  438. .barnum {
  439. width: 88%;
  440. height: 46rpx;
  441. line-height: 46rpx;
  442. font-size: 32rpx;
  443. text-align: center;
  444. letter-spacing: 2rpx;
  445. white-space: nowrap;
  446. color: #999;
  447. }
  448. .barnum text {
  449. color: #333;
  450. }
  451. .barcode>canvas {
  452. width: 500rpx;
  453. height: 100rpx;
  454. }
  455. .qrcode {
  456. height: 340rpx;
  457. display: flex;
  458. flex-direction: column;
  459. justify-content: flex-end;
  460. align-items: center;
  461. }
  462. .qrcode>canvas {
  463. width: 350rpx;
  464. height: 350rpx;
  465. }
  466. .left {
  467. float: left;
  468. }
  469. .right {
  470. float: right;
  471. }
  472. .RMB {
  473. color: #fd782d !important;
  474. font-size: 24rpx !important;
  475. float: right;
  476. }
  477. .jine {
  478. color: #fd782d !important;
  479. font-size: 36rpx !important;
  480. font-weight: 400 !important;
  481. float: right;
  482. margin-left: 10rpx;
  483. }
  484. .jine1 {
  485. color: #b8b8b8 !important;
  486. font-size: 30rpx !important;
  487. font-weight: 400 !important;
  488. }
  489. .buy-view {
  490. /* background: #fff; */
  491. position: fixed;
  492. padding-top: 30rpx;
  493. height: 94rpx;
  494. bottom: 0;
  495. left: 0;
  496. right: 0;
  497. z-index: 100;
  498. padding-bottom: 30rpx;
  499. }
  500. .buy {
  501. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  502. height: 94rpx;
  503. width: 670rpx;
  504. margin: 0 auto;
  505. color: #fff;
  506. font-size: 32rpx;
  507. line-height: 94rpx;
  508. border-radius: 61rpx;
  509. }
  510. .buyX {
  511. background: linear-gradient(180deg, #cc9a60 0%, #dfbf8e 100%);
  512. height: 94rpx;
  513. width: 670rpx;
  514. margin: 0 auto;
  515. color: #fff;
  516. font-size: 32rpx;
  517. line-height: 94rpx;
  518. border-radius: 61rpx;
  519. }
  520. .salePriceStr {
  521. color: #999;
  522. letter-spacing: 0;
  523. padding-left: 4%;
  524. overflow: hidden;
  525. }
  526. .subTitle {
  527. font-size: 22rpx;
  528. color: #b8b8b8;
  529. padding-left: 4%;
  530. letter-spacing: 0;
  531. }
  532. .xidanTiem {
  533. padding-left: 4%;
  534. color: #b8b8b8;
  535. letter-spacing: 0;
  536. font-size: 22rpx;
  537. }
  538. .rmb {
  539. color: #d5af67;
  540. font-size: 24rpx;
  541. line-height: 40rpx;
  542. float: left;
  543. }
  544. .pri01 {
  545. font-size: 36rpx;
  546. color: #d5af67;
  547. letter-spacing: 0;
  548. line-height: 40rpx;
  549. float: left;
  550. }
  551. .throgh {
  552. text-decoration: line-through;
  553. margin-left: 10rpx;
  554. color: #999;
  555. height: 32rpx;
  556. line-height: 45rpx;
  557. float: left;
  558. font-size: 26rpx;
  559. }
  560. .active {
  561. opacity: 0.6;
  562. }
  563. .game-entry {
  564. width: 690rpx;
  565. height: 140rpx;
  566. margin: 20rpx auto 0;
  567. }
  568. .gameimg {
  569. display: block;
  570. width: 100%;
  571. height: 140rpx;
  572. }
  573. /*
  574. .merchantVoList {
  575. width: 100%;
  576. }
  577. .merchantVoList .tel {
  578. width: 50rpx;
  579. height: 50rpx;
  580. float: right;
  581. z-index: 10;
  582. margin-top: 30rpx;
  583. } */
  584. .btns {
  585. background: #00c0ff;
  586. height: 94rpx;
  587. width: 670rpx;
  588. margin: 0 auto 30rpx;
  589. color: #fff;
  590. font-size: 36rpx;
  591. line-height: 94rpx;
  592. border-radius: 61rpx;
  593. }
  594. /* .merchantImgUrl{
  595. width: 90rpx;
  596. float: left;
  597. border-radius: 10rpx;
  598. z-index: 10;
  599. margin: 0 auto;
  600. } */
  601. .support-tansfer {
  602. width: 690rpx;
  603. border-radius: 50rpx;
  604. margin-top: 60rpx;
  605. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%) !important;
  606. }
  607. .share {
  608. width: 40rpx;
  609. height: 40rpx;
  610. margin-right: 20rpx;
  611. }
  612. .showT {
  613. width: 100%;
  614. height: 100vh;
  615. background-color: rgba(0, 0, 0, 0.1);
  616. position: fixed;
  617. top: 0;
  618. left: 0;
  619. overflow: hidden;
  620. }
  621. .titleBxo {
  622. width: 70%;
  623. margin: 300rpx auto;
  624. background-color: #fff;
  625. border-radius: 12rpx;
  626. overflow: hidden;
  627. }
  628. .titleBxo .text {
  629. margin: 40rpx auto 20rpx auto;
  630. text-align: center;
  631. font-size: 36rpx;
  632. }
  633. .titleBxo .p {
  634. margin-top: 10rpx auto 30rpx auto;
  635. font-size: 22rpx;
  636. text-align: center;
  637. }
  638. .btnBox {
  639. overflow: hidden;
  640. margin-top: 40rpx;
  641. margin-bottom: 20rpx;
  642. display: flex;
  643. justify-content: space-around;
  644. }
  645. .le {
  646. width: 40%;
  647. height: 60rpx;
  648. line-height: 60rpx;
  649. border-radius: 10rpx;
  650. background-color: #00c0ff;
  651. text-align: center;
  652. color: #fff;
  653. }
  654. .ri {
  655. width: 40%;
  656. height: 60rpx;
  657. line-height: 60rpx;
  658. border-radius: 10rpx;
  659. text-align: center;
  660. border: 1rpx solid #919191;
  661. }
  662. .childList {
  663. padding-left: 5%;
  664. padding-right: 5%;
  665. overflow: hidden;
  666. }
  667. .childTitle {
  668. font-size: 28rpx;
  669. color: #a6a6a6;
  670. margin-top: 20rpx;
  671. }
  672. .childItme {
  673. border-radius: 12rpx;
  674. overflow: hidden;
  675. background-color: #fff;
  676. margin: 20rpx;
  677. }
  678. .orderName {
  679. margin: 20rpx;
  680. font-size: 26rpx;
  681. }
  682. .chaildDetBox {
  683. margin: 20rpx;
  684. overflow: hidden;
  685. }
  686. .chaildImg {
  687. float: left;
  688. width: 100rpx;
  689. height: 100rpx;
  690. border-radius: 10rpx;
  691. }
  692. .childDataBox {
  693. float: left;
  694. width: 50%;
  695. margin-left: 20rpx;
  696. }
  697. .childPriceStr {
  698. font-size: 24rpx;
  699. color: #919191;
  700. letter-spacing: 0;
  701. margin-left: 20rpx;
  702. }
  703. .groupTextBox {
  704. background: #fff;
  705. overflow: hidden;
  706. padding-bottom: 10rpx;
  707. }
  708. .groupTitleBox {
  709. background: #fff;
  710. }
  711. .groupTitle {
  712. color: #333;
  713. letter-spacing: 0;
  714. font-size: 30rpx;
  715. height: 50rpx;
  716. line-height: 50rpx;
  717. width: 92%;
  718. margin: 0 auto;
  719. font-weight: bold;
  720. }
  721. .groupTitleS {
  722. color: #333;
  723. letter-spacing: 0;
  724. font-size: 28rpx;
  725. height: 50rpx;
  726. line-height: 50rpx;
  727. width: 90%;
  728. margin: 0 auto;
  729. /* font-weight: bold; */
  730. }
  731. .groupDetailsBox {
  732. width: 90%;
  733. margin: 0 auto;
  734. }
  735. .groupTiemBox {
  736. color: #333333;
  737. overflow: hidden;
  738. }
  739. .groupTiemName {
  740. float: left;
  741. font-size: 26rpx;
  742. /* color: #a6a6a6; */
  743. }
  744. .groupTiemPay {
  745. float: right;
  746. font-size: 26rpx;
  747. /* color: #a6a6a6; */
  748. }
  749. .yuandian {
  750. background-color: #333333;
  751. width: 4rpx;
  752. height: 4rpx;
  753. border-radius: 50%;
  754. margin: 16rpx 8rpx 0 0;
  755. float: left;
  756. }
  757. .notes {
  758. width: 100%;
  759. background: #fff;
  760. padding-bottom: 30rpx;
  761. }
  762. .notesH {
  763. width: 92%;
  764. font-weight: bold;
  765. font-size: 32rpx;
  766. color: #3c3c3c;
  767. margin: 10rpx auto;
  768. padding-top: 10rpx;
  769. }
  770. .timeText {
  771. color: #333;
  772. letter-spacing: 0;
  773. font-size: 14px;
  774. height: 25px;
  775. line-height: 25px;
  776. width: 92%;
  777. margin: 10rpx auto;
  778. }
  779. .Hchild {
  780. width: 92%;
  781. margin: 0 auto;
  782. color: #333;
  783. letter-spacing: 0;
  784. font-size: 12px;
  785. letter-spacing: 0;
  786. line-height: 21px;
  787. display: block;
  788. }
  789. .notesText {
  790. width: 92%;
  791. margin: 0 auto;
  792. color: #333;
  793. letter-spacing: 0;
  794. font-size: 24rpx;
  795. letter-spacing: 0;
  796. line-height: 42rpx;
  797. display: block;
  798. }
  799. .panel {
  800. position: relative;
  801. }
  802. .closeRq {
  803. position: absolute;
  804. width: 420rpx;
  805. height: 420rpx;
  806. line-height: 420rpx;
  807. text-align: center;
  808. background-color: rgba(0, 0, 0, 0.8);
  809. left: 50%;
  810. top: 50%;
  811. transform: translate(-50%, -50%);
  812. /* 50%为自身尺寸的一半 */
  813. z-index: 10000000;
  814. color: #fff;
  815. font-size: 38rpx;
  816. }
  817. .updataRqCode {
  818. width: 80rpx !important;
  819. height: 80rpx !important;
  820. margin-top: calc(50%-80rpx) !important;
  821. margin-left: calc(50%-80rpx) !important;
  822. display: inline-block !important;
  823. }
  824. .upDataRq {
  825. position: absolute;
  826. width: 100%;
  827. text-align: center;
  828. height: 80rpx;
  829. color: #fff;
  830. top: 20%;
  831. left: 0;
  832. }
  833. .coedTiem {
  834. text-align: center;
  835. /* color: rgba(253,131,45,1); */
  836. margin-bottom: 20rpx;
  837. }
  838. .zhuangtai {
  839. margin-top: 20rpx;
  840. width: 100%;
  841. background-color: #fff;
  842. }
  843. .panel,
  844. .zhuangtai image {
  845. width: 500rpx;
  846. display: block;
  847. border-radius: 10rpx;
  848. margin: 0 auto;
  849. padding: 0;
  850. z-index: 10000;
  851. overflow: hidden;
  852. }
  853. .panel {
  854. position: relative;
  855. }
  856. .goRefundPayBtn {
  857. float: right;
  858. margin-right: 26rpx;
  859. }
  860. .goRefund {
  861. border: 1rpx solid #d4a971;
  862. border-radius: 50rpx;
  863. color: #3c3c3c;
  864. padding: 6rpx 12rpx;
  865. float: right;
  866. text-align: center;
  867. font-size: 24rpx;
  868. margin-right: 26rpx;
  869. }
  870. .evaluate {
  871. width: 80%;
  872. margin: 20rpx auto;
  873. background-color: #d4a971;
  874. color: #fff;
  875. font-size: 32rpx;
  876. text-align: center;
  877. padding: 10rpx 0;
  878. border-radius: 25rpx;
  879. }
  880. .serviceBox {
  881. margin: 40rpx auto;
  882. overflow: hidden;
  883. border: #d4a971 1px solid;
  884. border-radius: 24rpx;
  885. text-align: center;
  886. padding: 6rpx;
  887. font-size: 26rpx;
  888. color: #d4a971;
  889. width: 240rpx;
  890. }
  891. .serviceImg {
  892. width: 30rpx;
  893. height: 30rpx;
  894. float: left;
  895. margin-left: 20rpx;
  896. margin-top: 6rpx;
  897. }
  898. .serviceText {
  899. float: left;
  900. margin-left: 10rpx;
  901. }
  902. .explainText {
  903. margin-top: 20rpx;
  904. text-align: center;
  905. font-size: 24rpx;
  906. color: #b8b8b8;
  907. }