index.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. .section {
  2. height: 89rpx;
  3. width: 100%;
  4. display: flex;
  5. }
  6. .userAvatarUrl {
  7. flex-shrink: 0;
  8. height: 66rpx;
  9. width: 66rpx;
  10. border-radius: 50%;
  11. margin: 11rpx;
  12. overflow: hidden;
  13. }
  14. .userAvatarUrl image {
  15. height: 66rpx;
  16. width: 66rpx;
  17. }
  18. .section .input {
  19. width: 100%;
  20. margin: 24rpx auto;
  21. height: 40rpx;
  22. min-height: 40rpx;
  23. line-height: 40rpx;
  24. font-size: 28rpx;
  25. font-family: 'Lucida Sans',
  26. 'Lucida Sans Regular',
  27. 'Lucida Grande',
  28. 'Lucida Sans Unicode',
  29. Geneva,
  30. Verdana,
  31. sans-serif;
  32. color: #a0a0a0;
  33. padding: 0 30rpx;
  34. border-left: 1rpx solid #dfdfdf;
  35. }
  36. .map_container {
  37. position: absolute;
  38. top: 89rpx;
  39. bottom: 325rpx;
  40. left: 0;
  41. right: 0;
  42. }
  43. .map_container1 {
  44. position: absolute;
  45. top: 89rpx;
  46. bottom: 290rpx;
  47. left: 0;
  48. right: 0;
  49. }
  50. .map_container_big {
  51. position: absolute;
  52. top: 89rpx;
  53. bottom: 0;
  54. left: 0;
  55. right: 0;
  56. }
  57. .map {
  58. width: 100%;
  59. height: 100%;
  60. }
  61. .map_location {
  62. position: absolute;
  63. left: 30rpx;
  64. bottom: 110rpx;
  65. width: 80rpx;
  66. height: 80rpx;
  67. z-index:999;
  68. }
  69. .map_location_hover{
  70. transform: scale(0.8, 0.8);
  71. }
  72. .map_scan {
  73. position: absolute;
  74. width: 210rpx;
  75. height: 80rpx;
  76. bottom: 110rpx;
  77. left: 270rpx;
  78. z-index:999;
  79. }
  80. /*
  81. .map_scan_hover{
  82. margin: 8rpx 21rpx;
  83. width: 168rpx;
  84. height: 64rpx;
  85. }*/
  86. .map_text {
  87. position: absolute;
  88. left: 0;
  89. right: 0;
  90. bottom: 0px;
  91. height: 325rpx;
  92. background: #fff;
  93. padding: 0 30rpx;
  94. }
  95. .map_text1 {
  96. position: absolute;
  97. left: 0;
  98. right: 0;
  99. bottom: 0px;
  100. height: 290rpx;
  101. background: #fff;
  102. padding: 0 30rpx;
  103. }
  104. .map_text.active,map_text1.active{
  105. background-color: #ebebeb;
  106. }
  107. .charging_text_title {
  108. height: 105rpx;
  109. width: 100%;
  110. display: flex;
  111. }
  112. .charging_text_title1 {
  113. width: 100%;
  114. text-overflow: ellipsis;
  115. white-space: nowrap;
  116. overflow: hidden;
  117. }
  118. .charging {
  119. width: 45rpx;
  120. height: 45rpx;
  121. margin: 30rpx 30rpx 30rpx 0;
  122. flex-shrink: 0;
  123. overflow: hidden;
  124. }
  125. .charging image {
  126. width: 45rpx;
  127. height: 45rpx;
  128. }
  129. .navigation {
  130. position: absolute;
  131. right: 0;
  132. bottom: 0;
  133. margin: 30rpx;
  134. width: 64rpx;
  135. height: 64rpx;
  136. }
  137. .navigation image {
  138. width: 64rpx;
  139. height: 64rpx;
  140. }
  141. text {
  142. margin: 0 0 20rpx 0;
  143. display: block;
  144. font-size: 24rpx;
  145. font-family: 'Lucida Sans',
  146. 'Lucida Sans Regular',
  147. 'Lucida Grande',
  148. 'Lucida Sans Unicode',
  149. Geneva,
  150. Verdana,
  151. sans-serif;
  152. color: #545253;
  153. text-overflow: ellipsis;
  154. white-space: nowrap;
  155. overflow: hidden;
  156. line-height: 24rpx;
  157. height: 24rpx;
  158. min-height: 24rpx;
  159. }
  160. text.bold {
  161. font-weight: bold;
  162. line-height: 24rpx;
  163. height: 24rpx;
  164. min-height: 24rpx;
  165. margin-top: 30rpx;
  166. margin-bottom: 1rpx;
  167. display: block;
  168. }
  169. text.inline{
  170. display: inline-block;
  171. }
  172. text.fast {
  173. color: #2483c0;
  174. }
  175. text.slow {
  176. color: #42b9b4;
  177. }
  178. text.red {
  179. color: red;
  180. }
  181. .h1 {
  182. margin: 0rpx 0rpx 30rpx 0rpx;
  183. font-size: 20rpx;
  184. line-height: 20rpx;
  185. height: 20rpx;
  186. min-height: 20rpx;
  187. color: #959595;
  188. }
  189. .h1.right {
  190. margin:55rpx 0rpx 30rpx 30rpx;
  191. flex-shrink: 0;
  192. float: right;
  193. }
  194. /*
  195. .map-1 {
  196. width: 60px;
  197. height: 60px;
  198. border-radius: 30px;
  199. background-color: #4d8ad7;
  200. display: flex;
  201. flex-direction: column;
  202. justify-content: center;
  203. align-items: center;
  204. color: #fff;
  205. font-size: 15px;
  206. position: absolute;
  207. top: 10px;
  208. right: 10px;
  209. }
  210. .map-1 image {
  211. width: 24px;
  212. height: 32px;
  213. }
  214. */
  215. .picker{
  216. text-align: right;
  217. position: absolute;
  218. left: 30rpx;
  219. top: 30rpx;
  220. }
  221. .picker text{
  222. color: #545253;
  223. margin: 0;
  224. padding: 4rpx 10rpx 4rpx 10rpx;
  225. border:solid 2rpx #545253;
  226. border-radius: 8rpx;
  227. }
  228. /* 通知相关 begin */
  229. .modal_box {
  230. width: 688rpx;
  231. height: 688rpx;
  232. overflow: hidden;
  233. position: fixed;
  234. top: 50%;
  235. left: 0;
  236. z-index:9999;
  237. background: #ffffff;
  238. margin: -344rpx 31rpx 0 31rpx;
  239. border-radius: 12rpx;
  240. }
  241. .title {
  242. height:128rpx;
  243. text-align: center;
  244. background-color: #27a6bf;
  245. font-size: 34rpx;
  246. color: #ffffff;
  247. line-height: 128rpx;
  248. font-family: 'Lucida Sans',
  249. 'Lucida Sans Regular',
  250. 'Lucida Grande',
  251. 'Lucida Sans Unicode',
  252. Geneva,
  253. Verdana,
  254. sans-serif;
  255. }
  256. .title image{
  257. position: absolute;
  258. top: 14rpx;
  259. left: 14rpx;
  260. width: 89rpx;
  261. height: 101rpx;
  262. }
  263. .content {
  264. height:300rpx;
  265. overflow-y: scroll; /*超出父盒子高度可滚动*/
  266. }
  267. .content_title{
  268. color: #27a6bf;
  269. font-size: 30rpx;
  270. line-height: 32rpx;
  271. font-family: 'Lucida Sans',
  272. 'Lucida Sans Regular',
  273. 'Lucida Grande',
  274. 'Lucida Sans Unicode',
  275. Geneva,
  276. Verdana,
  277. sans-serif;
  278. margin: 40rpx 40rpx 28rpx 40rpx;
  279. }
  280. .Sure {
  281. width: 288rpx;
  282. height:78rpx;
  283. position: absolute;
  284. bottom: 0rpx;
  285. color: #27a6bf;
  286. line-height: 78rpx;
  287. border: solid #27a6bf 2rpx;
  288. border-radius: 12rpx;
  289. text-align: center;
  290. margin: 40rpx 200rpx;
  291. font-size: 32rpx;
  292. font-family: 'Lucida Sans',
  293. 'Lucida Sans Regular',
  294. 'Lucida Grande',
  295. 'Lucida Sans Unicode',
  296. Geneva,
  297. Verdana,
  298. sans-serif;
  299. }
  300. .Sure.hover_sure {
  301. color: #ffffff;
  302. background-color:#27a6bf;
  303. }
  304. .modalMsg {
  305. text-align: left;
  306. margin: 0rpx 40rpx;
  307. display: block;
  308. font-size: 26rpx;
  309. line-height: 48rpx;
  310. color: #27a6bf;
  311. font-family: 'Lucida Sans',
  312. 'Lucida Sans Regular',
  313. 'Lucida Grande',
  314. 'Lucida Sans Unicode',
  315. Geneva,
  316. Verdana,
  317. sans-serif;
  318. }
  319. rich-text{
  320. word-break:break-all;
  321. }
  322. /* 通知相关 end */