index.wxss 16 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088
  1. page {
  2. width: 100%;
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. }
  8. .bottom1 {
  9. position: fixed;
  10. bottom: 0rpx;
  11. left: 0rpx;
  12. width: 100%;
  13. height: 110rpx;
  14. z-index: 8886;
  15. background-size: 100% 100%;
  16. }
  17. .arrow_down {
  18. width: 54rpx;
  19. height: 54rpx;
  20. position: fixed;
  21. right: 20rpx;
  22. bottom: 700rpx;
  23. z-index: 8888;
  24. }
  25. .arrow_down image {
  26. width: 100%;
  27. height: 100%;
  28. }
  29. .maskLayer {
  30. z-index: 8887;
  31. position: fixed;
  32. top: 0rpx;
  33. left: 0rpx;
  34. right: 0rpx;
  35. bottom: 0rpx;
  36. width: 100%;
  37. height: 100%;
  38. background: #333;
  39. opacity: .5;
  40. }
  41. /* .left{
  42. flex:0 0 60%;
  43. }
  44. .right{
  45. flex: 1;
  46. } */
  47. .choose {
  48. z-index: 8888;
  49. position: fixed;
  50. bottom: 0rpx;
  51. width: 100%;
  52. background: white;
  53. padding: 26rpx 0rpx;
  54. display: flex;
  55. flex-wrap: wrap;
  56. /* justify-content: center; */
  57. }
  58. .choose .left {
  59. margin-left: 4%;
  60. margin-top: 7rpx;
  61. margin-bottom: 7rpx;
  62. margin-right: 10rpx;
  63. }
  64. .choose .right {
  65. margin-right: 4%;
  66. margin-top: 7rpx;
  67. margin-bottom: 7rpx;
  68. }
  69. .background1 {
  70. width: 100%;
  71. height: 100%;
  72. position: fixed;
  73. background: rgba(0, 0, 0, 1);
  74. opacity: 0.6;
  75. z-index: 8887;
  76. }
  77. .image1 {
  78. position: fixed;
  79. z-index: 999999;
  80. top: 19%;
  81. width: 100%;
  82. height: 700rpx;
  83. border-radius: 10rpx;
  84. display: flex;
  85. flex-direction: column;
  86. align-items: center;
  87. }
  88. .image1 .center_swiper {
  89. width: 100%;
  90. height: 100%;
  91. display: flex;
  92. align-items: center;
  93. justify-content: center;
  94. margin: 0 auto;
  95. }
  96. .image1 swiper-item {
  97. height: 100%;
  98. display: flex;
  99. align-items: center;
  100. justify-content: center;
  101. }
  102. .image1 image {
  103. width: 550rpx;
  104. height: 100%;
  105. }
  106. .guanbi {
  107. position: absolute;
  108. left: 46%;
  109. bottom: -25%;
  110. z-index: 999999;
  111. }
  112. map {
  113. width: 100%;
  114. height: 100%;
  115. position: relative;
  116. }
  117. .Swiper {
  118. width: 100%;
  119. height: 150rpx;
  120. display: flex;
  121. flex-direction: column;
  122. align-items: center;
  123. position: fixed;
  124. top: 188rpx;
  125. z-index: 1000;
  126. }
  127. .Swiper .active {
  128. width: 15rpx;
  129. height: 15rpx;
  130. border-radius: 50%;
  131. background: #18d5b9 !important;
  132. }
  133. .Swiper .dots {
  134. position: absolute;
  135. bottom: 8rpx;
  136. z-index: 9999;
  137. display: flex;
  138. }
  139. .Swiper .dots view {
  140. width: 15rpx;
  141. height: 15rpx;
  142. border-radius: 50%;
  143. background: rgb(148, 151, 151);
  144. margin: 0rpx 10rpx;
  145. }
  146. .image1 .dots {
  147. position: absolute;
  148. bottom: -40rpx;
  149. z-index: 9999;
  150. display: flex;
  151. }
  152. .image1 .dots view {
  153. width: 15rpx;
  154. height: 15rpx;
  155. border-radius: 50%;
  156. background: #fff;
  157. margin: 0rpx 10rpx;
  158. }
  159. .image1 .dots .active {
  160. background: #18D5B9;
  161. }
  162. .swiper {
  163. width: 650rpx;
  164. height: 150rpx;
  165. border-radius: 10rpx;
  166. }
  167. .swiper swiper-item {
  168. background-size: 100% 100%;
  169. width: 100%;
  170. height: 100%;
  171. border-radius: 10rpx;
  172. }
  173. .inform {
  174. display: flex;
  175. align-items: center;
  176. width: 650rpx;
  177. height: 68rpx;
  178. background: white;
  179. position: fixed;
  180. z-index: 1000;
  181. font-size: 26rpx;
  182. justify-content: space-between;
  183. border-radius: 10rpx;
  184. }
  185. .inform-img {
  186. display: flex;
  187. height: 100%;
  188. align-items: center;
  189. }
  190. .marquee {
  191. width: 80%;
  192. height: 70rpx;
  193. overflow: hidden;
  194. line-height: 70rpx;
  195. }
  196. .marqueeTitle {
  197. height: 70rpx;
  198. }
  199. .img-map {
  200. width: 30rpx;
  201. height: 53rpx;
  202. position: absolute;
  203. top: 48%;
  204. left: 50%;
  205. transform: translate(-50%, -50%);
  206. }
  207. cover {
  208. line-height: normal !important;
  209. overflow: visible !important;
  210. }
  211. .index {
  212. -webkit-box-orient: vertical;
  213. -webkit-box-direction: normal;
  214. -webkit-flex-direction: column;
  215. -ms-flex-direction: column;
  216. flex-direction: column;
  217. width: 100%;
  218. height: 100%;
  219. position: relative;
  220. }
  221. .inaver._30f2b4d {
  222. /* box-sizing: border-box; */
  223. /* padding-top: 28rpx; */
  224. width: 100%;
  225. height: 70rpx;
  226. display: flex;
  227. position: fixed;
  228. z-index: 9999;
  229. top: 0rpx;
  230. left: 0rpx;
  231. align-items: center;
  232. }
  233. .left._30f2b4d {
  234. height: 70rpx;
  235. display: flex;
  236. align-items: center;
  237. justify-content: center;
  238. width: 70rpx;
  239. }
  240. .inaver._30f2b4d .tabbar_top {
  241. width: 42%;
  242. display: flex;
  243. justify-content: space-between;
  244. height: 70rpx;
  245. align-items: flex-end;
  246. margin-left: 19%;
  247. }
  248. .tabbar_top view {
  249. display: flex;
  250. flex-direction: column;
  251. align-items: center;
  252. height: 84%;
  253. justify-content: space-between;
  254. }
  255. .tabbar_top view text:nth-of-type(2) {
  256. width: 80%;
  257. height: 4rpx;
  258. background: #18d5b9;
  259. }
  260. .tabbar_top view text:nth-of-type(1) {
  261. font-size: 32rpx;
  262. font-family: PingFang SC;
  263. color: rgba(42, 42, 42, 1);
  264. padding-bottom: 8rpx;
  265. }
  266. .inaver .left .icon._30f2b4d {
  267. width: 48rpx;
  268. height: 50rpx;
  269. /* margin-top: 10rpx; */
  270. }
  271. .inaver .center._30f2b4d {
  272. height: 100%;
  273. flex: 1;
  274. /* margin: 8rpx; */
  275. display: flex;
  276. align-items: center;
  277. justify-content: center;
  278. font-size: 32rpx;
  279. font-family: PingFang-SC-Medium;
  280. color: rgba(42, 42, 42, 1);
  281. }
  282. .inaver .right._30f2b4d {
  283. width: 105rpx;
  284. height: 100%;
  285. /* margin: 8rpx; */
  286. }
  287. /**index.wxss**/
  288. .fontSize24 {
  289. font-size: 24rpx;
  290. }
  291. .flexB {
  292. display: flex;
  293. justify-content: space-between;
  294. align-items: center;
  295. }
  296. .flexC {
  297. display: flex;
  298. justify-content: center;
  299. align-items: center;
  300. }
  301. /*顶部导航栏 begin*/
  302. .nav {
  303. width: 100%;
  304. padding: 63rpx 0 30rpx 0;
  305. color: #2a2a2a;
  306. position: fixed;
  307. top: 0;
  308. left: 0;
  309. z-index: 9999;
  310. background: #fff;
  311. }
  312. .nav .iconfont {
  313. font-size: 50rpx;
  314. vertical-align: middle;
  315. margin: 0 216rpx 0 30rpx;
  316. }
  317. .nav .title {
  318. font-size: 36rpx;
  319. }
  320. .stopModel {
  321. height: 100rpx;
  322. width: 650rpx;
  323. background: #fff;
  324. position: fixed;
  325. top: 188rpx;
  326. left: 50rpx;
  327. border-radius: 10rpx;
  328. z-index: 1000;
  329. display: flex;
  330. align-items: center;
  331. justify-content: space-between;
  332. }
  333. .stopModel view:nth-of-type(1) {
  334. width: 70%;
  335. display: flex;
  336. flex-direction: column;
  337. padding-left: 32rpx;
  338. font-size: 26rpx;
  339. }
  340. .stopModel view:nth-of-type(2) {
  341. width: 30%;
  342. display: flex;
  343. align-items: center;
  344. justify-content: center;
  345. }
  346. .stopModel .ban-stop {
  347. flex-direction: column;
  348. }
  349. .stopModel .ban-stop text {
  350. font-size: 26rpx;
  351. color: red;
  352. }
  353. .upCon {
  354. height: 130rpx;
  355. width: 650rpx;
  356. background: #fff;
  357. position: fixed;
  358. top: 188rpx;
  359. left: 50rpx;
  360. border-radius: 10px;
  361. z-index: 1000;
  362. }
  363. /*车牌号及电量 beigin*/
  364. .upCon .left {
  365. margin-left: 26rpx;
  366. width: 52%;
  367. }
  368. .left .number {
  369. font-size: 28rpx;
  370. font-family: PingFang-SC-Regular;
  371. font-weight: 400;
  372. color: rgba(42, 42, 42, 1);
  373. margin-bottom: 15rpx;
  374. }
  375. .left .residue,
  376. .left .cost {
  377. font-size: 24rpx;
  378. }
  379. .left .cell {
  380. width: 38rpx;
  381. height: 38rpx;
  382. vertical-align: middle;
  383. }
  384. .left .residue {
  385. color: #f46a1f;
  386. margin: 0 10rpx;
  387. }
  388. /*车牌号及电量 end*/
  389. .upCon .right {
  390. margin-right: 16rpx;
  391. border-radius: 27rpx;
  392. width: 35%;
  393. }
  394. .flexB .left1 {
  395. width: 80rpx;
  396. height: 54rpx;
  397. background: rgba(24, 213, 185, 1);
  398. margin-right: 5rpx;
  399. display: flex;
  400. align-items: center;
  401. justify-content: center;
  402. border-radius: 27px 4px 4px 27px;
  403. }
  404. .flexB .right1 {
  405. width: 150rpx;
  406. height: 54rpx;
  407. background: rgba(24, 213, 185, 1);
  408. display: flex;
  409. align-items: center;
  410. justify-content: center;
  411. border-radius: 4px 27px 27px 4px;
  412. }
  413. /*响铃及立即用车 begin*/
  414. .right .bell {
  415. width: 38rpx;
  416. height: 38rpx;
  417. }
  418. .right .useBike {
  419. color: #fff;
  420. }
  421. cover-view {
  422. visibility: visible !important;
  423. }
  424. /*响铃及立即用车 end*/
  425. /* 地图下面部分 begin */
  426. /* 四个图标 begin */
  427. .circle {
  428. height: 84rpx;
  429. width: 84rpx;
  430. display: flex;
  431. justify-content: center;
  432. align-items: center;
  433. /* margin-bottom: 30rpx; */
  434. position: fixed;
  435. z-index: 1000;
  436. }
  437. .circle image {
  438. width: 100%;
  439. height: 100%;
  440. }
  441. .circle1 {
  442. left: 50rpx;
  443. bottom: 250rpx;
  444. }
  445. .circle2 {
  446. right: 50rpx;
  447. bottom: 250rpx;
  448. }
  449. .circle3 {
  450. left: 50rpx;
  451. bottom: 134rpx;
  452. }
  453. .circle4 {
  454. right: 50rpx;
  455. bottom: 134rpx;
  456. }
  457. .circle5 {
  458. right: 0rpx;
  459. top: 520rpx;
  460. width: 156rpx;
  461. }
  462. .top {
  463. margin-bottom: 44rpx;
  464. }
  465. /* .iconImg {
  466. height: 44rpx;
  467. width: 44rpx;
  468. } */
  469. /* 四个图标 end */
  470. /* 如何用车 begin */
  471. .intro {
  472. position: absolute;
  473. bottom: 175rpx;
  474. width: 170rpx;
  475. height: 180rpx;
  476. left: 38.5%;
  477. display: flex;
  478. align-items: center;
  479. justify-content: center;
  480. }
  481. .intro .introBg {
  482. width: 100%;
  483. height: 100%;
  484. position: absolute;
  485. opacity: 0.6;
  486. }
  487. .intro .introCon {
  488. font-size: 24rpx;
  489. font-family: PingFang SC;
  490. color: rgba(255, 255, 255, 1);
  491. position: absolute;
  492. letter-spacing: 5rpx;
  493. z-index: 1111;
  494. padding-bottom: 10rpx;
  495. padding-left: 10rpx;
  496. display: flex;
  497. justify-content: space-around;
  498. }
  499. /* .intro .introCon {
  500. font-size: 24rpx;
  501. color: #fff;
  502. position: absolute;
  503. top:194rpx;
  504. left:259rpx;
  505. z-index: 2;
  506. letter-spacing: 5rpx;
  507. }
  508. .intro .introBg {
  509. width: 202rpx;
  510. height: 211rpx;
  511. opacity: 0.6;
  512. position: absolute;
  513. top:111rpx;
  514. left:215rpx;
  515. z-index: 1;
  516. } */
  517. /* 如何用车 end */
  518. .unlocking {
  519. height: 88rpx;
  520. border-radius: 8px;
  521. font-size: 33rpx;
  522. position: absolute;
  523. width: 365rpx;
  524. margin: 0 auto;
  525. bottom: 135rpx;
  526. z-index: 1000;
  527. left: 193rpx;
  528. }
  529. .unlocking .sweep {
  530. height: 100%;
  531. width: 100%;
  532. }
  533. .modal-content1 {
  534. height: 180rpx;
  535. display: flex;
  536. flex-direction: column;
  537. align-items: center;
  538. justify-content: center;
  539. font-size: 28rpx;
  540. font-family: PingFang SC;
  541. font-weight: 400;
  542. color: rgba(42, 42, 42, 1);
  543. }
  544. .authName {
  545. width: 470rpx;
  546. height: 598rpx;
  547. position: fixed;
  548. top: 50%;
  549. left: 50%;
  550. transform: translate(-50%, -50%);
  551. z-index: 9999;
  552. }
  553. .realname {
  554. display: flex;
  555. flex-direction: column;
  556. align-items: center;
  557. /* border: 1px solid #000; */
  558. width: 470rpx;
  559. height: 520rpx;
  560. }
  561. .auth {
  562. position: absolute;
  563. top: 0;
  564. left: 0;
  565. width: 470rpx;
  566. height: 520rpx;
  567. }
  568. .realname .text1 {
  569. position: absolute;
  570. top: 40%;
  571. font-size: 50rpx;
  572. font-family: PingFang SC;
  573. color: #111;
  574. }
  575. .realname .text2 {
  576. position: absolute;
  577. top: 50%;
  578. font-size: 26rpx;
  579. font-family: PingFang SC;
  580. color: rgba(102, 102, 102, 1);
  581. margin-top: 23rpx;
  582. }
  583. .realname .view {
  584. position: absolute;
  585. top: 68%;
  586. width: 362rpx;
  587. height: 76rpx;
  588. background: #18d5b9;
  589. text-align: center;
  590. display: flex;
  591. align-items: center;
  592. justify-content: center;
  593. font-size: 32rpx;
  594. border-radius: 43rpx;
  595. font-family: PingFang SC;
  596. color: rgba(255, 255, 255, 1);
  597. }
  598. .authName .over {
  599. position: absolute;
  600. bottom: 0%;
  601. z-index: 8888;
  602. left: 46%;
  603. }
  604. .backposi {
  605. width: 100%;
  606. height: 100%;
  607. position: fixed;
  608. left: 50%;
  609. top: 50%;
  610. transform: translate(-50%, -50%);
  611. background: rgba(0, 0, 0, 1);
  612. opacity: 0.4;
  613. z-index: 8887;
  614. }
  615. .deposit {
  616. width: 564rpx;
  617. height: 614rpx;
  618. display: flex;
  619. flex-direction: column;
  620. align-items: center;
  621. justify-content: center;
  622. z-index: 8888;
  623. position: fixed;
  624. top: 50%;
  625. left: 50%;
  626. transform: translate(-50%, -50%);
  627. }
  628. .deposit .text1 {
  629. position: absolute;
  630. top: 45%;
  631. font-size: 50rpx;
  632. font-family: PingFang SC;
  633. color: rgba(51, 51, 51, 1);
  634. }
  635. .deposit .depositBg {
  636. width: 100%;
  637. height: 100%;
  638. }
  639. .deposit .text2 {
  640. position: absolute;
  641. top: 59%;
  642. font-size: 32rpx;
  643. font-family: PingFang SC;
  644. color: rgba(153, 153, 153, 1);
  645. }
  646. .deposit .text3 {
  647. position: absolute;
  648. top: 60%;
  649. font-size: 32rpx;
  650. font-family: PingFang SC;
  651. color: rgba(244, 145, 91, 1);
  652. }
  653. .deposit .view {
  654. position: absolute;
  655. top: 71%;
  656. width: 266rpx;
  657. height: 68rpx;
  658. border: 1px solid #f4915b;
  659. border-radius: 34rpx;
  660. font-size: 32rpx;
  661. font-family: PingFang SC;
  662. color: #f4915b;
  663. }
  664. .deposit .text4 {
  665. position: absolute;
  666. top: 89%;
  667. font-size: 24rpx;
  668. font-family: PingFang SC;
  669. font-weight: 400;
  670. color: rgba(153, 153, 153, 1);
  671. border-bottom: 1rpx solid #999;
  672. }
  673. .scanCon {
  674. width: 550rpx;
  675. height: 712rpx;
  676. position: fixed;
  677. top: 50%;
  678. left: 50%;
  679. transform: translate(-50%, -50%);
  680. z-index: 8888;
  681. }
  682. .scanCon .over1 {
  683. position: absolute;
  684. bottom: 0rpx;
  685. left: 45%;
  686. }
  687. .scanfail {
  688. width: 550rpx;
  689. height: 612rpx;
  690. }
  691. .scanfail .tu1 {
  692. position: absolute;
  693. top: 0rpx;
  694. left: 0rpx;
  695. width: 100%;
  696. height: 612rpx;
  697. }
  698. .scanfail .text1 {
  699. font-size: 50rpx;
  700. font-family: PingFang SC;
  701. color: rgba(42, 42, 42, 1);
  702. position: absolute;
  703. top: 42%;
  704. }
  705. .scanfail .text2 {
  706. font-size: 32rpx;
  707. font-family: PingFang SC;
  708. color: rgba(153, 153, 153, 1);
  709. position: absolute;
  710. bottom: 40%;
  711. }
  712. .scanfail .text3 {
  713. font-size: 32rpx;
  714. font-family: PingFang SC;
  715. color: #f4915b;
  716. position: absolute;
  717. bottom: 30%;
  718. }
  719. .scanfail .view {
  720. position: absolute;
  721. bottom: 107rpx;
  722. width: 100%;
  723. height: 72rpx;
  724. border-radius: 0rpx 0rpx 20rpx 20rpx;
  725. display: flex;
  726. justify-content: space-between;
  727. font-size: 32rpx;
  728. font-family: PingFang SC;
  729. border-top: 1rpx solid #f4f4f4;
  730. }
  731. .scanfail .view .view1 {
  732. display: flex;
  733. align-items: center;
  734. justify-content: center;
  735. width: 49.5%;
  736. height: 100%;
  737. }
  738. .topay {
  739. width: 500rpx;
  740. height: 300rpx;
  741. background: rgba(255, 255, 255, 1);
  742. border-radius: 20rpx;
  743. position: fixed;
  744. top: 41%;
  745. left: 16%;
  746. z-index: 8888;
  747. display: flex;
  748. flex-direction: column;
  749. align-items: center;
  750. justify-content: center;
  751. }
  752. .topay .text1,
  753. .text2 {
  754. font-size: 28rpx;
  755. font-family: PingFang SC;
  756. color: rgba(42, 42, 42, 1);
  757. }
  758. .topay .view {
  759. display: flex;
  760. position: absolute;
  761. bottom: 0rpx;
  762. width: 100%;
  763. justify-content: space-between;
  764. height: 70rpx;
  765. border-top: 1rpx solid #f4f4f4;
  766. padding: 10rpx 0rpx;
  767. }
  768. .topay .view .view1 {
  769. display: flex;
  770. align-items: center;
  771. justify-content: center;
  772. width: 49.5%;
  773. }
  774. .abnormal {
  775. justify-content: space-around !important;
  776. }
  777. .hint {
  778. height: 682rpx;
  779. width: 484rpx;
  780. position: absolute;
  781. left: 20.5%;
  782. top: 29%;
  783. }
  784. .hint image:first-child {
  785. width: 470rpx;
  786. height: 520rpx;
  787. }
  788. .hint image:last-child {
  789. height: 75rpx;
  790. width: 75rpx;
  791. margin-top: 20rpx;
  792. }
  793. .verPop {
  794. position: absolute;
  795. top: 50%;
  796. left: 50%;
  797. transform: translate(-50%, -50%);
  798. background: #fff;
  799. width: 70%;
  800. height: 300rpx;
  801. text-align: center;
  802. border-radius: 10rpx;
  803. z-index: 8888;
  804. }
  805. .verPop .title {
  806. padding: 34rpx 0;
  807. font-size: 32rpx;
  808. font-weight: 600;
  809. }
  810. .verPop .verHint {
  811. font-size: 28rpx;
  812. }
  813. .verPop .sure {
  814. width: 60%;
  815. margin: 0 auto;
  816. background: rgba(24, 213, 185, 1);
  817. border-radius: 10rpx;
  818. padding: 8rpx 0;
  819. color: #fff;
  820. margin-top: 50rpx;
  821. }
  822. .popCover {
  823. position: absolute;
  824. top: 50%;
  825. left: 50%;
  826. transform: translate(-50%, -50%);
  827. background: rgba(0, 0, 0, 0.5);
  828. height: 100%;
  829. width: 100%;
  830. z-index: 8888;
  831. }
  832. .bottomAd {
  833. width: 345rpx !important;
  834. height: 176rpx !important;
  835. margin: 7rpx auto;
  836. }
  837. .qipao{
  838. position: fixed;
  839. bottom: 46%;
  840. left: 29%;
  841. z-index: 88;
  842. }
  843. .jiantou {
  844. width: 326rpx;
  845. height: 142rpx;
  846. }
  847. .kong{
  848. position: fixed;
  849. bottom: 53%;
  850. left: 29%;
  851. z-index: 99;
  852. width: 326rpx;
  853. height: 60rpx;
  854. }
  855. .xinyonghu{
  856. width: 598rpx;
  857. height: 964rpx;
  858. background-image: url('http://resource.bike.hanyiyun.com/suibian.png');
  859. /* background-color: #fff; */
  860. background-position: top;
  861. /* background-color:#ff6545; */
  862. background-size: 100%;
  863. background-repeat: no-repeat;
  864. position: fixed;
  865. top: 50%;
  866. left: 50%;
  867. transform:translate(-50%,-50%);
  868. z-index: 99999;
  869. }
  870. .xinyonghu .lingqu{
  871. position: absolute;
  872. width: 478rpx;
  873. height: 123rpx;
  874. text-align: center;
  875. background-color:#ff6545 ;
  876. font-size: 30rpx;
  877. font-weight: 550;
  878. width: 478rpx;
  879. bottom: 0;
  880. left: 37rpx;
  881. padding-left: 20rpx;
  882. padding-right: 20rpx;
  883. }
  884. .xinyonghu .lingqu1{
  885. position: absolute;
  886. border-radius:25rpx;
  887. width: 109px;
  888. height: 70rpx;
  889. background-color: #fcc44c;
  890. text-align: center;
  891. color: #fff;
  892. font-size: 30rpx;
  893. font-weight: 550;
  894. line-height: 70rpx;
  895. bottom: 25rpx;
  896. left: 50%;
  897. margin-left: -109rpx;
  898. }
  899. .xinyonghu .quan_list{
  900. background-color:#ff6545;
  901. position: absolute;
  902. width: 478rpx;
  903. top: 42%;
  904. left: 37rpx;
  905. padding-left: 20rpx;
  906. padding-right: 20rpx;
  907. /* padding-bottom: 125rpx; */
  908. }
  909. .quan_list{
  910. height: 440rpx; width: 446rpx;
  911. overflow-y: scroll;
  912. }
  913. .item{
  914. position: relative;
  915. background-color: #ffff;
  916. border-radius: 12rpx;
  917. }
  918. .tips{
  919. height:78rpx;
  920. width: 78rpx;
  921. position: absolute;
  922. top: 0;
  923. left: 0;
  924. }
  925. .xinyonghu .quan_list .item.item{
  926. height: 146rpx;
  927. width: 100%;
  928. display: flex;
  929. align-items: center;
  930. justify-content: space-between;
  931. background-size: 100% 100%;
  932. margin-top: 20rpx;
  933. }
  934. .xinyonghu .quan_list .item view{
  935. display: flex;
  936. flex-direction: column;
  937. }
  938. .xinyonghu .bulingqu{
  939. width: 50rpx;
  940. height: 50rpx;
  941. position: absolute;
  942. z-index: 1000;
  943. right: 0rpx;
  944. top: 0rpx;
  945. }
  946. .newBackground{
  947. width: 100%;
  948. height: 100%;
  949. position: fixed;
  950. left: 0;
  951. top: 0;
  952. background: #333;
  953. opacity: .6;
  954. z-index: 88888;
  955. }