charginfo.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  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. position: relative;
  162. height: 150rpx;
  163. width: calc(100% - 12rpx);
  164. border-radius: 20rpx;
  165. margin: 12rpx 8rpx;
  166. background: #FFFFFF;
  167. flex-direction: row;
  168. display: flex;
  169. /*justify-content: space-between;*/
  170. }
  171. .runstatus{
  172. width: 100rpx;
  173. height: 100rpx;
  174. background-color: #35B2AB;
  175. border-radius: 100rpx;
  176. margin: 28rpx 20rpx;
  177. color: #35B2AB;
  178. position: relative;
  179. padding:0;
  180. }
  181. .runstatus_inner{
  182. width: 80rpx;
  183. height: 80rpx;
  184. border-radius: 80rpx;
  185. background-color: #ffff;
  186. position: absolute;
  187. top: calc((100rpx - 80rpx) / 2);
  188. left: calc((100rpx - 80rpx) / 2);
  189. text-align: center;
  190. line-height: 78rpx;
  191. font-size: 22rpx;
  192. padding:0;
  193. margin: 0;
  194. }
  195. .runstatus.chargstatus_kxz{
  196. background-color: #35B2AB;
  197. color: #35B2AB;
  198. }
  199. .runstatus.chargstatus_ycq{
  200. background-color: #00AADD;
  201. color: #00AADD;
  202. }
  203. .runstatus.chargstatus_cdz{
  204. background-color: #00AADD;
  205. color: #00AADD;
  206. }
  207. .runstatus.chargstatus_lx{
  208. background-color: #8F8E94;
  209. color: #8F8E94;
  210. }
  211. .runstatus.chargstatus_gz{
  212. background-color: #E29E53;
  213. color: #E29E53;
  214. }
  215. .chargInfo_v{
  216. flex-direction: column;
  217. padding-top: 40rpx;
  218. display: flex;
  219. width:580rpx;
  220. color: #888888;
  221. font-size: 28rpx;
  222. height: 100%;
  223. overflow: hidden;
  224. }
  225. .chargInfo_v_name{
  226. width: 100%;
  227. }
  228. .iconleft{
  229. height: 100%;
  230. width: 140rpx;
  231. display: flex;
  232. margin-right: 20rpx;
  233. flex-direction: column;
  234. }
  235. .iconleft .icon{
  236. margin-top: 20rpx;
  237. /* margin-bottom: 10rpx; */
  238. /*margin-left: 60rpx;*/
  239. }
  240. .startpower{
  241. font-size: 26rpx;
  242. /* margin: 8rpx 0; */
  243. color: #039BE5;
  244. line-height: 30rpx;
  245. display: inline;
  246. padding-left: 40rpx;
  247. }
  248. .bottomm{
  249. height: 60rpx;
  250. width: 100%;
  251. }
  252. .rtable{
  253. width: 100%;
  254. display: flex;
  255. flex-direction: column;
  256. justify-content: space-between;
  257. }
  258. .rtable .rtr{
  259. width: 100%;
  260. height: 40rpx;
  261. display: flex;
  262. flex-direction: row;
  263. }
  264. .rtable .rtr{
  265. font-size: 22rpx;
  266. color: #9d9d9d;
  267. }
  268. .rtable .rtr.active{
  269. color:#f06c6c;
  270. font-weight: bold;
  271. font-size: 28rpx;
  272. font-style: italic;
  273. }
  274. .rtable .rtr .rtd{
  275. }
  276. .rtable .rtr .rtd.t1{
  277. width: 210rpx
  278. }
  279. .rtable .rtr .rtd.t2{
  280. width: 180rpx
  281. }
  282. .parkingfee{
  283. color:#f06c6c;
  284. font-weight: bold;
  285. font-size: 28rpx;
  286. padding-bottom:10rpx;
  287. }
  288. .seeReservation{
  289. color:#039BE5;
  290. padding-left: 10rpx;
  291. font-size: 26rpx;
  292. }
  293. .iconCard{
  294. position:absolute;
  295. right: 28rpx;
  296. top: 10rpx;
  297. }