charginfo.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  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: 280rpx;
  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: 24rpx;
  58. /* font-weight: bold; */
  59. }
  60. text.red {
  61. font-size: 20rpx;
  62. color: #BD3124;
  63. /* font-weight: bold; */
  64. }
  65. text.price {
  66. font-size: 20rpx;
  67. color: #9d9d9d;
  68. }
  69. .context {
  70. height: calc(100% - 480rpx);
  71. }
  72. .chargprice {
  73. height: 50rpx;
  74. margin-bottom: 4rpx;
  75. }
  76. .chargprice text {
  77. height: 50rpx;
  78. min-height: 50rpx;
  79. line-height: 50rpx;
  80. }
  81. .btn_list{
  82. width: 100%;
  83. height: 80rpx;
  84. display: flex;
  85. justify-content: space-around;
  86. flex-direction: row;
  87. margin: 10rpx 0;
  88. }
  89. .btn{
  90. width: 280rpx;
  91. height: 60rpx;
  92. background: #35b2ab;
  93. border-radius: 60rpx;
  94. flex-direction: row;
  95. }
  96. .icon{
  97. width: 40rpx;
  98. height: 40rpx;
  99. background: #FFFFFF;
  100. color: #35b2ab;
  101. margin: 10rpx 20rpx;
  102. display: inline-block;
  103. line-height: 40rpx;
  104. text-align: center;
  105. border-radius: 10rpx;
  106. border: 1rpx solid #BBBBBB;
  107. font-size: 26rpx;
  108. }
  109. .icon.slow{
  110. color: #e29e53;
  111. }
  112. .icon.slowBar{
  113. color: #e29e53;
  114. border: 1rpx solid #e29e53;
  115. }
  116. .icon.fastBar{
  117. color: #35b2ab;
  118. border: 1rpx solid #35b2ab;
  119. }
  120. .btn.slow{
  121. background: #e29e53;
  122. }
  123. .status{
  124. display: inline-block;
  125. color: #FFFFFF;
  126. }
  127. .title_list{
  128. width:100%;
  129. height:100rpx;
  130. background:#FFFFFF;
  131. font-size:30rpx;
  132. text-align: center;
  133. line-height: 100rpx;
  134. }
  135. .charg{
  136. height: 150rpx;
  137. width: calc(100% - 12rpx);
  138. border-radius: 20rpx;
  139. margin: 12rpx 8rpx;
  140. background: #FFFFFF;
  141. flex-direction: row;
  142. display: flex;
  143. justify-content: space-between;
  144. }
  145. .runstatus{
  146. width: 100rpx;
  147. height: 100rpx;
  148. background-color: #35B2AB;
  149. border-radius: 50%;
  150. margin: 20rpx;
  151. color: #35B2AB;
  152. }
  153. .runstatus_inner{
  154. width: 80rpx;
  155. height: 80rpx;
  156. border-radius: 50%;
  157. background-color: #ffff;
  158. position: relative;
  159. top: 10rpx;
  160. left: 10rpx;
  161. text-align: center;
  162. line-height: 80rpx;
  163. font-size: 22rpx;
  164. }
  165. .runstatus.chargstatus_kxz{
  166. background-color: #35B2AB;
  167. color: #35B2AB;
  168. }
  169. .runstatus.chargstatus_ycq{
  170. background-color: #00AADD;
  171. color: #00AADD;
  172. }
  173. .runstatus.chargstatus_cdz{
  174. background-color: #00AADD;
  175. color: #00AADD;
  176. }
  177. .runstatus.chargstatus_gz{
  178. background-color: #E29E53;
  179. color: #E29E53;
  180. }
  181. .chargInfo_v{
  182. flex-direction: column;
  183. justify-content: center;
  184. display: flex;
  185. width: 400rpx;
  186. color: #888888;
  187. font-size: 28rpx;
  188. height: 100%;
  189. }
  190. .chargInfo_v_name{
  191. width: 100%;
  192. }
  193. .iconleft{
  194. width: 150rpx;
  195. display: flex;
  196. margin: 0 10rpx;
  197. flex-direction: column;
  198. }
  199. .iconleft .icon{
  200. margin-top: 20rpx;
  201. margin-left: 60rpx;
  202. }
  203. .startpower{
  204. font-size: 26rpx;
  205. margin: 10rpx 0;
  206. color: #039BE5;
  207. }
  208. .bottomm{
  209. height: 60rpx;
  210. width: 100%;
  211. }