use_bike.acss 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  1. /* pages/use_bike/use_bike.wxss */
  2. #map {
  3. height: calc(100vh - 495rpx);
  4. z-index: 8;
  5. /* z-index: 999999999999999999; */
  6. width: 100%;
  7. }
  8. .map-icon {
  9. position: fixed;
  10. right:20rpx;
  11. z-index: 999;
  12. bottom:650rpx;
  13. }
  14. .kefu {
  15. height: 70rpx;
  16. width: 70rpx;
  17. bottom: 0rpx;
  18. border-radius: 50%;
  19. background-color: #fff;
  20. margin-top: 50rpx;
  21. text-align: center;
  22. }
  23. .kefu image {
  24. height: 50rpx;
  25. margin-top: 10rpx;
  26. width: 50rpx;
  27. }
  28. .use-bike-bottom {
  29. position: fixed;
  30. z-index: 999999999;
  31. background-color: #fff;
  32. width: 100%;
  33. bottom: 0;
  34. /* height: 600rpx; */
  35. left: 0;
  36. padding-bottom: 30rpx;
  37. border-radius: 40rpx 40rpx 0 0;
  38. }
  39. /* .warning-lists{
  40. height: 280rpx;
  41. overflow-y: scroll;
  42. } */
  43. .bike-tip {
  44. position: fixed;
  45. z-index: 99999;
  46. top: 10rpx;
  47. height: 70rpx;
  48. width: 90%;
  49. left: 5%;
  50. border-radius: 40rpx;
  51. font-size: 26rpx;
  52. margin: 0 auto;
  53. line-height: 70rpx;
  54. color: #fff;
  55. background: rgba(0, 0, 0, 0.8);
  56. }
  57. .bike-guifan {
  58. font-size: 20rpx;
  59. float: right;
  60. margin-right: 20rpx;
  61. }
  62. .tip-text {
  63. margin-left: 20rpx;
  64. }
  65. .step1,
  66. .step2 {
  67. text-align: center;
  68. }
  69. .step1 .bottom-title1 {
  70. margin-top: 70rpx;
  71. font-size: 60rpx;
  72. }
  73. .step1 .bottom-title2 {
  74. font-size: 32rpx;
  75. color: #666666;
  76. margin-top: 10rpx;
  77. margin-bottom: 70rpx;
  78. }
  79. .step1 .bike_no{
  80. /* margin-bottom: 70rpx; */
  81. margin-top: 15rpx;
  82. font-size: 30rpx;
  83. color: #999;
  84. }
  85. .open_bike {
  86. height: 100rpx;
  87. line-height: 100rpx;
  88. border-radius: 50rpx;
  89. width: 60%;
  90. font-size: 32rpx;
  91. font-weight: 600;
  92. background-color: var(--globleColor);
  93. color: var(--fontColor);
  94. margin: 0 auto;
  95. margin-top: 20rpx;
  96. }
  97. .open_bike1{
  98. height: 100rpx;
  99. line-height: 100rpx;
  100. border-radius: 50rpx;
  101. width: 60%;
  102. font-size: 32rpx;
  103. font-weight: 600;
  104. background-color:#999;
  105. color: var(--fontColor);
  106. margin: 0 auto;
  107. }
  108. .lanya{
  109. font-size: 28rpx;
  110. margin-top: 20rpx;
  111. color: var(--globleColor);
  112. margin-bottom: 30rpx;
  113. }
  114. .bottom-list {
  115. display: flex;
  116. height: 50rpx;
  117. /* line-height: 40rpx; */
  118. text-align: center;
  119. font-size: 26rpx;
  120. color: #666666;
  121. margin-top: 15rpx;
  122. }
  123. .bottom-list-item {
  124. flex: 1;
  125. }
  126. .step3-title {
  127. height: 120rpx;
  128. line-height: 120rpx;
  129. border-bottom: solid 1rpx #f1f1f1;
  130. }
  131. .step2-title {
  132. height: 120rpx;
  133. line-height: 120rpx;
  134. border-bottom: solid 1rpx #f1f1f1;
  135. }
  136. .step2-content {
  137. /* margin: 30rpx 0; */
  138. margin-top: 10rpx;
  139. display: flex;
  140. }
  141. .step2-left {
  142. flex: 0 0 23%;
  143. /* background-color: #f1f1f1; */
  144. text-align: right;
  145. /* height: 150rpx; */
  146. }
  147. .step2-left image {
  148. width: 100rpx;
  149. margin-top: 15rpx;
  150. height: auto;
  151. }
  152. .step2-right {
  153. flex: 1;
  154. text-align: left;
  155. margin-left: 20rpx;
  156. }
  157. .step2-text {
  158. font-size: 32rpx;
  159. font-weight: 500;
  160. line-height: 55rpx;
  161. }
  162. .step2-text1 {
  163. font-size: 28rpx;
  164. color: #666666;
  165. line-height: 50rpx;
  166. }
  167. .step3-title {
  168. display: flex;
  169. padding: 0 40rpx;
  170. font-size: 32rpx;
  171. color: #484848;
  172. }
  173. .title-left-num {
  174. display: inline-block;
  175. margin: 0 5rpx;
  176. font-weight: bold;
  177. font-size: 38rpx;
  178. }
  179. .step3-title-left {
  180. flex: 1;
  181. }
  182. .step3-title-right {
  183. flex: 0 0 170rpx;
  184. text-align: center;
  185. height: 60rpx;
  186. line-height: 60rpx;
  187. margin-top: 30rpx;
  188. font-size: 26rpx;
  189. color: #999999;
  190. border-radius: 40rpx;
  191. border: solid 1rpx #e5e5e5;
  192. }
  193. .bell{
  194. flex:0 0 50rpx;
  195. height: 50rpx;
  196. margin-top: 35rpx;
  197. width:50rpx;
  198. line-height: 50rpx;
  199. border-radius: 50%;
  200. text-align: center;
  201. border: solid 1rpx var(--globleColor);
  202. background-color: var(--globleColor);
  203. }
  204. .bell-image{
  205. height: 40rpx;
  206. width: 40rpx;
  207. margin-top: 5rpx;
  208. }
  209. .steps3-list {
  210. display: flex;
  211. margin: 20rpx 0;
  212. }
  213. .step3-list-item {
  214. flex: 1;
  215. text-align: center;
  216. padding: 30rpx 0;
  217. margin-top: 10rpx;
  218. }
  219. .step3-item-num {
  220. font-size: 44rpx;
  221. font-weight: bold;
  222. }
  223. .step3-item-text {
  224. color: #999999;
  225. font-size: 28rpx;
  226. margin-top: 10rpx;
  227. }
  228. .step3-bottom {
  229. display: flex;
  230. padding: 0 50rpx;
  231. text-align: center;
  232. height: 100rpx;
  233. margin-top:40rpx;
  234. font-size: 34rpx;
  235. font-weight: bold;
  236. line-height: 100rpx;
  237. margin-bottom:55rpx;
  238. color: var(--fontColor);
  239. }
  240. .step3-bottom-left {
  241. flex: 1;
  242. border-radius: 50rpx;
  243. margin-right: 30rpx;
  244. border: solid 1rpx var(--globleColor);
  245. color: var(--orgFont);
  246. }
  247. .step3-cha {
  248. flex: 0 0 100rpx;
  249. border-radius: 50rpx;
  250. margin-right: 30rpx;
  251. text-align: center;
  252. border: solid 1rpx var(--globleColor);
  253. color: var(--orgFont);
  254. }
  255. .step3-bottom-right {
  256. flex: 1;
  257. background-color: var(--globleColor);
  258. color: var(--fontColor);
  259. border-radius: 50rpx;
  260. }
  261. .step3-parking {
  262. text-align: center;
  263. padding: 30rpx 0;
  264. margin-top: 50rpx;
  265. }
  266. .step3-park-title1 {
  267. font-size: 48rpx;
  268. font-weight: bold;
  269. }
  270. .step3-park-text {
  271. font-size: 28rpx;
  272. color: #666666;
  273. margin: 20rpx;
  274. font-weight: 500;
  275. }
  276. .buttom-icon {
  277. margin-right: 10rpx;
  278. }
  279. .frame {
  280. background-color: rgba(0, 0, 0, 0.6);
  281. position: fixed;
  282. z-index: 9999999999999999;
  283. top: 0;
  284. left: 0;
  285. width: 100%;
  286. height: 100vh;
  287. }
  288. .frame-content {
  289. position: fixed;
  290. background-color: #fff;
  291. width: 100%;
  292. height: 500rpx;
  293. border-radius: 40rpx 40rpx 0 0;
  294. bottom: 0;
  295. z-index: 99999999;
  296. padding-bottom: 100rpx;
  297. text-align: center;
  298. }
  299. .frame-title {
  300. height: 100rpx;
  301. line-height: 100rpx;
  302. padding: 0 30rpx;
  303. font-size: 28rpx;
  304. }
  305. .cha{
  306. float: left;
  307. }
  308. .frame-kefu {
  309. float: right;
  310. font-size: 28rpx;
  311. }
  312. .suo {
  313. width: 80%;
  314. margin: 0 auto;
  315. }
  316. .frame-con {
  317. padding: 0 30rpx;
  318. }
  319. .frame-bt {
  320. display: flex;
  321. height: 100rpx;
  322. line-height: 100rpx;
  323. text-align: center;
  324. margin-top: 50rpx;
  325. font-size: 32rpx;
  326. font-weight: 500;
  327. }
  328. .frame-left {
  329. flex: 0 0 250rpx;
  330. border: solid 1rpx var(--globleColor);
  331. border-radius: 50rpx;
  332. color: var(--globleColor);
  333. }
  334. .frame-right {
  335. flex: 1;
  336. margin-left: 50rpx;
  337. border-radius: 50rpx;
  338. background-color: var(--globleColor);
  339. color: var(--fontColor);
  340. }
  341. /* 未开启位置权限 */
  342. .pay-frame{
  343. width: 100vh;
  344. height: 100%;
  345. position: fixed;
  346. z-index: 999999999;
  347. background-color: rgba(0, 0, 0, 0.6);
  348. }
  349. .topay {
  350. width: 500rpx;
  351. height: 300rpx;
  352. background: rgba(255, 255, 255, 1);
  353. border-radius: 20rpx;
  354. position: fixed;
  355. top: 41%;
  356. left: 16%;
  357. z-index: 8888;
  358. display: flex;
  359. flex-direction: column;
  360. align-items: center;
  361. justify-content: center;
  362. }
  363. .topay .text1,
  364. .text2 {
  365. font-size: 28rpx;
  366. font-family: PingFang SC;
  367. color: rgba(42, 42, 42, 1);
  368. }
  369. .topay .view {
  370. display: flex;
  371. position: absolute;
  372. bottom: 0rpx;
  373. width: 100%;
  374. justify-content: space-between;
  375. height: 70rpx;
  376. border-top: 1rpx solid #f4f4f4;
  377. padding: 10rpx 0rpx;
  378. }
  379. .topay .view .view1 {
  380. display: flex;
  381. align-items: center;
  382. justify-content: center;
  383. width: 49.5%;
  384. }
  385. .ad-list {
  386. background-color: #333333;
  387. opacity: 0.9;
  388. height: 70rpx;
  389. border-radius: 50rpx;
  390. width: 94%;
  391. left: 3%;
  392. position: fixed;
  393. top:30rpx;
  394. z-index: 9998;
  395. }
  396. .mess {
  397. display: inline-block;
  398. vertical-align: middle;
  399. height: 40rpx;
  400. width:40rpx;
  401. margin: 20rpx 30rpx 20rpx 30rpx;
  402. }
  403. .change {
  404. display: inline-block;
  405. vertical-align: top;
  406. height: 50rpx;
  407. width: 50rpx;
  408. float: right;
  409. margin: 15rpx 30rpx 15rpx 30rpx;
  410. }
  411. .ad-list .swiper {
  412. height: 70rpx;
  413. position: fixed;
  414. width: 68%;
  415. left: 120rpx;
  416. top: 30rpx;
  417. z-index: 99998;
  418. }
  419. .ad-list .swiper .swiper-item {
  420. height: 70rpx;
  421. line-height:70rpx;
  422. }
  423. .ad-item {
  424. display: inline-block;
  425. color: #fff;
  426. font-size: 26rpx;
  427. /* vertical-align: middle; */
  428. }
  429. .back-home{
  430. height: 50rpx;
  431. width:50rpx;
  432. position: absolute;
  433. top: 35rpx;
  434. left: 30rpx;
  435. }
  436. .marquee {
  437. width: 80%;
  438. overflow: hidden;
  439. }
  440. .marqueeTitle {
  441. color: #333333;
  442. font-size: 26rpx;
  443. }
  444. .inform {
  445. display: flex;
  446. align-items: center;
  447. width: 94%;
  448. left: 3%;
  449. height: 68rpx;
  450. background: white;
  451. color: #333333;
  452. position: fixed;
  453. z-index: 9999;
  454. font-size: 26rpx;
  455. justify-content: space-between;
  456. border-radius: 10rpx;
  457. }
  458. .inform-img {
  459. display: flex;
  460. height: 100%;
  461. align-items: center;
  462. }
  463. /* 轮播图 */
  464. .ad-swiper{
  465. position: fixed;
  466. top: 30rpx;
  467. z-index: 9999;
  468. height: 200rpx;
  469. width: 94%;
  470. left: 3%;
  471. /* background-color: #fff; */
  472. }
  473. .ad-swiper-list{
  474. height: 200rpx;
  475. }