mychargestation.wxss 3.1 KB

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