index.wxss 9.0 KB

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