use_bike.acss 6.9 KB

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