helpfarm-detail.wxss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815
  1. @import "../../../utils/wxParse/wxParse.wxss";
  2. .bg {
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #f3f3f3;
  6. }
  7. .swiper{
  8. width: 100%;
  9. height: 400rpx;
  10. }
  11. .swiper image{
  12. width: 100%;
  13. height: 100%;
  14. }
  15. .mokuai {
  16. width: 65rpx;
  17. height: 65rpx;
  18. background: #000;
  19. opacity: 0.5;
  20. text-align: center;
  21. color: #fff;
  22. font-size: 20rpx;
  23. line-height: 65rpx;
  24. border-radius: 50%;
  25. position: absolute;
  26. top: 320rpx;
  27. right: 20rpx;
  28. }
  29. .mokuai1 {
  30. width: 100%;
  31. height: 232rpx;
  32. background: #fff;
  33. border-bottom: 1rpx solid #dddddd;
  34. position: relative;
  35. overflow: hidden;
  36. }
  37. .start {
  38. float: left;
  39. height: 28rpx;
  40. width: 102rpx;
  41. background: #ffb468;
  42. color: #fff;
  43. text-align: center;
  44. line-height: 28rpx;
  45. font-size: 24rpx;
  46. border-radius : 50rpx;
  47. margin: 15rpx 20rpx 0 20rpx;
  48. overflow: hidden;
  49. }
  50. .clock {
  51. float: left;
  52. width: 30rpx;
  53. height: 30rpx;
  54. margin: 15rpx 15rpx 0 0;
  55. }
  56. .time {
  57. font-size: 24rpx;
  58. color: #b68585;
  59. float: left;
  60. margin-top: 12rpx;
  61. }
  62. .describe {
  63. width: 500rpx;
  64. height: 86rpx;
  65. background: #fff;
  66. font-size: 33rpx;
  67. margin-left: 20rpx;
  68. margin-top: 20rpx;
  69. padding-bottom: 2rpx;
  70. overflow: hidden;
  71. }
  72. .danjia {
  73. font-size: 25rpx;
  74. color: #bbbbbb;
  75. float: left;
  76. margin: 25rpx 30rpx 0 20rpx;
  77. }
  78. .money {
  79. font-size: 25rpx;
  80. color: #ff9262;
  81. float: left;
  82. margin: 19rpx 0 0 0;
  83. }
  84. .count {
  85. font-size: 25rpx;
  86. color: #bbbbbb;
  87. float: right;
  88. margin-top: 25rpx;
  89. }
  90. .end{
  91. font-size: 25rpx;
  92. color: #bbbbbb;
  93. /* float: right; */
  94. /* margin-top: 27rpx; */
  95. /* margin-right: 65rpx; */
  96. position: absolute;
  97. right:65rpx;
  98. top:177rpx;
  99. }
  100. .line {
  101. width: 1rpx;
  102. height: 200rpx;
  103. background: #dddddd;
  104. /* background: red; */
  105. /* border: 1rpx solid #eee; */
  106. position: absolute;
  107. right: 210rpx;
  108. top: 20rpx;
  109. }
  110. .progress_box {
  111. position: absolute;
  112. /* width: 200rpx; */
  113. height: 160rpx;
  114. width: 160rpx;
  115. /* right: 5px;*/
  116. right: 26rpx;
  117. top: 5px;
  118. /* background: pink; */
  119. /* border: 20rpx solid #ccc; */
  120. /* border-radius: 50%; */
  121. }
  122. .progress_bg {
  123. position: absolute;
  124. width: 200rpx;
  125. height: 160rpx;
  126. }
  127. .progress_canvas {
  128. width: 200rpx;
  129. height: 160rpx;
  130. }
  131. .progress_text {
  132. position: absolute;
  133. width: 40%;
  134. top: 50rpx;
  135. right: 50rpx;
  136. text-align: center;
  137. /* top: 0; */
  138. /* right: 0; */
  139. }
  140. .progress_info {
  141. font-size: 30rpx;
  142. /* padding-left: 16rpx; */
  143. letter-spacing: 2rpx;
  144. color: #eab86a;
  145. }
  146. .tab-h {
  147. height: 93rpx;
  148. width: 100%;
  149. box-sizing: border-box;
  150. overflow: hidden;
  151. line-height: 93rpx;
  152. background: #fff;
  153. font-size: 28rpx;
  154. white-space: nowrap;
  155. /* font-weight: 600; */
  156. border-bottom: 1rpx solid #dddddd;
  157. color: #4c4c4c;
  158. }
  159. .tab-item {
  160. display: inline-block;
  161. width:50%;
  162. text-align:center;
  163. }
  164. .tab-item.active {
  165. color: #ff9262;
  166. border-top: 2rpx solid #ff9262;
  167. }
  168. .show {
  169. font-size: 28rpx;
  170. color: #4c4c4c;
  171. line-height: 48rpx;
  172. padding: 0rpx 20rpx;
  173. display:block;
  174. /* text-align:center; */
  175. }
  176. .showImage {
  177. }
  178. .hidden {
  179. font-size: 28rpx;
  180. color: #4c4c4c;
  181. line-height: 48rpx;
  182. padding: 0rpx 20rpx;
  183. display:none;
  184. text-align:center;
  185. line-height:200px;
  186. }
  187. .projects-title {
  188. position: relative;
  189. font-size: 28rpx;
  190. margin-top: 80rpx;
  191. padding-bottom: 30rpx;
  192. /* font-weight: bold; */
  193. text-align: center;
  194. color: #bababa;
  195. }
  196. .personList {
  197. width: 100%;
  198. /* height: 730rpx; */
  199. /* background: #fcfcfc; */
  200. padding: 0 30rpx;
  201. box-sizing: border-box;
  202. padding-bottom: 132rpx;
  203. }
  204. .personList-li {
  205. width: 100%;
  206. height: 130rpx;
  207. }
  208. .p-head {
  209. height: 102rpx;
  210. width: 102rpx;
  211. border-radius: 50%;
  212. float: left;
  213. }
  214. .p-name {
  215. width: 240rpx;
  216. font-size: 24rpx;
  217. color: #4c4c4c;
  218. float: left;
  219. overflow:hidden;
  220. text-overflow:ellipsis;
  221. white-space: nowrap;
  222. padding-left: 20rpx;
  223. padding-top: 15rpx;
  224. }
  225. .p-time {
  226. width: 400rpx;
  227. float: left;
  228. font-size: 24rpx;
  229. color: #999999;
  230. padding-top: 5rpx;
  231. padding-left: 23rpx;
  232. }
  233. .p-money {
  234. color: #fe6666;
  235. float: right;
  236. font-size: 26rpx;
  237. padding-top: 20rpx;
  238. }
  239. .p-more {
  240. width: 170rpx;
  241. height: 48rpx;
  242. line-height: 48rpx;
  243. color: #eab86a;
  244. text-align: center;
  245. margin: 0 auto;
  246. border: 1px solid #eab86a;
  247. border-radius: 50rpx;
  248. font-size: 30rpx;
  249. }
  250. .p-footer {
  251. position:fixed;
  252. bottom:0;
  253. left:0;
  254. right:0;
  255. z-index:1;
  256. background: #fff;
  257. }
  258. .p-footer-bar {
  259. width: 100%;
  260. height: 88rpx;
  261. background-color: #FFF;
  262. line-height: 44rpx;
  263. display: -webkit-box;
  264. display: flex;
  265. text-align: center;
  266. }
  267. .p-footer-item {
  268. display: block;
  269. flex: 1;
  270. height: 88rpx;
  271. color: #999;
  272. font-size: 28rpx;
  273. overflow: hidden;
  274. }
  275. .p-footer-icon {
  276. width: 40rpx;
  277. height: 40rpx;
  278. display: block;
  279. margin: 0 auto;
  280. padding-top: 12rpx;
  281. }
  282. .p-footer-text {
  283. font-size: 20rpx;
  284. color: #4c4c4c;
  285. position:relative;
  286. top:-8rpx;
  287. }
  288. .p-red {
  289. width: 282rpx;
  290. height: 88rpx;
  291. display: block;
  292. color: #fff;
  293. line-height: 88rpx;
  294. background: -webkit-linear-gradient(left, #ffc56c , #ff9f61 , #ff7a56);
  295. background: -o-linear-gradient(right, #ffc56c , #ff9f61 , #ff7a56);
  296. background: -moz-linear-gradient(right, #ffc56c , #ff9f61 , #ff7a56);
  297. background: linear-gradient(to right, #ffc56c , #ff9f61 , #ff7a56);
  298. }
  299. .p-red__button {
  300. width: 100%;
  301. height: 100%;
  302. line-height: 88rpx;
  303. color: #fff;
  304. font-size: 28rpx;
  305. text-align: center;
  306. }
  307. .p-dialog {
  308. position: fixed;
  309. top: 0;
  310. width: 100%;
  311. height: 100%;
  312. background: rgba(0,0,0,0.4);
  313. z-index: 99;
  314. }
  315. .p-panel {
  316. position: fixed;
  317. bottom: 0;
  318. width: 100%;
  319. background: #fff;
  320. z-index: 100;
  321. /* height: 780rpx; */
  322. }
  323. .p-item {
  324. position: relative;
  325. padding-top: 20rpx;
  326. }
  327. .p-cancel {
  328. position: absolute;
  329. right: 12rpx;
  330. top: 12rpx;
  331. width: 50rpx;
  332. height: 50rpx;
  333. }
  334. .p-btn__bg {
  335. position: absolute;
  336. left: 0;
  337. bottom: 0;
  338. width: 100%;
  339. height: 88rpx;
  340. }
  341. .p-btn {
  342. display: block;
  343. position: absolute;
  344. right: 0;
  345. top: 0;
  346. width: 50%;
  347. padding: 0;
  348. height: 88rpx;
  349. line-height: 88rpx;
  350. background: -webkit-linear-gradient(left, #ffc56c , #ff9f61 , #ff7a56);
  351. background: -o-linear-gradient(right, #ffc56c , #ff9f61 , #ff7a56);
  352. background: -moz-linear-gradient(right, #ffc56c , #ff9f61 , #ff7a56);
  353. background: linear-gradient(to right, #ffc56c , #ff9f61 , #ff7a56);
  354. color: #fff;
  355. font-size: 28rpx;
  356. text-align: center;
  357. border-radius: 0rpx;
  358. }
  359. .sellout-btn {
  360. display: block;
  361. position: absolute;
  362. right: 0;
  363. top: 0;
  364. width: 50%;
  365. padding: 0;
  366. height: 88rpx;
  367. line-height: 88rpx;
  368. background: -webkit-linear-gradient(left, #d1dcdc , #968b8b);
  369. background: -o-linear-gradient(right, #d1dcdc , #968b8b);
  370. background: -moz-linear-gradient(right, #d1dcdc , #968b8b);
  371. background: linear-gradient(to right, #d1dcdc , #968b8b);
  372. color: #8a7f7f;
  373. font-size: 28rpx;
  374. text-align: center;
  375. border-radius: 0rpx;
  376. }
  377. .p-btn__button {
  378. width: 100%;
  379. height: 100%;
  380. color: #fff;
  381. font-size: 28rpx;
  382. text-align: center;
  383. line-height: 88rpx;
  384. }
  385. .p-btn__count {
  386. text-align: center;
  387. position: absolute;
  388. left: 0;
  389. top: 0;
  390. width: 50%;
  391. padding: 0;
  392. height: 88rpx;
  393. line-height: 88rpx;
  394. font-size: 28rpx;
  395. color: #4c4c4c;
  396. background: -webkit-linear-gradient(left, #fdfbfb , #f5f4f5 , #ebedee);
  397. background: linear-gradient(to right, #fdfbfb , #f5f4f5 , #ebedee);
  398. }
  399. .one-part{
  400. width: 100%;
  401. /* height: 256rpx; */
  402. border-bottom: 1px solid #eeeeee;
  403. box-sizing: border-box;
  404. padding: 0 20rpx 20rpx;
  405. }
  406. .p-title {
  407. font-size: 32rpx;
  408. color: #4c4c4c;
  409. padding-bottom: 15rpx;
  410. }
  411. .p-dec {
  412. font-size: 30rpx;
  413. color: #999999;
  414. }
  415. .two-part {
  416. width: 100%;
  417. /* height: 256rpx; */
  418. border-bottom: 1px solid #eeeeee;
  419. box-sizing: border-box;
  420. padding: 30rpx 20rpx 30rpx;
  421. }
  422. .p-choose {
  423. font-size: 30rpx;
  424. color: #4c4c4c;
  425. /* padding-bottom: 15rpx; */
  426. }
  427. .p-choose1 {
  428. display: inline-block;
  429. font-size: 30rpx;
  430. color: #4c4c4c;
  431. /* padding-bottom: 15rpx; */
  432. line-height: 156rpx;
  433. }
  434. .p-count {
  435. font-size: 30rpx;
  436. height: 66rpx;
  437. line-height: 33rpx;
  438. color: #4c4c4c;
  439. background: #eeeeee;
  440. text-align: center;
  441. box-sizing: border-box;
  442. padding: 20rpx;
  443. display: inline-block;
  444. border-radius: 10rpx;
  445. margin-right: 20rpx;
  446. margin-top: 20rpx;
  447. overflow: hidden;
  448. }
  449. .p-count.active {
  450. background: #fe9362;
  451. color: #fff;
  452. }
  453. .three-part {
  454. box-sizing: border-box;
  455. height: 156rpx;
  456. width: 100%;
  457. margin-bottom: 88rpx;
  458. padding: 0 20rpx;
  459. overflow:hidden;
  460. }
  461. .p-input {
  462. float: right;
  463. height: 66rpx;
  464. font-size: 0;
  465. margin-top: 47rpx;
  466. /* line-height: 156rpx; */
  467. }
  468. .p-input input {
  469. width: 154rpx;
  470. height: 66rpx;
  471. background-color: #f3f3f3;
  472. color: #4c4c4c;
  473. font-size: 28rpx;
  474. text-align: center;
  475. display: inline-block;
  476. border-radius: 0;
  477. }
  478. .p-input button {
  479. width: 60rpx;
  480. height: 66rpx;
  481. color: #999;
  482. font-size: 48rpx;
  483. text-align: center;
  484. padding: 0;
  485. display: inline-block;
  486. background: #fff;
  487. border-radius: 0;
  488. line-height: 50rpx;
  489. box-sizing: border-box;
  490. }
  491. .p-other {
  492. width: 282rpx;
  493. color: #fff;
  494. line-height: 88rpx;
  495. /* background: -webkit-linear-gradient(left, #ffc56c , #ff9f61 , #ff7a56);
  496. background: -o-linear-gradient(right, #ffc56c , #ff9f61 , #ff7a56);
  497. background: -moz-linear-gradient(right, #ffc56c , #ff9f61 , #ff7a56);
  498. background: linear-gradient(to right, #ffc56c , #ff9f61 , #ff7a56); */
  499. background: #999;
  500. }
  501. .circle {
  502. width: 160rpx;
  503. height: 160rpx;
  504. position: absolute;
  505. right: 26rpx;
  506. top: 10rpx;
  507. border-radius: 50%;
  508. background: #ff7655;
  509. overflow: hidden;
  510. }
  511. .clip_left,.clip_right{
  512. width:160rpx;
  513. height:160rpx;
  514. position: absolute;
  515. top: 0rpx;
  516. left: 0rpx;
  517. }
  518. .circle_left, .circle_right{
  519. width:160rpx;
  520. height:160rpx;
  521. position: absolute;
  522. border-radius: 50%;
  523. top: 0rpx;
  524. left: 0rpx;
  525. }
  526. .mask {
  527. width: 120rpx;
  528. height: 120rpx;
  529. border-radius: 50%;
  530. left: 21rpx;
  531. top: 21rpx;
  532. background: #FFF;
  533. position: absolute;
  534. text-align: center;
  535. line-height: 120rpx;
  536. font-size: 28rpx;
  537. }
  538. .circle_right,.clip_right {
  539. clip:rect(0,auto,auto,80rpx);
  540. }
  541. .circle_left , .clip_left{
  542. clip:rect(0,80rpx,auto,0);
  543. }
  544. .circle_left{
  545. background: #eee;
  546. }
  547. .circle_right{
  548. background: #eee;
  549. }
  550. .projects-line {
  551. width: 270rpx;
  552. /* height: 1rpx; */
  553. border: 1rpx solid #d9dee3;
  554. position: absolute;
  555. left: 0;
  556. top: 20rpx;
  557. margin-left: 30rpx;
  558. }
  559. .projects-line1 {
  560. width: 270rpx;
  561. /* height: 1rpx; */
  562. border: 1rpx solid #d9dee3;
  563. position: absolute;
  564. right: 0;
  565. top: 20rpx;
  566. margin-right: 30rpx;
  567. }
  568. .project-imgList {
  569. display: block;
  570. width: 100%;
  571. }
  572. .poster {
  573. position: fixed;
  574. top: 0;
  575. width: 100%;
  576. height: 100%;
  577. background: rgba(0,0,0,0.4);
  578. z-index: 99;
  579. }
  580. .poster-main {
  581. position: absolute;
  582. left: 0;
  583. bottom: 0;
  584. width: 100%;
  585. height: 1008rpx;
  586. background-color: #fff;
  587. }
  588. .poster-img {
  589. display: block;
  590. width: 375rpx;
  591. height: 677rpx;
  592. margin: 0 auto;
  593. border-radius: 20rpx;
  594. box-shadow: 0 10rpx 30rpx rgba(0,0,0,0.3);
  595. }
  596. .poster-close {
  597. position: absolute;
  598. width: 24rpx;
  599. height: 24rpx;
  600. top: 45rpx;
  601. right: 44rpx;
  602. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/poster/close.png');
  603. background-size: 24rpx 24rpx;
  604. background-origin: content-box;
  605. background-repeat: no-repeat;
  606. padding: 30rpx;
  607. }
  608. .poster-text {
  609. text-align: center;
  610. color: #444444;
  611. font-size: 30rpx;
  612. padding-top: 40rpx;
  613. }
  614. .poster-btn {
  615. width: 336rpx;
  616. height: 96rpx;
  617. margin: 30rpx auto 0;
  618. background: linear-gradient(to right, #ffc56c , #ff9f61 , #ff7a56);
  619. border-radius: 96rpx;
  620. }
  621. .poster-icon {
  622. float: left;
  623. width: 40rpx;
  624. height: 40rpx;
  625. margin-left: 106rpx;
  626. margin-top: 26rpx;
  627. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/poster/download.png');
  628. background-size: 100% 100%;
  629. }
  630. .poster-save {
  631. float: left;
  632. line-height: 96rpx;
  633. font-size: 32rpx;
  634. color: #fff;
  635. padding-left: 15rpx;
  636. }
  637. .canvas {
  638. }
  639. .use_modal {
  640. position: fixed;
  641. top: 0;
  642. left: 0;
  643. width: 100%;
  644. height: 100%;
  645. padding: 0 20rpx;
  646. background: rgba(0, 0, 0, 0.3);
  647. box-sizing: border-box;
  648. z-index: 200;
  649. }
  650. .use_modal .content {
  651. position: relative;
  652. width: 100%;
  653. height: 492rpx;
  654. background: #fff;
  655. margin: 320rpx auto 0;
  656. border-radius: 8rpx;
  657. box-sizing: border-box;
  658. }
  659. .use_modal .title {
  660. width: 100%;
  661. height: 100rpx;
  662. text-align: center;
  663. font-size: 32rpx;
  664. color: #7f93ae;
  665. line-height: 100rpx;
  666. border-bottom: 1rpx solid #e8ebf0;
  667. margin: 0 auto;
  668. }
  669. .use_modal .info {
  670. width: 100%;
  671. text-align: center;
  672. padding-top: 40rpx;
  673. }
  674. .use_modal .secTitle {
  675. font-size: 24rpx;
  676. color: #bec9d9;
  677. margin-bottom: 20rpx;
  678. }
  679. .use_modal .num {
  680. font-size: 36rpx;
  681. color: #eab86a;
  682. margin-bottom: 40rpx;
  683. }
  684. .use_modal .tip {
  685. font-size: 28rpx;
  686. color: #7f93ae;
  687. }
  688. .use_modal .btn {
  689. position: absolute;
  690. bottom: 0;
  691. width: 100%;
  692. height: 100rpx;
  693. border-bottom-left-radius: 8rpx;
  694. border-bottom-right-radius: 8rpx;
  695. }
  696. .use_modal .btn text {
  697. display: inline-block;
  698. width: 50%;
  699. height: 100rpx;
  700. line-height: 100rpx;
  701. text-align: center;
  702. font-size: 28rpx;
  703. }
  704. .use_modal .btn .bblr {
  705. border-bottom-left-radius: 8rpx;
  706. background: linear-gradient(0deg, #e5e9ec 0%, #cfd9e0 100%);
  707. color: #7f93ae;
  708. }
  709. .use_modal .btn .bbrr {
  710. border-bottom-right-radius: 8rpx;
  711. background: linear-gradient(0deg, #eab86a 0%, #e23232 100%);
  712. color: #fff;
  713. }
  714. .popup-bg {
  715. position: fixed;
  716. left: 0;
  717. top: 0;
  718. width: 100%;
  719. height: 100%;
  720. background-color: rgba(0,0,0,0.5);
  721. z-index: 99;
  722. }
  723. .popup {
  724. position: absolute;
  725. left: 50%;
  726. top: 300rpx;
  727. margin-left: -280rpx;
  728. width: 560rpx;
  729. height: 440rpx;
  730. background-color: #fff;
  731. border-radius: 10rpx;
  732. overflow: hidden;
  733. }
  734. .popup-title {
  735. text-align: center;
  736. line-height: 32rpx;
  737. font-size: 32rpx;
  738. padding-top: 30rpx;
  739. padding-bottom: 32rpx;
  740. color: #4c4c4c;
  741. font-weight: bold;
  742. }
  743. .popup-logobg {
  744. width: 110rpx;
  745. height: 110rpx;
  746. border-radius: 100%;
  747. background-color: #f7f7f7;
  748. margin: 0 auto;
  749. border:1rpx solid #cfcfcf;
  750. }
  751. .popup-image {
  752. display: block;
  753. width: 67rpx;
  754. height: 90rpx;
  755. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/startlogo.png');
  756. background-size: 100% 100%;
  757. margin: 8rpx auto 0;
  758. }
  759. .popup-hint {
  760. display: block;
  761. font-size: 28rpx;
  762. color: #999999;
  763. text-align: center;
  764. line-height: 50rpx;
  765. padding-top: 20rpx;
  766. }
  767. .popup-bottom {
  768. border:0;
  769. border-radius: 0rpx;
  770. position: absolute;
  771. bottom: 0;
  772. width: 100%;
  773. height: 88rpx;
  774. line-height: 88rpx;
  775. left: 0;
  776. border-top: 1rpx solid #cccccc;
  777. text-align: center;
  778. font-size: 32rpx;
  779. color: #39a43c;
  780. }
  781. .canvas-position {
  782. position: absolute;
  783. left: 100%;
  784. top: 0;
  785. width: 0rpx;
  786. height: 0rpx;
  787. overflow: hidden;
  788. }
  789. .detail-text {
  790. position: relative;
  791. font-size: 28rpx;
  792. height: 112rpx;
  793. line-height: 112rpx;
  794. text-align: center;
  795. color: #bbbbbb;
  796. }
  797. .detail-line {
  798. width:265rpx;
  799. border:1rpx solid #d9dee3;
  800. position:absolute;
  801. left:0;
  802. top:56rpx;
  803. margin-left:30rpx;
  804. }
  805. .detail-line1 {
  806. width:265rpx;
  807. border:1rpx solid #d9dee3;
  808. position:absolute;
  809. right:0;
  810. top:56rpx;
  811. margin-right:30rpx;
  812. }