charging.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. /* pages/charging/charging.wxss */
  2. page {
  3. background-color: #fff;
  4. height: 100%;
  5. overflow-y: hidden;
  6. }
  7. .map_text {
  8. position: relative;
  9. height: calc(100% - 210rpx);
  10. background: #fff;
  11. padding: 0 30rpx;
  12. margin: 0;
  13. box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
  14. }
  15. .charging_text_title {
  16. height: 105rpx;
  17. width: 100%;
  18. display: flex;
  19. }
  20. .charging_text_title1 {
  21. width: 100%;
  22. text-overflow: ellipsis;
  23. white-space: nowrap;
  24. overflow: hidden;
  25. }
  26. .chargeover {
  27. width: 585rpx;
  28. height: 475rpx;
  29. margin: 50rpx 55rpx;
  30. position: relative;
  31. flex-shrink: 0;
  32. overflow: hidden;
  33. }
  34. .chargeover image {
  35. width: 585rpx;
  36. height: 474rpx;
  37. position: absolute;
  38. top: 0;
  39. left: 0;
  40. }
  41. .chargeover_text_view {
  42. width: 200rpx;
  43. height: 200rpx;
  44. position: absolute;
  45. left: 100rpx;
  46. top: 100rpx;
  47. vertical-align: middle;
  48. text-align: center;
  49. }
  50. text {
  51. margin: 0 0 20rpx 0;
  52. display: block;
  53. font-size: 24rpx;
  54. font-family: 'Lucida Sans',
  55. 'Lucida Sans Regular',
  56. 'Lucida Grande',
  57. 'Lucida Sans Unicode',
  58. Geneva,
  59. Verdana,
  60. sans-serif;
  61. color: #434343;
  62. text-overflow: ellipsis;
  63. white-space: nowrap;
  64. overflow: hidden;
  65. line-height: 24rpx;
  66. height: 24rpx;
  67. min-height: 24rpx;
  68. }
  69. text.bold {
  70. font-weight: bold;
  71. line-height: 50rpx;
  72. height: 50rpx;
  73. min-height: 50rpx;
  74. margin: 20rpx 0 0 0;
  75. display: block;
  76. font-size: 32rpx;
  77. }
  78. text.inline {
  79. display: inline-block;
  80. color: #959595;
  81. margin: 0rpx 0rpx 80rpx 0rpx;
  82. line-height: 48rpx;
  83. height: 48rpx;
  84. min-height: 48rpx;
  85. }
  86. text.left {
  87. float: left;
  88. padding-top: 40rpx;
  89. margin: 0;
  90. color: #666666;
  91. }
  92. .h1 {
  93. margin: 0rpx 0rpx 30rpx 0rpx;
  94. font-size: 22rpx;
  95. line-height: 42rpx;
  96. height: 42rpx;
  97. min-height: 42rpx;
  98. color: #9d9d9d;
  99. }
  100. .charg_button {
  101. font-size: 32rpx;
  102. margin: 50rpx 65rpx;
  103. font-family: 'Lucida Sans',
  104. 'Lucida Sans Regular',
  105. 'Lucida Grande',
  106. 'Lucida Sans Unicode',
  107. Geneva,
  108. Verdana,
  109. sans-serif;
  110. color: #ffffff;
  111. text-overflow: ellipsis;
  112. white-space: nowrap;
  113. background-color: #1d9bf7;
  114. border-radius: 40rpx;
  115. }
  116. .charg_button.button-hover {
  117. background-color: #1d9cf7b9;
  118. color: #ffffff;
  119. }
  120. .charg_button_disable {
  121. font-size: 32rpx;
  122. margin: 50rpx 30rpx;
  123. font-family: 'Lucida Sans',
  124. 'Lucida Sans Regular',
  125. 'Lucida Grande',
  126. 'Lucida Sans Unicode',
  127. Geneva,
  128. Verdana,
  129. sans-serif;
  130. text-overflow: ellipsis;
  131. white-space: nowrap;
  132. color: #fff;
  133. background-color: #c9c9c9;
  134. }
  135. .text1 {
  136. margin: 0rpx 0rpx 30rpx 0rpx;
  137. color: #03a9dc;
  138. font-size: 22rpx;
  139. }
  140. .text2 {
  141. margin: 0rpx 0rpx 20rpx 0rpx;
  142. font-size: 32rpx;
  143. line-height: 32rpx;
  144. height: 32rpx;
  145. min-height: 32rpx;
  146. }
  147. .text3 {
  148. margin: 0rpx 0rpx 10rpx 0rpx;
  149. font-size: 30rpx;
  150. line-height: 48rpx;
  151. height: 48rpx;
  152. min-height: 48rpx;
  153. color: #03a9dc;
  154. font-weight: bold;
  155. }
  156. .text_context {
  157. text-align: center;
  158. }
  159. /* .progress_canvas {
  160. width: 350rpx;
  161. height: 350rpx;
  162. } */
  163. .context{
  164. background: #fff;
  165. /* margin-top: 60rpx; */
  166. height: 178rpx;
  167. width: 100%;
  168. text-align: center;
  169. min-height: 178rpx;
  170. font-family: 'Lucida Sans',
  171. 'Lucida Sans Regular',
  172. 'Lucida Grande',
  173. 'Lucida Sans Unicode',
  174. Geneva,
  175. Verdana,
  176. sans-serif;
  177. font-size: 24rpx;
  178. color: #434343;
  179. /* margin-top:60rpx; */
  180. margin: 0;
  181. }
  182. .context_view {
  183. width: 25%;
  184. /* width: 30%; */
  185. height: 178rpx;
  186. display: inline-block;
  187. }
  188. .context_view1 {
  189. width: 50%;
  190. /* width: 30%; */
  191. height: 178rpx;
  192. display: inline-block;
  193. }
  194. .context_view.active{
  195. background-color: #fafafa;
  196. }
  197. image.chargemoney {
  198. margin: 30rpx 0 20rpx 0;
  199. width: 52rpx;
  200. height: 52rpx;
  201. flex-shrink: 0;
  202. overflow: hidden;
  203. }
  204. image.relevance {
  205. margin: 33rpx 0 20rpx 0;
  206. width: 49rpx;
  207. height: 49rpx;
  208. flex-shrink: 0;
  209. overflow: hidden;
  210. }
  211. image.out {
  212. margin: 30rpx 0 20rpx 0;
  213. width: 52rpx;
  214. height: 52rpx;
  215. flex-shrink: 0;
  216. overflow: hidden;
  217. }
  218. image.exchange {
  219. margin: 40rpx 0 20rpx 0;
  220. width: 56rpx;
  221. height: 42rpx;
  222. flex-shrink: 0;
  223. overflow: hidden;
  224. }
  225. .context text {
  226. display: block;
  227. font-size: 24rpx;
  228. text-overflow: ellipsis;
  229. white-space: nowrap;
  230. overflow: hidden;
  231. line-height: 32rpx;
  232. height: 24rpx;
  233. min-height: 32rpx;
  234. }