charginfo.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. /* pages/charging/charging.wxss */
  2. page {
  3. background-color: #efefef;
  4. height: 100%;
  5. overflow-y: hidden;
  6. }
  7. .charginfo{
  8. height: 100%;
  9. }
  10. .map_text{
  11. background:#FFFFFF;
  12. height: 560rpx;
  13. margin: 12rpx 0;
  14. padding:20rpx 40rpx;
  15. }
  16. .map_text_info{
  17. width: 100%;
  18. display: inline-block;
  19. }
  20. .charging_text_title1 {
  21. width: 100%;
  22. text-overflow: ellipsis;
  23. white-space: nowrap;
  24. overflow: hidden;
  25. }
  26. .charging_text_title1 {
  27. width: 100%;
  28. text-overflow: ellipsis;
  29. white-space: nowrap;
  30. overflow: hidden;
  31. }
  32. text.name {
  33. line-height: 50rpx;
  34. display: block;
  35. font-size: 32rpx;
  36. }
  37. text.inline{
  38. display: block;
  39. margin:0;
  40. }
  41. .grey {
  42. font-size: 22rpx;
  43. line-height: 42rpx;
  44. height: 42rpx;
  45. min-height: 42rpx;
  46. color: #9d9d9d;
  47. margin: 0;
  48. }
  49. text.border{
  50. line-height: 40rpx;
  51. height: 40rpx;
  52. color: #9d9d9d;
  53. font-size: 20rpx;
  54. }
  55. text.yellow {
  56. color: #da8527;
  57. font-size: 22rpx;
  58. line-height: 30rpx;
  59. /* font-weight: bold; */
  60. }
  61. text.red {
  62. font-size: 20rpx;
  63. color: #BD3124;
  64. /* font-weight: bold; */
  65. }
  66. text.price {
  67. font-size: 20rpx;
  68. color: #9d9d9d;
  69. }
  70. .context {
  71. height: calc(100% - 720rpx);
  72. }
  73. .chargprice {
  74. height: 50rpx;
  75. margin-bottom: 4rpx;
  76. }
  77. .chargprice text {
  78. height: 50rpx;
  79. min-height: 50rpx;
  80. line-height: 50rpx;
  81. }
  82. .btn_list{
  83. width: 100%;
  84. height: 80rpx;
  85. display: flex;
  86. justify-content: space-around;
  87. flex-direction: row;
  88. margin: 10rpx 0;
  89. }
  90. .btn{
  91. width: 280rpx;
  92. height: 60rpx;
  93. background: #35b2ab;
  94. border-radius: 60rpx;
  95. flex-direction: row;
  96. }
  97. .icon{
  98. width: 40rpx;
  99. height: 40rpx;
  100. background: #FFFFFF;
  101. color: #35b2ab;
  102. margin: 10rpx 20rpx;
  103. display: inline-block;
  104. line-height: 40rpx;
  105. text-align: center;
  106. border-radius: 10rpx;
  107. border: 1rpx solid #BBBBBB;
  108. font-size: 26rpx;
  109. }
  110. .icon.slow{
  111. color: #e29e53;
  112. }
  113. .icon.slowBar{
  114. color: #e29e53;
  115. border: 1rpx solid #e29e53;
  116. }
  117. .icon.fastBar{
  118. color: #35b2ab;
  119. border: 1rpx solid #35b2ab;
  120. }
  121. .btn.slow{
  122. background: #e29e53;
  123. }
  124. .status{
  125. display: inline-block;
  126. color: #FFFFFF;
  127. font-size: 25rpx;
  128. text-align: center;
  129. line-height: 25rpx;
  130. letter-spacing: -1rpx;
  131. font-family: '宋体';
  132. }
  133. .title_list{
  134. width:100%;
  135. height:100rpx;
  136. background:#FFFFFF;
  137. font-size:30rpx;
  138. text-align: center;
  139. line-height: 100rpx;
  140. }
  141. .charg{
  142. height: 150rpx;
  143. width: calc(100% - 12rpx);
  144. border-radius: 20rpx;
  145. margin: 12rpx 8rpx;
  146. background: #FFFFFF;
  147. flex-direction: row;
  148. display: flex;
  149. justify-content: space-between;
  150. }
  151. .runstatus{
  152. width: 50px;
  153. height: 50px;
  154. background-color: #35B2AB;
  155. border-radius: 50%;
  156. margin: 28rpx 20rpx;
  157. color: #35B2AB;
  158. }
  159. .runstatus_inner{
  160. width: 40px;
  161. height: 40px;
  162. border-radius: 50%;
  163. background-color: #ffff;
  164. position: relative;
  165. top: 5px;
  166. left: 5px;
  167. text-align: center;
  168. line-height: 70rpx;
  169. font-size: 22rpx;
  170. }
  171. .runstatus.chargstatus_kxz{
  172. background-color: #35B2AB;
  173. color: #35B2AB;
  174. }
  175. .runstatus.chargstatus_ycq{
  176. background-color: #00AADD;
  177. color: #00AADD;
  178. }
  179. .runstatus.chargstatus_cdz{
  180. background-color: #00AADD;
  181. color: #00AADD;
  182. }
  183. .runstatus.chargstatus_lx{
  184. background-color: #8F8E94;
  185. color: #8F8E94;
  186. }
  187. .runstatus.chargstatus_gz{
  188. background-color: #E29E53;
  189. color: #E29E53;
  190. }
  191. .chargInfo_v{
  192. flex-direction: column;
  193. justify-content: center;
  194. display: flex;
  195. width: 400rpx;
  196. color: #888888;
  197. font-size: 28rpx;
  198. height: 100%;
  199. }
  200. .chargInfo_v_name{
  201. width: 100%;
  202. }
  203. .iconleft{
  204. width: 150rpx;
  205. display: flex;
  206. margin: 0 10rpx;
  207. flex-direction: column;
  208. }
  209. .iconleft .icon{
  210. margin-top: 20rpx;
  211. margin-left: 60rpx;
  212. }
  213. .startpower{
  214. font-size: 26rpx;
  215. margin: 10rpx 0;
  216. color: #039BE5;
  217. }
  218. .bottomm{
  219. height: 60rpx;
  220. width: 100%;
  221. }