index.wxss 8.7 KB

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