use_bike.acss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766
  1. /* pages/use_bike/use_bike.wxss */
  2. #map {
  3. height: calc(100vh - 595rpx);
  4. z-index: 8;
  5. /* z-index: 999999999999999999; */
  6. width: 100%;
  7. }
  8. .center-posi {
  9. width: 60rpx;
  10. height: 60rpx;
  11. position: fixed;
  12. top: calc((100vh - 625rpx)/2);
  13. left: calc(50% - 30rpx);
  14. }
  15. .map-icon {
  16. position: fixed;
  17. right: 20rpx;
  18. z-index: 999;
  19. bottom: 650rpx;
  20. }
  21. .kefu {
  22. height: 70rpx;
  23. width: 70rpx;
  24. bottom: 0rpx;
  25. border-radius: 50%;
  26. background-color: #fff;
  27. margin-top: 50rpx;
  28. text-align: center;
  29. }
  30. .park {
  31. height: 70rpx;
  32. width: 70rpx;
  33. bottom: 0rpx;
  34. border-radius: 50%;
  35. background-color: rgb(3, 224, 58);
  36. margin-top: 50rpx;
  37. text-align: center;
  38. }
  39. .park image {
  40. height: 50rpx;
  41. margin-top: 10rpx;
  42. width: 50rpx;
  43. }
  44. .kefu
  45. image {
  46. height: 50rpx;
  47. margin-top: 10rpx;
  48. width: 50rpx;
  49. }
  50. .use-bike-bottom {
  51. position: fixed;
  52. z-index: 999999999;
  53. background-color: #fff;
  54. width: 100%;
  55. bottom: 0;
  56. /* height: 600rpx; */
  57. left: 0;
  58. padding-bottom: 30rpx;
  59. border-radius: 40rpx 40rpx 0 0;
  60. }
  61. /* .warning-lists{
  62. height: 280rpx;
  63. overflow-y: scroll;
  64. } */
  65. .bike-tip {
  66. position: fixed;
  67. z-index: 99999;
  68. top: 10rpx;
  69. height: 70rpx;
  70. width: 90%;
  71. left: 5%;
  72. border-radius: 40rpx;
  73. font-size: 26rpx;
  74. margin: 0 auto;
  75. line-height: 70rpx;
  76. color: #fff;
  77. background: rgba(0, 0, 0, 0.8);
  78. }
  79. .bike-guifan {
  80. font-size: 20rpx;
  81. float: right;
  82. margin-right: 20rpx;
  83. }
  84. .tip-text {
  85. margin-left: 20rpx;
  86. }
  87. .step1,
  88. .step2 {
  89. text-align: center;
  90. }
  91. .step1 .bottom-title1 {
  92. margin-top: 70rpx;
  93. font-size: 60rpx;
  94. }
  95. .step1 .bottom-title2 {
  96. font-size: 32rpx;
  97. color: #666666;
  98. margin-top: 10rpx;
  99. margin-bottom: 70rpx;
  100. }
  101. .step1 .bike_no {
  102. /* margin-bottom: 70rpx; */
  103. margin-top: 15rpx;
  104. font-size: 30rpx;
  105. color: #999;
  106. }
  107. .step3 .bike_no {
  108. /* margin-bottom: 70rpx; */
  109. text-align: center;
  110. /* margin-top: 15rpx; */
  111. font-size: 30rpx;
  112. color: #999;
  113. margin-bottom: 20rpx;
  114. }
  115. .open_bike {
  116. height: 100rpx;
  117. line-height: 100rpx;
  118. border-radius: 50rpx;
  119. width: 60%;
  120. font-size: 32rpx;
  121. font-weight: 600;
  122. background-color: var(--globleColor);
  123. color: var(--fontColor);
  124. margin: 0 auto;
  125. margin-top: 20rpx;
  126. }
  127. .open_bike1 {
  128. height: 100rpx;
  129. line-height: 100rpx;
  130. border-radius: 50rpx;
  131. width: 60%;
  132. font-size: 32rpx;
  133. font-weight: 600;
  134. background-color: #999;
  135. color: var(--fontColor);
  136. margin: 0 auto;
  137. }
  138. .lanya {
  139. font-size: 28rpx;
  140. margin-top: 20rpx;
  141. color: var(--globleColor);
  142. margin-bottom: 30rpx;
  143. }
  144. .bottom-list {
  145. display: flex;
  146. height: 50rpx;
  147. /* line-height: 40rpx; */
  148. text-align: center;
  149. font-size: 26rpx;
  150. color: #666666;
  151. margin-top: 15rpx;
  152. }
  153. .bottom-list-item {
  154. flex: 1;
  155. }
  156. .step3-title {
  157. height: 120rpx;
  158. line-height: 120rpx;
  159. border-bottom: solid 1rpx #f1f1f1;
  160. }
  161. .step2-title {
  162. height: 120rpx;
  163. line-height: 120rpx;
  164. border-bottom: solid 1rpx #f1f1f1;
  165. }
  166. .step2-content {
  167. /* margin: 30rpx 0; */
  168. margin-top: 10rpx;
  169. display: flex;
  170. }
  171. .step2-left {
  172. flex: 0 0 23%;
  173. /* background-color: #f1f1f1; */
  174. text-align: right;
  175. /* height: 150rpx; */
  176. }
  177. .step2-left image {
  178. width: 100rpx;
  179. margin-top: 15rpx;
  180. height: auto;
  181. }
  182. .step2-right {
  183. flex: 1;
  184. text-align: left;
  185. margin-left: 20rpx;
  186. }
  187. .step2-text {
  188. font-size: 32rpx;
  189. font-weight: 500;
  190. line-height: 55rpx;
  191. }
  192. .step2-text1 {
  193. font-size: 28rpx;
  194. color: #666666;
  195. line-height: 50rpx;
  196. }
  197. .step3-title {
  198. display: flex;
  199. padding: 0 30rpx;
  200. font-size: 32rpx;
  201. color: #484848;
  202. }
  203. .title-left-num {
  204. display: inline-block;
  205. margin: 0 5rpx;
  206. font-weight: bold;
  207. font-size: 38rpx;
  208. }
  209. .step3-title-left {
  210. flex: 1;
  211. }
  212. .step3-title-right {
  213. flex: 0 0 170rpx;
  214. text-align: center;
  215. height: 60rpx;
  216. line-height: 60rpx;
  217. margin-top: 30rpx;
  218. font-size: 26rpx;
  219. color: #999999;
  220. border-radius: 40rpx;
  221. border: solid 1rpx #e5e5e5;
  222. }
  223. .toukui{
  224. flex: 0 0 140rpx;
  225. margin-right: 12rpx;
  226. }
  227. .unOpen{
  228. color: #000;
  229. border: solid 1px #000;
  230. }
  231. .bell {
  232. flex: 0 0 50rpx;
  233. height: 50rpx;
  234. margin-top: 35rpx;
  235. width: 50rpx;
  236. line-height: 50rpx;
  237. border-radius: 50%;
  238. text-align: center;
  239. border: solid 1rpx var(--globleColor);
  240. background-color: var(--globleColor);
  241. }
  242. .bell-image {
  243. height: 40rpx;
  244. width: 40rpx;
  245. margin-top: 5rpx;
  246. }
  247. .steps3-list {
  248. display: flex;
  249. margin: 20rpx 0;
  250. }
  251. .step3-list-item {
  252. flex: 1;
  253. text-align: center;
  254. padding: 30rpx 0;
  255. margin-top: 10rpx;
  256. }
  257. .step3-item-num {
  258. font-size: 44rpx;
  259. font-weight: bold;
  260. }
  261. /* .woqi .step3-item-num{
  262. font-size: 30rpx;
  263. } */
  264. .step3-item-text {
  265. color: #999999;
  266. font-size: 28rpx;
  267. margin-top: 10rpx;
  268. }
  269. .step3-bottom {
  270. display: flex;
  271. padding: 0 30rpx;
  272. text-align: center;
  273. height: 100rpx;
  274. margin-top: 40rpx;
  275. font-size: 34rpx;
  276. font-weight: bold;
  277. line-height: 100rpx;
  278. margin-bottom: 30rpx;
  279. color: var(--fontColor);
  280. }
  281. .step3-bottom-left {
  282. flex: 1;
  283. border-radius: 50rpx;
  284. margin-right: 20rpx;
  285. border: solid 1rpx var(--globleColor);
  286. color: var(--orgFont);
  287. }
  288. .step3-bottom-toukui{
  289. flex: 1;
  290. border-radius: 50rpx;
  291. margin-right: 20rpx;
  292. /* border: solid 1rpx #1e80ff; */
  293. background-color: #1e80ff;
  294. color: #fff;
  295. }
  296. .step3-cha {
  297. flex: 0 0 100rpx;
  298. border-radius: 50rpx;
  299. margin-right: 30rpx;
  300. text-align: center;
  301. border: solid 1rpx var(--globleColor);
  302. color: var(--orgFont);
  303. }
  304. .step3-bottom-right {
  305. flex: 1;
  306. background-color: var(--globleColor);
  307. color: var(--fontColor);
  308. border-radius: 50rpx;
  309. }
  310. .step3-parking {
  311. text-align: center;
  312. padding: 30rpx 0;
  313. margin-top: 50rpx;
  314. }
  315. .step3-park-title1 {
  316. font-size: 48rpx;
  317. font-weight: bold;
  318. }
  319. .step3-park-text {
  320. font-size: 28rpx;
  321. color: #666666;
  322. margin: 20rpx;
  323. font-weight: 500;
  324. }
  325. .buttom-icon {
  326. margin-right: 10rpx;
  327. }
  328. .frame {
  329. background-color: rgba(0, 0, 0, 0.6);
  330. position: fixed;
  331. z-index: 9999999999999999;
  332. top: 0;
  333. left: 0;
  334. width: 100%;
  335. height: 100vh;
  336. }
  337. .frame-content {
  338. position: fixed;
  339. background-color: #fff;
  340. width: 100%;
  341. height: 500rpx;
  342. border-radius: 40rpx 40rpx 0 0;
  343. bottom: 0;
  344. z-index: 99999999;
  345. padding-bottom: 100rpx;
  346. text-align: center;
  347. }
  348. .frame-title {
  349. height: 100rpx;
  350. line-height: 100rpx;
  351. padding: 0 30rpx;
  352. font-size: 28rpx;
  353. }
  354. .cha {
  355. float: left;
  356. }
  357. .frame-kefu {
  358. float: right;
  359. font-size: 28rpx;
  360. }
  361. .suo {
  362. width: 80%;
  363. margin: 0 auto;
  364. }
  365. .frame-con {
  366. padding: 0 30rpx;
  367. }
  368. .frame-bt {
  369. display: flex;
  370. height: 100rpx;
  371. line-height: 100rpx;
  372. text-align: center;
  373. margin-top: 50rpx;
  374. font-size: 32rpx;
  375. font-weight: 500;
  376. }
  377. .frame-left {
  378. flex: 0 0 250rpx;
  379. border: solid 1rpx var(--globleColor);
  380. border-radius: 50rpx;
  381. color: var(--globleColor);
  382. }
  383. .frame-right {
  384. flex: 1;
  385. margin-left: 50rpx;
  386. border-radius: 50rpx;
  387. background-color: var(--globleColor);
  388. color: var(--fontColor);
  389. }
  390. /* 未开启位置权限 */
  391. .pay-frame {
  392. width: 100vh;
  393. height: 100%;
  394. position: fixed;
  395. z-index: 9999999999;
  396. background-color: rgba(0, 0, 0, 0.6);
  397. }
  398. .topay {
  399. width: 500rpx;
  400. height: 300rpx;
  401. background: rgba(255, 255, 255, 1);
  402. border-radius: 20rpx;
  403. position: fixed;
  404. top: 41%;
  405. left: 16%;
  406. z-index: 8888;
  407. display: flex;
  408. flex-direction: column;
  409. align-items: center;
  410. justify-content: center;
  411. }
  412. .topay .text1,
  413. .text2 {
  414. font-size: 28rpx;
  415. font-family: PingFang SC;
  416. color: rgba(42, 42, 42, 1);
  417. }
  418. .topay .view {
  419. display: flex;
  420. position: absolute;
  421. bottom: 0rpx;
  422. width: 100%;
  423. justify-content: space-between;
  424. height: 70rpx;
  425. border-top: 1rpx solid #f4f4f4;
  426. padding: 10rpx 0rpx;
  427. }
  428. .topay .view .view1 {
  429. display: flex;
  430. align-items: center;
  431. justify-content: center;
  432. width: 49.5%;
  433. }
  434. .ad-list {
  435. background-color: #333333;
  436. opacity: 0.9;
  437. height: 70rpx;
  438. border-radius: 50rpx;
  439. width: 94%;
  440. left: 3%;
  441. position: fixed;
  442. top: 30rpx;
  443. z-index: 9998;
  444. }
  445. .mess {
  446. display: inline-block;
  447. vertical-align: middle;
  448. height: 40rpx;
  449. width: 40rpx;
  450. margin: 20rpx 30rpx 20rpx 30rpx;
  451. }
  452. .change {
  453. display: inline-block;
  454. vertical-align: top;
  455. height: 50rpx;
  456. width: 50rpx;
  457. float: right;
  458. margin: 15rpx 30rpx 15rpx 30rpx;
  459. }
  460. .ad-list .swiper {
  461. height: 70rpx;
  462. position: fixed;
  463. width: 68%;
  464. left: 120rpx;
  465. top: 30rpx;
  466. z-index: 99998;
  467. }
  468. .ad-list .swiper .swiper-item {
  469. height: 70rpx;
  470. line-height: 70rpx;
  471. }
  472. .ad-item {
  473. display: inline-block;
  474. color: #fff;
  475. font-size: 26rpx;
  476. /* vertical-align: middle; */
  477. }
  478. .back-home {
  479. height: 50rpx;
  480. width: 50rpx;
  481. position: absolute;
  482. top: 35rpx;
  483. left: 30rpx;
  484. }
  485. .marquee {
  486. width: 80%;
  487. height: 70rpx;
  488. overflow: hidden;
  489. line-height: 70rpx;
  490. }
  491. .marqueeTitle {
  492. color: red;
  493. font-size: 26rpx;
  494. }
  495. .inform {
  496. display: flex;
  497. align-items: center;
  498. width: 94%;
  499. left: 3%;
  500. height: 68rpx;
  501. background: white;
  502. color: #333333;
  503. position: fixed;
  504. z-index: 9999;
  505. font-size: 26rpx;
  506. justify-content: space-between;
  507. border-radius: 10rpx;
  508. }
  509. .inform-img {
  510. display: flex;
  511. height: 100%;
  512. align-items: center;
  513. }
  514. /* 轮播图 */
  515. .ad-swiper {
  516. position: fixed;
  517. top: 30rpx;
  518. z-index: 9999;
  519. height: 200rpx;
  520. width: 94%;
  521. left: 3%;
  522. /* background-color: #fff; */
  523. }
  524. .ad-swiper-list {
  525. height: 200rpx;
  526. }
  527. /* 屏幕中间广告弹框 */
  528. .ad-frame {
  529. height: 100%;
  530. width: 100%;
  531. position: fixed;
  532. background-color: rgba(0, 0, 0, 0.6);
  533. top: 0;
  534. left: 0;
  535. z-index: 999999999999;
  536. }
  537. .ad-frame-content {
  538. width: 70%;
  539. height: 55%;
  540. /* background-color: #fff; */
  541. margin-left: 15%;
  542. margin-top: 20%;
  543. }
  544. .frame-middle {
  545. height: 100%;
  546. width: 100%;
  547. }
  548. .frame-middle image {
  549. width: 100%;
  550. height: 100%;
  551. }
  552. .ad-frame-close {
  553. margin: 0 auto;
  554. margin-top: 100rpx;
  555. text-align: center;
  556. width: 60rpx;
  557. height: 60rpx;
  558. line-height: 60rpx;
  559. border: solid 4rpx #fff;
  560. border-radius: 50%;
  561. }
  562. .ad-frame-close .icon-cha {
  563. color: #fff;
  564. font-weight: 300;
  565. font-size: 30rpx;
  566. }
  567. /* 动态绑定地图样式 */
  568. .map1 {
  569. height: calc(100vh - 80px) !important;
  570. }
  571. .map2 {
  572. height: calc(100vh - 375px) !important;
  573. }
  574. .map3 {
  575. height: calc(100vh - 270px) !important;
  576. }
  577. .min {
  578. font-size: 22rpx;
  579. color: #999999;
  580. margin-left: 3px;
  581. font-size: 400;
  582. }
  583. .popbj {
  584. background: #999;
  585. opacity: 0.6;
  586. width: 100%;
  587. height: 100%;
  588. position: fixed;
  589. top: 0;
  590. left: 0;
  591. }
  592. .pops {
  593. position: fixed;
  594. top: 50%;
  595. left: 50%;
  596. transform: translate(-50%, -50%);
  597. background: white;
  598. border-radius: 15rpx;
  599. z-index: 2;
  600. width: 600rpx;
  601. display: flex;
  602. flex-direction: column;
  603. align-items: center;
  604. }
  605. .pops .pop-title {
  606. font-size: 40rpx;
  607. font-weight: bold;
  608. padding: 20rpx 0rpx;
  609. }
  610. .pops .pop-cont {
  611. /* display: flex; */
  612. /* align-items: center; */
  613. text-align: left;
  614. font-size: 30rpx;
  615. color: red;
  616. width: 88%;
  617. line-height: 50rpx;
  618. padding-bottom: 40rpx;
  619. }
  620. .pops .pop-btn {
  621. width: 100%;
  622. display: flex;
  623. align-items: center;
  624. border-top: 1rpx solid #e5e5e5;
  625. }
  626. .pops .pop-btn view {
  627. width: 49.5%;
  628. display: flex;
  629. align-items: center;
  630. justify-content: center;
  631. }
  632. /* 头盔 */
  633. .tk-prop{
  634. height: 100vh;
  635. width: 100vw;
  636. position: fixed;
  637. top: 0;
  638. left: 0;
  639. z-index: 99999999999999999999;
  640. background-color: rgba(0, 0, 0, 0.7);
  641. }
  642. .tk-content{
  643. width: 80vw;
  644. height: 700rpx;
  645. margin: 0 auto;
  646. background-color: #fff;
  647. margin-top: 20vh;
  648. border-radius: 12rpx;
  649. }
  650. .tk-content image{
  651. height: 480rpx;
  652. width: 100%;
  653. }
  654. .tk-text{
  655. text-align: center;
  656. color: red;
  657. }
  658. .tk-know{
  659. width: 400rpx;
  660. height: 80rpx;
  661. text-align: center;
  662. line-height: 80rpx;
  663. background-color: var(--globleColor);
  664. border-radius: 45rpx;
  665. margin:0 auto;
  666. margin-top:30rpx;
  667. }