index.wxss 14 KB

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