index.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  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. }
  68. .map_location_hover{
  69. transform: scale(0.8, 0.8);
  70. }
  71. .map_scan {
  72. position: absolute;
  73. width: 210rpx;
  74. height: 80rpx;
  75. bottom: 110rpx;
  76. left: 270rpx;
  77. }
  78. /*
  79. .map_scan_hover{
  80. margin: 8rpx 21rpx;
  81. width: 168rpx;
  82. height: 64rpx;
  83. }*/
  84. .map_text {
  85. position: absolute;
  86. left: 0;
  87. right: 0;
  88. bottom: 0px;
  89. height: 325rpx;
  90. background: #fff;
  91. padding: 0 30rpx;
  92. }
  93. .map_text1 {
  94. position: absolute;
  95. left: 0;
  96. right: 0;
  97. bottom: 0px;
  98. height: 290rpx;
  99. background: #fff;
  100. padding: 0 30rpx;
  101. }
  102. .map_text.active,map_text1.active{
  103. background-color: #ebebeb;
  104. }
  105. .charging_text_title {
  106. height: 105rpx;
  107. width: 100%;
  108. display: flex;
  109. }
  110. .charging_text_title1 {
  111. width: 100%;
  112. text-overflow: ellipsis;
  113. white-space: nowrap;
  114. overflow: hidden;
  115. }
  116. .charging {
  117. width: 45rpx;
  118. height: 45rpx;
  119. margin: 30rpx 30rpx 30rpx 0;
  120. flex-shrink: 0;
  121. overflow: hidden;
  122. }
  123. .charging image {
  124. width: 45rpx;
  125. height: 45rpx;
  126. }
  127. .navigation {
  128. position: absolute;
  129. right: 0;
  130. bottom: 0;
  131. margin: 30rpx;
  132. width: 64rpx;
  133. height: 64rpx;
  134. }
  135. .navigation image {
  136. width: 64rpx;
  137. height: 64rpx;
  138. }
  139. text {
  140. margin: 0 0 20rpx 0;
  141. display: block;
  142. font-size: 24rpx;
  143. font-family: 'Lucida Sans',
  144. 'Lucida Sans Regular',
  145. 'Lucida Grande',
  146. 'Lucida Sans Unicode',
  147. Geneva,
  148. Verdana,
  149. sans-serif;
  150. color: #545253;
  151. text-overflow: ellipsis;
  152. white-space: nowrap;
  153. overflow: hidden;
  154. line-height: 24rpx;
  155. height: 24rpx;
  156. min-height: 24rpx;
  157. }
  158. text.bold {
  159. font-weight: bold;
  160. line-height: 24rpx;
  161. height: 24rpx;
  162. min-height: 24rpx;
  163. margin-top: 30rpx;
  164. margin-bottom: 1rpx;
  165. display: block;
  166. }
  167. text.inline{
  168. display: inline-block;
  169. }
  170. text.fast {
  171. color: #2483c0;
  172. }
  173. text.slow {
  174. color: #42b9b4;
  175. }
  176. text.red {
  177. color: red;
  178. }
  179. .h1 {
  180. margin: 0rpx 0rpx 30rpx 0rpx;
  181. font-size: 20rpx;
  182. line-height: 20rpx;
  183. height: 20rpx;
  184. min-height: 20rpx;
  185. color: #959595;
  186. }
  187. .h1.right {
  188. margin:55rpx 0rpx 30rpx 30rpx;
  189. flex-shrink: 0;
  190. float: right;
  191. }
  192. /*
  193. .map-1 {
  194. width: 60px;
  195. height: 60px;
  196. border-radius: 30px;
  197. background-color: #4d8ad7;
  198. display: flex;
  199. flex-direction: column;
  200. justify-content: center;
  201. align-items: center;
  202. color: #fff;
  203. font-size: 15px;
  204. position: absolute;
  205. top: 10px;
  206. right: 10px;
  207. }
  208. .map-1 image {
  209. width: 24px;
  210. height: 32px;
  211. }
  212. */