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

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