index.wxss 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  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: 100rpx;
  189. float: right;
  190. }
  191. .navigation {
  192. width: 80rpx;
  193. height: 80rpx;
  194. background-color: #21adff;
  195. border-radius: 40rpx;
  196. }
  197. .navigationTap {
  198. width: 90rpx;
  199. height: 80rpx;
  200. background-color: #66ccff;
  201. border-radius: 40rpx;
  202. padding: 30rpx;
  203. position:absolute;
  204. right: 20rpx;
  205. bottom:20rpx;
  206. z-index: 999;
  207. opacity: 0;
  208. }
  209. .navigation image {
  210. width: 34rpx;
  211. height: 40rpx;
  212. margin: 20rpx 20rpx 20rpx 26rpx;
  213. }
  214. .navigation_info text {
  215. font-size: 22rpx;
  216. line-height: 42rpx;
  217. height: 42rpx;
  218. min-height: 42rpx;
  219. margin: 0;
  220. }
  221. text {
  222. margin: 0 0 20rpx 0;
  223. display: block;
  224. font-size: 24rpx;
  225. font-family: 'Lucida Sans',
  226. 'Lucida Sans Regular',
  227. 'Lucida Grande',
  228. 'Lucida Sans Unicode',
  229. Geneva,
  230. Verdana,
  231. sans-serif;
  232. color: #545253;
  233. text-overflow: ellipsis;
  234. white-space: nowrap;
  235. overflow: hidden;
  236. line-height: 24rpx;
  237. height: 24rpx;
  238. min-height: 24rpx;
  239. }
  240. text.bold {
  241. font-weight: bold;
  242. line-height: 50rpx;
  243. height: 50rpx;
  244. min-height: 50rpx;
  245. margin: 20rpx 0 0 0;
  246. display: block;
  247. font-size: 32rpx;
  248. }
  249. text.inline{
  250. display: inline-block;
  251. margin:0;
  252. }
  253. .h1 {
  254. font-size: 22rpx;
  255. line-height: 42rpx;
  256. height: 42rpx;
  257. min-height: 42rpx;
  258. color: #9d9d9d;
  259. margin: 0;
  260. }
  261. text.border{
  262. border: 2rpx #d8d8d8 solid;
  263. border-radius: 20rpx;
  264. line-height: 40rpx;
  265. height: 40rpx;
  266. min-height: 40rpx;
  267. padding:0 20rpx;
  268. color: #9d9d9d;
  269. font-size: 20rpx;
  270. margin-right: 15rpx;
  271. }
  272. text.yellow {
  273. color: #da8527;
  274. font-size: 26rpx;
  275. /* font-weight: bold; */
  276. }
  277. text.price {
  278. font-size: 20rpx;
  279. color: #9d9d9d;
  280. }
  281. .picker{
  282. text-align: right;
  283. position: absolute;
  284. left: 30rpx;
  285. top: 30rpx;
  286. }
  287. .picker text{
  288. color: #545253;
  289. margin: 0;
  290. padding: 10rpx;
  291. border:solid 2rpx #545253;
  292. border-radius: 8rpx;
  293. font-size: 30rpx;
  294. }
  295. /* 通知相关 begin */
  296. .modal_box {
  297. width: 560rpx;
  298. height: 604rpx;
  299. overflow: hidden;
  300. position: fixed;
  301. top: 50%;
  302. left: 0;
  303. z-index:9999;
  304. margin: -416rpx 95rpx 0 95rpx;
  305. }
  306. .title {
  307. height:224rpx;
  308. width:224rpx;
  309. background-color: #ffffff;
  310. margin: 0 168rpx 0 168rpx;
  311. border-radius: 112rpx;
  312. }
  313. .title image{
  314. /* position: absolute;
  315. top: 14rpx;
  316. left: 14rpx; */
  317. width: 136rpx;
  318. height: 120rpx;
  319. margin: 32rpx 30rpx;
  320. }
  321. .content_msg{
  322. background: #ffffff;
  323. border-radius: 24rpx;
  324. margin-top: -112rpx;
  325. width: 560rpx;
  326. height: 492rpx;
  327. }
  328. .content {
  329. height:226rpx;
  330. overflow-y: scroll; /*超出父盒子高度可滚动*/
  331. border-bottom: 1rpx solid #e5e5e5;
  332. }
  333. .content_title{
  334. color: #1b1b1b;
  335. font-size: 42rpx;
  336. line-height: 42rpx;
  337. font-family: 'Lucida Sans',
  338. 'Lucida Sans Regular',
  339. 'Lucida Grande',
  340. 'Lucida Sans Unicode',
  341. Geneva,
  342. Verdana,
  343. sans-serif;
  344. /* margin: 40rpx 40rpx 28rpx 40rpx; */
  345. text-align: center;
  346. padding: 88rpx 0 36rpx 0 ;
  347. font-weight: bold;
  348. }
  349. .Sure {
  350. width: 560rpx;
  351. height:100rpx;
  352. position: absolute;
  353. bottom: 0rpx;
  354. border-radius: 0 0 24rpx 24rpx;
  355. color: #fd7711;
  356. line-height: 100rpx;
  357. text-align: center;
  358. font-size: 36rpx;
  359. font-family: 'Lucida Sans',
  360. 'Lucida Sans Regular',
  361. 'Lucida Grande',
  362. 'Lucida Sans Unicode',
  363. Geneva,
  364. Verdana,
  365. sans-serif;
  366. }
  367. .Sure.hover_sure {
  368. background-color: #e5e5e5;
  369. }
  370. .modalMsg {
  371. text-align: left;
  372. margin: 0rpx 50rpx;
  373. display: block;
  374. font-size: 28rpx;
  375. line-height: 48rpx;
  376. color: #7c7c7c;
  377. font-family: 'Lucida Sans',
  378. 'Lucida Sans Regular',
  379. 'Lucida Grande',
  380. 'Lucida Sans Unicode',
  381. Geneva,
  382. Verdana,
  383. sans-serif;
  384. /* font-weight: bold; */
  385. }
  386. rich-text{
  387. word-break:break-all;
  388. }
  389. .footer{
  390. z-index: 999;
  391. width: calc(100% - 100rpx);
  392. height: 95rpx;
  393. position: absolute;
  394. bottom: 0rpx;
  395. padding: 0rpx 50rpx;
  396. text-align: center;
  397. background-color: #fff;
  398. /* box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset; */
  399. box-shadow: 0rpx 0rpx 10rpx #dedede;
  400. /* margin:30rpx 0rpx; */
  401. /* text-overflow: ellipsis;
  402. white-space: nowrap; */
  403. }
  404. /* .footer text{
  405. margin-top: 20rpx;
  406. } */
  407. .footer .footer_1{
  408. display: inline-block;
  409. width: 30%;
  410. /* margin:30rpx 0rpx; */
  411. /* text-overflow: ellipsis;
  412. white-space: nowrap; */
  413. }
  414. .footer_1 image{
  415. width:42rpx;
  416. height: 41rpx;
  417. margin-top: 15rpx;
  418. }
  419. .footer .footer_2{
  420. display: inline-block;
  421. width: 40%;
  422. /* margin:30rpx 0rpx; */
  423. /* text-overflow: ellipsis;
  424. white-space: nowrap; */
  425. }
  426. .footer_2 image{
  427. width:238rpx;
  428. height:70rpx;
  429. }
  430. .footer .footer_3{
  431. display: inline-block;
  432. width: 30%;
  433. /* margin:30rpx 0rpx; */
  434. /* text-overflow: ellipsis;
  435. white-space: nowrap; */
  436. }
  437. .footer_3 image{
  438. margin-top:15rpx;
  439. margin-bottom:-13rpx;
  440. /* width:32rpx;
  441. height: 49rpx; */
  442. width:36rpx;
  443. height: 52rpx;
  444. }
  445. .footer text{
  446. font-size: 20rpx;
  447. line-height: 20rpx;
  448. height: 20rpx;
  449. min-height: 20rpx;
  450. margin: 0;
  451. }
  452. .footer text.selected{
  453. color:#fcd943;
  454. }
  455. .see_info{
  456. position: absolute;
  457. right: 0;
  458. top: 0;
  459. padding: 10rpx;
  460. color: rgba(3,155,229,1);
  461. font-size: 26rpx;
  462. }
  463. /* 通知相关 end */