search_result.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. page {
  2. background-color: #f4f4f4;
  3. height: 100%;
  4. overflow-y: hidden;
  5. }
  6. .header {
  7. width: 100%;
  8. background-color: #fff;
  9. text-align: center;
  10. padding: 20rpx 0;
  11. font-size: 28rpx;
  12. font-family: 'Lucida Sans',
  13. 'Lucida Sans Regular',
  14. 'Lucida Grande',
  15. 'Lucida Sans Unicode',
  16. Geneva,
  17. Verdana,
  18. sans-serif;
  19. color: #b5b5b5;
  20. text-overflow: ellipsis;
  21. white-space: nowrap;
  22. overflow: hidden;
  23. line-height: 48rpx;
  24. height: 48rpx;
  25. min-height: 48rpx;
  26. }
  27. .header_left, .header_right {
  28. width: 50%;
  29. display: inline-block;
  30. background-color: #fff;
  31. line-height: 48rpx;
  32. height: 48rpx;
  33. min-height: 48rpx;
  34. }
  35. .header_left{
  36. border-right: 1rpx solid #eee;
  37. }
  38. .header_left.active,.header_right.active{
  39. color: #2483c0;
  40. }
  41. view.inline {
  42. display: inline-block;
  43. vertical-align: middle;
  44. line-height: 28rpx;
  45. height: 28rpx;
  46. min-height: 28rpx;
  47. }
  48. .asc {
  49. width: 10rpx;
  50. height: 9rpx;
  51. padding-bottom: 8rpx;
  52. margin-left: 10rpx;
  53. display: block;
  54. }
  55. .desc {
  56. width: 10rpx;
  57. height: 9rpx;
  58. display: block;
  59. margin-left: 10rpx;
  60. }
  61. .context {
  62. height: calc(100% - 88rpx);
  63. }
  64. .context_block {
  65. width: 100%;
  66. height: 32rpx;
  67. }
  68. .map_text {
  69. position: relative;
  70. height: 325rpx;
  71. background: #fff;
  72. padding: 0 30rpx;
  73. margin: 0 20rpx 32rpx 20rpx;
  74. border-radius: 20rpx;
  75. box-shadow: 0rpx 4rpx 4rpx #d5d5d5;
  76. }
  77. .map_text1 {
  78. position: relative;
  79. height: 290rpx;
  80. background: #fff;
  81. padding: 0 30rpx;
  82. margin: 0 20rpx 32rpx 20rpx;
  83. border-radius: 20rpx;
  84. box-shadow: 0rpx 4rpx 4rpx #d5d5d5;
  85. }
  86. .mychargestation {
  87. background: #fafbfa;
  88. box-shadow: 0rpx 4rpx 4rpx #d0d0d0;
  89. }
  90. .map_text.active, .map_text1.active {
  91. background-color: #ebebeb;
  92. }
  93. .charging_text_title {
  94. height: 105rpx;
  95. width: 100%;
  96. display: flex;
  97. }
  98. .charging_text_title1 {
  99. width: 100%;
  100. text-overflow: ellipsis;
  101. white-space: nowrap;
  102. overflow: hidden;
  103. }
  104. .charging {
  105. width: 45rpx;
  106. height: 45rpx;
  107. margin: 30rpx 30rpx 30rpx 0;
  108. flex-shrink: 0;
  109. overflow: hidden;
  110. }
  111. .charging image {
  112. width: 45rpx;
  113. height: 45rpx;
  114. }
  115. .navigation {
  116. position: absolute;
  117. right: 0;
  118. bottom: 0;
  119. margin: 30rpx;
  120. width: 64rpx;
  121. height: 64rpx;
  122. }
  123. .navigation image {
  124. width: 64rpx;
  125. height: 64rpx;
  126. }
  127. text {
  128. margin: 0 0 20rpx 0;
  129. display: block;
  130. font-size: 24rpx;
  131. font-family: 'Lucida Sans',
  132. 'Lucida Sans Regular',
  133. 'Lucida Grande',
  134. 'Lucida Sans Unicode',
  135. Geneva,
  136. Verdana,
  137. sans-serif;
  138. color: #545253;
  139. text-overflow: ellipsis;
  140. white-space: nowrap;
  141. overflow: hidden;
  142. line-height: 24rpx;
  143. height: 24rpx;
  144. min-height: 24rpx;
  145. }
  146. text.bold {
  147. font-weight: bold;
  148. line-height: 24rpx;
  149. height: 24rpx;
  150. min-height: 24rpx;
  151. margin-top: 30rpx;
  152. margin-bottom: 1rpx;
  153. display: block;
  154. }
  155. text.inline {
  156. display: inline-block;
  157. }
  158. text.fast {
  159. color: #2483c0;
  160. }
  161. text.slow {
  162. color: #42b9b4;
  163. }
  164. text.red {
  165. color: red;
  166. }
  167. .h1 {
  168. margin: 0rpx 0rpx 30rpx 0rpx;
  169. font-size: 20rpx;
  170. line-height: 20rpx;
  171. height: 20rpx;
  172. min-height: 20rpx;
  173. color: #959595;
  174. }
  175. .h1.right {
  176. margin: 55rpx 0rpx 30rpx 30rpx;
  177. flex-shrink: 0;
  178. float: right;
  179. }