charginfo.wxss 4.5 KB

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