index.wxss 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  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_textdata_fast{
  102. background-color: #ffffff;
  103. position: absolute;
  104. right: 32rpx;
  105. top: 30rpx;
  106. height: 40rpx;
  107. z-index:999;
  108. border-radius: 12rpx;
  109. min-height: 40rpx;
  110. padding-right: 18rpx;
  111. padding-left: 15rpx;
  112. }
  113. .map_textdata_slow{
  114. background-color: #ffffff;
  115. position: absolute;
  116. right: 32rpx;
  117. top: 90rpx;
  118. height: 40rpx;
  119. z-index:999;
  120. border-radius: 12rpx;
  121. min-height: 40rpx;
  122. padding-right: 18rpx;
  123. padding-left: 15rpx;
  124. }
  125. .map_textdata_fast text,.map_textdata_slow text{
  126. display: inline-block;
  127. height: 40rpx;
  128. line-height: 40rpx;
  129. min-height: 40rpx;
  130. font-size:24rpx;
  131. margin: 0;
  132. }
  133. .map_textdata_fast text{
  134. color: #35b2ab;
  135. }
  136. .map_textdata_slow text{
  137. color: #da8527;
  138. }
  139. .map_text {
  140. position: absolute;
  141. left: 0;
  142. right: 0;
  143. bottom: 95rpx;
  144. height: 230rpx;
  145. background: #fff;
  146. padding: 0 0 0 38rpx;
  147. }
  148. .map_text.active,map_text1.active{
  149. background-color: #ebebeb;
  150. }
  151. .map_text_info{
  152. width: 572rpx;
  153. display: inline-block;
  154. }
  155. .charging_text_title1 {
  156. width: 100%;
  157. text-overflow: ellipsis;
  158. white-space: nowrap;
  159. overflow: hidden;
  160. }
  161. .chargprice {
  162. height: 50rpx;
  163. margin-bottom: 4rpx;
  164. }
  165. .chargprice text {
  166. height: 50rpx;
  167. min-height: 50rpx;
  168. line-height: 50rpx;
  169. }
  170. .navigation_info{
  171. width: 140rpx;
  172. height: 230rpx;
  173. margin:0;
  174. padding-top: 70rpx;
  175. float: right;
  176. }
  177. .navigation {
  178. width: 80rpx;
  179. height: 80rpx;
  180. background-color: #21adff;
  181. border-radius: 40rpx;
  182. }
  183. .navigation image {
  184. width: 34rpx;
  185. height: 40rpx;
  186. margin: 20rpx 20rpx 20rpx 26rpx;
  187. }
  188. .navigation_info text {
  189. font-size: 22rpx;
  190. line-height: 42rpx;
  191. height: 42rpx;
  192. min-height: 42rpx;
  193. margin: 0;
  194. }
  195. text {
  196. margin: 0 0 20rpx 0;
  197. display: block;
  198. font-size: 24rpx;
  199. font-family: 'Lucida Sans',
  200. 'Lucida Sans Regular',
  201. 'Lucida Grande',
  202. 'Lucida Sans Unicode',
  203. Geneva,
  204. Verdana,
  205. sans-serif;
  206. color: #545253;
  207. text-overflow: ellipsis;
  208. white-space: nowrap;
  209. overflow: hidden;
  210. line-height: 24rpx;
  211. height: 24rpx;
  212. min-height: 24rpx;
  213. }
  214. text.bold {
  215. font-weight: bold;
  216. line-height: 50rpx;
  217. height: 50rpx;
  218. min-height: 50rpx;
  219. margin: 20rpx 0 0 0;
  220. display: block;
  221. font-size: 32rpx;
  222. }
  223. text.inline{
  224. display: inline-block;
  225. margin:0;
  226. }
  227. .h1 {
  228. font-size: 22rpx;
  229. line-height: 42rpx;
  230. height: 42rpx;
  231. min-height: 42rpx;
  232. color: #9d9d9d;
  233. margin: 0;
  234. }
  235. text.border{
  236. border: 2rpx #d8d8d8 solid;
  237. border-radius: 20rpx;
  238. line-height: 40rpx;
  239. height: 40rpx;
  240. min-height: 40rpx;
  241. padding:0 20rpx;
  242. color: #9d9d9d;
  243. font-size: 20rpx;
  244. margin-right: 15rpx;
  245. }
  246. text.yellow {
  247. color: #da8527;
  248. font-size: 26rpx;
  249. /* font-weight: bold; */
  250. }
  251. text.price {
  252. font-size: 20rpx;
  253. color: #9d9d9d;
  254. }
  255. /* 通知相关 begin */
  256. .modal_box {
  257. width: 688rpx;
  258. height: 688rpx;
  259. overflow: hidden;
  260. position: fixed;
  261. top: 50%;
  262. left: 0;
  263. z-index:9999;
  264. background: #ffffff;
  265. margin: -344rpx 31rpx 0 31rpx;
  266. border-radius: 12rpx;
  267. }
  268. .title {
  269. height:128rpx;
  270. text-align: center;
  271. background-color: #27a6bf;
  272. font-size: 34rpx;
  273. color: #ffffff;
  274. line-height: 128rpx;
  275. font-family: 'Lucida Sans',
  276. 'Lucida Sans Regular',
  277. 'Lucida Grande',
  278. 'Lucida Sans Unicode',
  279. Geneva,
  280. Verdana,
  281. sans-serif;
  282. }
  283. .title image{
  284. position: absolute;
  285. top: 14rpx;
  286. left: 14rpx;
  287. width: 89rpx;
  288. height: 101rpx;
  289. }
  290. .content {
  291. height:300rpx;
  292. overflow-y: scroll; /*超出父盒子高度可滚动*/
  293. }
  294. .content_title{
  295. color: #27a6bf;
  296. font-size: 30rpx;
  297. line-height: 32rpx;
  298. font-family: 'Lucida Sans',
  299. 'Lucida Sans Regular',
  300. 'Lucida Grande',
  301. 'Lucida Sans Unicode',
  302. Geneva,
  303. Verdana,
  304. sans-serif;
  305. margin: 40rpx 40rpx 28rpx 40rpx;
  306. }
  307. .Sure {
  308. width: 288rpx;
  309. height:78rpx;
  310. position: absolute;
  311. bottom: 0rpx;
  312. color: #27a6bf;
  313. line-height: 78rpx;
  314. border: solid #27a6bf 2rpx;
  315. border-radius: 12rpx;
  316. text-align: center;
  317. margin: 40rpx 200rpx;
  318. font-size: 32rpx;
  319. font-family: 'Lucida Sans',
  320. 'Lucida Sans Regular',
  321. 'Lucida Grande',
  322. 'Lucida Sans Unicode',
  323. Geneva,
  324. Verdana,
  325. sans-serif;
  326. }
  327. .Sure.hover_sure {
  328. color: #ffffff;
  329. background-color:#27a6bf;
  330. }
  331. .modalMsg {
  332. text-align: left;
  333. margin: 0rpx 40rpx;
  334. display: block;
  335. font-size: 26rpx;
  336. line-height: 48rpx;
  337. color: #27a6bf;
  338. font-family: 'Lucida Sans',
  339. 'Lucida Sans Regular',
  340. 'Lucida Grande',
  341. 'Lucida Sans Unicode',
  342. Geneva,
  343. Verdana,
  344. sans-serif;
  345. }
  346. rich-text{
  347. word-break:break-all;
  348. }
  349. .footer{
  350. z-index: 999;
  351. width: calc(100% - 100rpx);
  352. height: 95rpx;
  353. position: absolute;
  354. bottom: 0rpx;
  355. padding: 0rpx 50rpx;
  356. text-align: center;
  357. background-color: #fff;
  358. /* box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset; */
  359. box-shadow: 0rpx 0rpx 10rpx #dedede;
  360. /* margin:30rpx 0rpx; */
  361. /* text-overflow: ellipsis;
  362. white-space: nowrap; */
  363. }
  364. /* .footer text{
  365. margin-top: 20rpx;
  366. } */
  367. .footer .footer_1{
  368. display: inline-block;
  369. width: 30%;
  370. /* margin:30rpx 0rpx; */
  371. /* text-overflow: ellipsis;
  372. white-space: nowrap; */
  373. }
  374. .footer_1 image{
  375. width:42rpx;
  376. height: 41rpx;
  377. margin-top: 15rpx;
  378. }
  379. .footer .footer_2{
  380. display: inline-block;
  381. width: 40%;
  382. /* margin:30rpx 0rpx; */
  383. /* text-overflow: ellipsis;
  384. white-space: nowrap; */
  385. }
  386. .footer_2 image{
  387. width:238rpx;
  388. height:70rpx;
  389. }
  390. .footer .footer_3{
  391. display: inline-block;
  392. width: 30%;
  393. /* margin:30rpx 0rpx; */
  394. /* text-overflow: ellipsis;
  395. white-space: nowrap; */
  396. }
  397. .footer_3 image{
  398. margin-top:15rpx;
  399. margin-bottom:-10rpx;
  400. width:32rpx;
  401. height: 49rpx;
  402. }
  403. .footer text{
  404. font-size: 20rpx;
  405. line-height: 20rpx;
  406. height: 20rpx;
  407. min-height: 20rpx;
  408. margin: 0;
  409. }
  410. .footer text.selected{
  411. color:#fcd943;
  412. }
  413. /* 通知相关 end */