charging.wxss 3.9 KB

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