use_bike.acss 6.8 KB

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