index.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597
  1. .section {
  2. height: 100rpx;
  3. width: 100%;
  4. display: flex;
  5. flex-direction: row;
  6. }
  7. .section .input {
  8. width: 100%;
  9. /* margin: 24rpx auto; */
  10. height: 60rpx;
  11. min-height: 60rpx;
  12. line-height: 60rpx;
  13. font-size: 28rpx;
  14. font-family: 'Lucida Sans',
  15. 'Lucida Sans Regular',
  16. 'Lucida Grande',
  17. 'Lucida Sans Unicode',
  18. Geneva,
  19. Verdana,
  20. sans-serif;
  21. color: #a0a0a0;
  22. margin: 0 40rpx;
  23. background-color: #f2f2f2;
  24. border-radius: 30rpx;
  25. }
  26. .input image {
  27. margin: 10rpx auto;
  28. height: 40rpx;
  29. width: 40rpx;
  30. padding: 0 20rpx;
  31. }
  32. .input text {
  33. display: inline-block;
  34. height: 60rpx;
  35. min-height: 60rpx;
  36. line-height: 60rpx;
  37. margin: 0;
  38. color: #aeaeae;
  39. }
  40. .section .city_select {
  41. flex-shrink: 0;
  42. /* margin: 24rpx auto; */
  43. height: 60rpx;
  44. min-height: 60rpx;
  45. line-height: 60rpx;
  46. font-size: 28rpx;
  47. font-family: 'Lucida Sans',
  48. 'Lucida Sans Regular',
  49. 'Lucida Grande',
  50. 'Lucida Sans Unicode',
  51. Geneva,
  52. Verdana,
  53. sans-serif;
  54. color: #333333;
  55. padding: 0;
  56. }
  57. .howtouse{
  58. line-height: 70rpx;
  59. height: 80rpx;
  60. text-align: left;
  61. width:200rpx;
  62. font-size: 28rpx;
  63. font-family: 'Lucida Sans',
  64. 'Lucida Sans Regular',
  65. 'Lucida Grande',
  66. 'Lucida Sans Unicode',
  67. Geneva,
  68. Verdana,
  69. sans-serif;color: #333333;
  70. }
  71. .down image {
  72. margin: 24rpx auto;
  73. height: 12rpx;
  74. width: 24rpx;
  75. padding: 0 40rpx 0 10rpx;
  76. }
  77. .map_container {
  78. position: absolute;
  79. top: 89rpx;
  80. bottom: 325rpx;
  81. left: 0;
  82. right: 0;
  83. }
  84. .map_container_big {
  85. position: absolute;
  86. top: 89rpx;
  87. bottom: 95rpx;
  88. left: 0;
  89. right: 0;
  90. }
  91. .map {
  92. width: 100%;
  93. height: 100%;
  94. }
  95. .map_location {
  96. position: absolute;
  97. /* left: 30rpx;
  98. bottom: 110rpx; */
  99. right: 32rpx;
  100. top: 160rpx;
  101. width: 86rpx;
  102. height: 86rpx;
  103. z-index:999;
  104. background-color: #ffffff;
  105. border-radius: 43rpx;
  106. }
  107. .map_location .circle1 {
  108. width: 38rpx;
  109. height: 38rpx;
  110. display:block;
  111. margin: 24rpx;
  112. }
  113. .map_location_hover{
  114. transform: scale(0.8, 0.8);
  115. }
  116. .map_center{
  117. bottom:50%;
  118. left: 50%;
  119. /* margin-top:-32rpx; */
  120. margin-left:-28rpx;
  121. position: absolute;
  122. width: 57rpx;
  123. height: 65rpx;
  124. z-index: 888;
  125. }
  126. .map_center cover-image{
  127. width: 57rpx;
  128. height: 65rpx;
  129. }
  130. .map_textdata_fast{
  131. background-color: #ffffff;
  132. position: absolute;
  133. right: 32rpx;
  134. bottom: 100rpx;
  135. height: 50rpx;
  136. z-index:999;
  137. border-radius: 12rpx;
  138. min-height: 40rpx;
  139. padding-right: 18rpx;
  140. padding-left: 15rpx;
  141. }
  142. .map_textdata_slow{
  143. background-color: #ffffff;
  144. position: absolute;
  145. right: 32rpx;
  146. bottom: 35rpx;
  147. height: 50rpx;
  148. z-index:999;
  149. border-radius: 12rpx;
  150. min-height: 40rpx;
  151. padding-right: 18rpx;
  152. padding-left: 15rpx;
  153. }
  154. .map_textdata_fast text,.map_textdata_slow text{
  155. display: inline-block;
  156. height: 50rpx;
  157. line-height: 50rpx;
  158. min-height: 50rpx;
  159. font-size:35rpx;
  160. margin: 0;
  161. }
  162. .map_textdata_fast text{
  163. color: #35b2ab;
  164. }
  165. .map_textdata_slow text{
  166. color: #da8527;
  167. }
  168. .map_text {
  169. position: absolute;
  170. left: 0;
  171. right: 0;
  172. bottom: 95rpx;
  173. height: 260rpx;
  174. background: #fff;
  175. padding: 0 0 0 38rpx;
  176. }
  177. .map_text.active,map_text1.active{
  178. background-color: #ebebeb;
  179. }
  180. .map_text_info{
  181. width: 572rpx;
  182. display: inline-block;
  183. }
  184. .charging_text_title1 {
  185. width: 100%;
  186. text-overflow: ellipsis;
  187. white-space: nowrap;
  188. overflow: hidden;
  189. }
  190. .chargprice {
  191. height: 50rpx;
  192. margin-bottom: 4rpx;
  193. }
  194. .chargprice text {
  195. height: 50rpx;
  196. min-height: 50rpx;
  197. line-height: 50rpx;
  198. }
  199. .navigation_info{
  200. width: 140rpx;
  201. height: 230rpx;
  202. margin:0;
  203. padding-top: 100rpx;
  204. float: right;
  205. }
  206. .navigation {
  207. width: 80rpx;
  208. height: 80rpx;
  209. background-color: #21adff;
  210. border-radius: 40rpx;
  211. }
  212. .navigationTap {
  213. width: 90rpx;
  214. height: 80rpx;
  215. background-color: #66ccff;
  216. border-radius: 40rpx;
  217. padding: 30rpx;
  218. position:absolute;
  219. right: 20rpx;
  220. bottom:20rpx;
  221. z-index: 999;
  222. opacity: 0;
  223. }
  224. .navigation image {
  225. width: 34rpx;
  226. height: 40rpx;
  227. margin: 20rpx 20rpx 20rpx 26rpx;
  228. }
  229. .navigation_info text {
  230. font-size: 22rpx;
  231. line-height: 42rpx;
  232. height: 42rpx;
  233. min-height: 42rpx;
  234. margin: 0;
  235. }
  236. text {
  237. margin: 0 0 20rpx 0;
  238. display: block;
  239. font-size: 24rpx;
  240. font-family: 'Lucida Sans',
  241. 'Lucida Sans Regular',
  242. 'Lucida Grande',
  243. 'Lucida Sans Unicode',
  244. Geneva,
  245. Verdana,
  246. sans-serif;
  247. color: #545253;
  248. text-overflow: ellipsis;
  249. white-space: nowrap;
  250. overflow: hidden;
  251. line-height: 24rpx;
  252. height: 24rpx;
  253. min-height: 24rpx;
  254. }
  255. text.bold {
  256. font-weight: bold;
  257. line-height: 50rpx;
  258. height: 50rpx;
  259. min-height: 50rpx;
  260. margin: 20rpx 0 0 0;
  261. display: block;
  262. font-size: 32rpx;
  263. }
  264. text.inline{
  265. display: inline-block;
  266. margin:0;
  267. }
  268. .h1 {
  269. font-size: 22rpx;
  270. line-height: 42rpx;
  271. height: 42rpx;
  272. min-height: 42rpx;
  273. color: #9d9d9d;
  274. margin: 0;
  275. }
  276. text.border{
  277. border: 2rpx #d8d8d8 solid;
  278. border-radius: 20rpx;
  279. line-height: 40rpx;
  280. height: 40rpx;
  281. min-height: 40rpx;
  282. padding:0 20rpx;
  283. color: #9d9d9d;
  284. font-size: 20rpx;
  285. margin-right: 15rpx;
  286. }
  287. text.yellow {
  288. color: #da8527;
  289. font-size: 26rpx;
  290. /* font-weight: bold; */
  291. }
  292. text.price {
  293. font-size: 20rpx;
  294. color: #9d9d9d;
  295. }
  296. .picker{
  297. text-align: right;
  298. position: absolute;
  299. left: 30rpx;
  300. top: 30rpx;
  301. }
  302. .picker text{
  303. color: #545253;
  304. margin: 0;
  305. padding: 10rpx;
  306. border:solid 2rpx #545253;
  307. border-radius: 8rpx;
  308. font-size: 30rpx;
  309. }
  310. /* 通知相关 begin */
  311. .modal_box {
  312. width: 560rpx;
  313. height: 604rpx;
  314. overflow: hidden;
  315. position: fixed;
  316. top: 50%;
  317. left: 0;
  318. z-index:9998;
  319. margin: -416rpx 95rpx 0 95rpx;
  320. }
  321. .title {
  322. height:224rpx;
  323. width:224rpx;
  324. background-color: #ffffff;
  325. margin: 0 168rpx 0 168rpx;
  326. border-radius: 112rpx;
  327. }
  328. .title image{
  329. /* position: absolute;
  330. top: 14rpx;
  331. left: 14rpx; */
  332. width: 136rpx;
  333. height: 120rpx;
  334. margin: 32rpx 30rpx;
  335. }
  336. .content_msg{
  337. background: #ffffff;
  338. border-radius: 24rpx;
  339. margin-top: -112rpx;
  340. width: 560rpx;
  341. height: 492rpx;
  342. }
  343. .content {
  344. height:226rpx;
  345. overflow-y: scroll; /*超出父盒子高度可滚动*/
  346. border-bottom: 1rpx solid #e5e5e5;
  347. }
  348. .content_title{
  349. color: #1b1b1b;
  350. font-size: 42rpx;
  351. line-height: 42rpx;
  352. font-family: 'Lucida Sans',
  353. 'Lucida Sans Regular',
  354. 'Lucida Grande',
  355. 'Lucida Sans Unicode',
  356. Geneva,
  357. Verdana,
  358. sans-serif;
  359. /* margin: 40rpx 40rpx 28rpx 40rpx; */
  360. text-align: center;
  361. padding: 88rpx 0 36rpx 0 ;
  362. font-weight: bold;
  363. }
  364. .Sure {
  365. width: 560rpx;
  366. height:100rpx;
  367. position: absolute;
  368. bottom: 0rpx;
  369. border-radius: 0 0 24rpx 24rpx;
  370. color: #fd7711;
  371. line-height: 100rpx;
  372. text-align: center;
  373. font-size: 36rpx;
  374. font-family: 'Lucida Sans',
  375. 'Lucida Sans Regular',
  376. 'Lucida Grande',
  377. 'Lucida Sans Unicode',
  378. Geneva,
  379. Verdana,
  380. sans-serif;
  381. }
  382. .Sure.hover_sure {
  383. background-color: #e5e5e5;
  384. }
  385. .modalMsg {
  386. text-align: left;
  387. margin: 0rpx 50rpx;
  388. display: block;
  389. font-size: 28rpx;
  390. line-height: 48rpx;
  391. color: #7c7c7c;
  392. font-family: 'Lucida Sans',
  393. 'Lucida Sans Regular',
  394. 'Lucida Grande',
  395. 'Lucida Sans Unicode',
  396. Geneva,
  397. Verdana,
  398. sans-serif;
  399. /* font-weight: bold; */
  400. }
  401. rich-text{
  402. word-break:break-all;
  403. }
  404. .footer{
  405. z-index: 999;
  406. width: calc(100% - 100rpx);
  407. height: 95rpx;
  408. position: absolute;
  409. bottom: 0rpx;
  410. padding: 0rpx 50rpx;
  411. text-align: center;
  412. background-color: #fff;
  413. /* box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset; */
  414. box-shadow: 0rpx 0rpx 10rpx #dedede;
  415. /* margin:30rpx 0rpx; */
  416. /* text-overflow: ellipsis;
  417. white-space: nowrap; */
  418. }
  419. /* .footer text{
  420. margin-top: 20rpx;
  421. } */
  422. .footer .footer_1{
  423. display: inline-block;
  424. width: 30%;
  425. /* margin:30rpx 0rpx; */
  426. /* text-overflow: ellipsis;
  427. white-space: nowrap; */
  428. }
  429. .footer_1 image{
  430. width:42rpx;
  431. height: 41rpx;
  432. margin-top: 15rpx;
  433. }
  434. .footer .footer_2{
  435. display: inline-block;
  436. width: 40%;
  437. /* margin:30rpx 0rpx; */
  438. /* text-overflow: ellipsis;
  439. white-space: nowrap; */
  440. }
  441. .footer_2 image{
  442. width:238rpx;
  443. height:70rpx;
  444. }
  445. .footer .footer_3{
  446. display: inline-block;
  447. width: 30%;
  448. /* margin:30rpx 0rpx; */
  449. /* text-overflow: ellipsis;
  450. white-space: nowrap; */
  451. }
  452. .footer_3 image{
  453. margin-top:15rpx;
  454. margin-bottom:-13rpx;
  455. /* width:32rpx;
  456. height: 49rpx; */
  457. width:36rpx;
  458. height: 52rpx;
  459. }
  460. .footer text{
  461. font-size: 20rpx;
  462. line-height: 20rpx;
  463. height: 20rpx;
  464. min-height: 20rpx;
  465. margin: 0;
  466. }
  467. .footer text.selected{
  468. color:#fcd943;
  469. }
  470. .see_info{
  471. position: absolute;
  472. right: 0;
  473. top: 0;
  474. padding: 10rpx;
  475. color: rgba(3,155,229,1);
  476. font-size: 26rpx;
  477. }
  478. /* 通知相关 end */
  479. .parkingfee{
  480. display: inline;
  481. margin-left: 30rpx;
  482. }
  483. .parkingfee text{
  484. line-height: 20rpx;
  485. color: #9d9d9d;
  486. line-height: 25rpx;
  487. padding-left: 5rpx;
  488. }
  489. /* 通知相关 begin */
  490. .privacy_box {
  491. height: 545rpx;
  492. /* overflow: hidden; */
  493. /* position: fixed; */
  494. /* top: 54%; */
  495. /* z-index:9999; */
  496. /* margin: -416rpx 95rpx 0 95rpx; */
  497. background-color: #FFFFFF;
  498. margin:40rpx 40rpx;
  499. border-radius: 20rpx;
  500. }
  501. .privacy_box_modal{
  502. width: 400rpx;
  503. }
  504. .privacy_box .title{
  505. text-align: center;
  506. width: initial;
  507. background-color: initial;
  508. margin: initial;
  509. border-radius: initial;
  510. font-size: 32rpx;
  511. line-height: 38rpx;
  512. margin-bottom: 20rpx;
  513. }
  514. .privacy_box text{
  515. word-wrap: break-word;
  516. word-break: break-all;
  517. white-space: pre-line;
  518. margin: initial;
  519. height:initial;
  520. min-height: initial;
  521. font-size: 28rpx;
  522. line-height: 40rpx;
  523. text-align:justify;
  524. }
  525. .privacy_box text text{
  526. display: inline;
  527. }
  528. .privacy_box .agree{
  529. width:400rpx;
  530. height: 60rpx;
  531. font-size: 32rpx;
  532. color:#FFFFFF;
  533. line-height: 60rpx;
  534. text-align: center;
  535. background-color: #21ADFF;
  536. border-radius: 10rpx;
  537. margin: 5rpx auto ;
  538. margin-top:50rpx;
  539. }
  540. .privacy_box .reject{
  541. width:400rpx;
  542. height: 60rpx;
  543. font-size: 28rpx;
  544. color:#848484;
  545. line-height: 60rpx;
  546. text-align: center;
  547. margin: 5rpx auto ;
  548. }
  549. .userPrivacy{
  550. color:#21ADFF;
  551. }
  552. .charging_text_title1 .tag{
  553. font-size: 20rpx;
  554. height: 32rpx;
  555. width: 100%;
  556. margin:0;
  557. }
  558. .charging_text_title1 .tag .tagItem{
  559. float: left;
  560. color: #FFFFFF;
  561. background: #21ADFF;
  562. margin-right: 10rpx;
  563. padding: 2rpx 6rpx;
  564. border-radius: 15rpx;
  565. height: 30rpx;
  566. line-height: 30rpx;
  567. font-size: 22rpx;
  568. }