charginfo.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  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. }
  128. .title_list{
  129. width:100%;
  130. height:100rpx;
  131. background:#FFFFFF;
  132. font-size:30rpx;
  133. text-align: center;
  134. line-height: 100rpx;
  135. }
  136. .charg{
  137. height: 150rpx;
  138. width: calc(100% - 12rpx);
  139. border-radius: 20rpx;
  140. margin: 12rpx 8rpx;
  141. background: #FFFFFF;
  142. flex-direction: row;
  143. display: flex;
  144. justify-content: space-between;
  145. }
  146. .runstatus{
  147. width: 50px;
  148. height: 50px;
  149. background-color: #35B2AB;
  150. border-radius: 50%;
  151. margin: 28rpx 20rpx;
  152. color: #35B2AB;
  153. }
  154. .runstatus_inner{
  155. width: 40px;
  156. height: 40px;
  157. border-radius: 50%;
  158. background-color: #ffff;
  159. position: relative;
  160. top: 5px;
  161. left: 5px;
  162. text-align: center;
  163. line-height: 70rpx;
  164. font-size: 22rpx;
  165. }
  166. .runstatus.chargstatus_kxz{
  167. background-color: #35B2AB;
  168. color: #35B2AB;
  169. }
  170. .runstatus.chargstatus_ycq{
  171. background-color: #00AADD;
  172. color: #00AADD;
  173. }
  174. .runstatus.chargstatus_cdz{
  175. background-color: #00AADD;
  176. color: #00AADD;
  177. }
  178. .runstatus.chargstatus_lx{
  179. background-color: #8F8E94;
  180. color: #8F8E94;
  181. }
  182. .runstatus.chargstatus_gz{
  183. background-color: #E29E53;
  184. color: #E29E53;
  185. }
  186. .chargInfo_v{
  187. flex-direction: column;
  188. justify-content: center;
  189. display: flex;
  190. width: 400rpx;
  191. color: #888888;
  192. font-size: 28rpx;
  193. height: 100%;
  194. }
  195. .chargInfo_v_name{
  196. width: 100%;
  197. }
  198. .iconleft{
  199. width: 150rpx;
  200. display: flex;
  201. margin: 0 10rpx;
  202. flex-direction: column;
  203. }
  204. .iconleft .icon{
  205. margin-top: 20rpx;
  206. margin-left: 60rpx;
  207. }
  208. .startpower{
  209. font-size: 26rpx;
  210. margin: 10rpx 0;
  211. color: #039BE5;
  212. }
  213. .bottomm{
  214. height: 60rpx;
  215. width: 100%;
  216. }