charginfo.wxss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  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. .grey.address{
  69. display: block;
  70. line-height: 50rpx;
  71. }
  72. .grey.phone{
  73. line-height:20rpx;
  74. }
  75. text.border{
  76. line-height: 40rpx;
  77. height: 40rpx;
  78. color: #9d9d9d;
  79. font-size: 20rpx;
  80. }
  81. text.yellow {
  82. color: #da8527;
  83. font-size: 22rpx;
  84. line-height: 30rpx;
  85. /* font-weight: bold; */
  86. }
  87. text.red {
  88. font-size: 20rpx;
  89. color: #BD3124;
  90. /* font-weight: bold; */
  91. }
  92. text.price {
  93. font-size: 20rpx;
  94. color: #9d9d9d;
  95. }
  96. .context {
  97. height: 720rpx;
  98. }
  99. .chargprice {
  100. height: 50rpx;
  101. margin-bottom: 4rpx;
  102. }
  103. .chargprice text {
  104. height: 50rpx;
  105. min-height: 50rpx;
  106. line-height: 50rpx;
  107. }
  108. .btn_list{
  109. width: 100%;
  110. height: 80rpx;
  111. display: flex;
  112. justify-content: space-around;
  113. flex-direction: row;
  114. margin: 10rpx 0;
  115. }
  116. .btn{
  117. width: 280rpx;
  118. height: 60rpx;
  119. background: #35b2ab;
  120. border-radius: 60rpx;
  121. flex-direction: row;
  122. }
  123. .icon{
  124. width: 40rpx;
  125. height: 40rpx;
  126. background: #FFFFFF;
  127. color: #35b2ab;
  128. margin: 10rpx 20rpx;
  129. display: inline-block;
  130. line-height: 40rpx;
  131. text-align: center;
  132. border-radius: 10rpx;
  133. border: 1rpx solid #BBBBBB;
  134. font-size: 26rpx;
  135. }
  136. .icon.slow{
  137. color: #e29e53;
  138. }
  139. .icon.slowBar{
  140. color: #e29e53;
  141. border: 1rpx solid #e29e53;
  142. }
  143. .icon.fastBar{
  144. color: #35b2ab;
  145. border: 1rpx solid #35b2ab;
  146. }
  147. .btn.slow{
  148. background: #e29e53;
  149. }
  150. .status{
  151. display: inline-block;
  152. color: #FFFFFF;
  153. font-size: 25rpx;
  154. text-align: center;
  155. line-height: 25rpx;
  156. letter-spacing: -1rpx;
  157. font-family: '宋体';
  158. }
  159. .title_list{
  160. width:100%;
  161. height:100rpx;
  162. background:#FFFFFF;
  163. font-size:30rpx;
  164. text-align: center;
  165. line-height: 100rpx;
  166. }
  167. .charg{
  168. position: relative;
  169. height: 150rpx;
  170. width: calc(100% - 30rpx);
  171. border-radius: 20rpx;
  172. margin: 12rpx 15rpx;
  173. background: #FFFFFF;
  174. flex-direction: row;
  175. display: flex;
  176. /*justify-content: space-between;*/
  177. }
  178. .runstatus{
  179. width: 100rpx;
  180. height: 100rpx;
  181. background-color: #35B2AB;
  182. border-radius: 100rpx;
  183. margin: 28rpx 20rpx;
  184. color: #35B2AB;
  185. position: relative;
  186. padding:0;
  187. }
  188. .runstatus_inner{
  189. width: 80rpx;
  190. height: 80rpx;
  191. border-radius: 80rpx;
  192. background-color: #ffff;
  193. position: absolute;
  194. top: calc((100rpx - 80rpx) / 2);
  195. left: calc((100rpx - 80rpx) / 2);
  196. text-align: center;
  197. line-height: 78rpx;
  198. font-size: 22rpx;
  199. padding:0;
  200. margin: 0;
  201. }
  202. .runstatus.chargstatus_kxz{
  203. background-color: #35B2AB;
  204. color: #35B2AB;
  205. }
  206. .runstatus.chargstatus_ycq{
  207. background-color: #00AADD;
  208. color: #00AADD;
  209. }
  210. .runstatus.chargstatus_cdz{
  211. background-color: #00AADD;
  212. color: #00AADD;
  213. }
  214. .runstatus.chargstatus_lx{
  215. background-color: #8F8E94;
  216. color: #8F8E94;
  217. }
  218. .runstatus.chargstatus_gz{
  219. background-color: #E29E53;
  220. color: #E29E53;
  221. }
  222. .chargInfo_v{
  223. flex-direction: column;
  224. padding-top: 40rpx;
  225. display: flex;
  226. width:580rpx;
  227. color: #888888;
  228. font-size: 28rpx;
  229. height: 100%;
  230. overflow: hidden;
  231. }
  232. .chargInfo_v_name{
  233. width: 100%;
  234. }
  235. .iconleft{
  236. height: 100%;
  237. width: 140rpx;
  238. display: flex;
  239. margin-right: 20rpx;
  240. flex-direction: column;
  241. }
  242. .iconleft .icon{
  243. margin-top: 20rpx;
  244. /* margin-bottom: 10rpx; */
  245. /*margin-left: 60rpx;*/
  246. }
  247. .startpower{
  248. font-size: 26rpx;
  249. /* margin: 8rpx 0; */
  250. color: #039BE5;
  251. line-height: 30rpx;
  252. display: inline;
  253. padding-left: 40rpx;
  254. }
  255. .bottomm{
  256. height: 60rpx;
  257. width: 100%;
  258. }
  259. .rtable{
  260. width: 100%;
  261. display: flex;
  262. flex-direction: column;
  263. justify-content: space-between;
  264. }
  265. .rtable .rtr{
  266. width: 100%;
  267. height: 40rpx;
  268. display: flex;
  269. flex-direction: row;
  270. }
  271. .rtable .rtr{
  272. font-size: 22rpx;
  273. color: #9d9d9d;
  274. }
  275. .rtable .rtr.active{
  276. color:#f06c6c;
  277. font-weight: bold;
  278. font-size: 28rpx;
  279. font-style: italic;
  280. }
  281. .rtable .rtr .rtd{
  282. }
  283. .rtable .rtr .rtd.t1{
  284. width: 210rpx
  285. }
  286. .rtable .rtr .rtd.t2{
  287. width: 180rpx
  288. }
  289. .parkingfee{
  290. color:#f06c6c;
  291. font-weight: bold;
  292. font-size: 28rpx;
  293. padding-bottom:10rpx;
  294. }
  295. .seeReservation{
  296. color:#039BE5;
  297. padding-left: 10rpx;
  298. font-size: 26rpx;
  299. }
  300. .iconCard{
  301. position:absolute;
  302. right: 28rpx;
  303. top: 10rpx;
  304. }
  305. .charging_text_title1 text.tag{
  306. display: flex;
  307. font-size: 20rpx;
  308. height: 32rpx;
  309. width: 100%;
  310. margin:0;
  311. }
  312. .charging_text_title1 .tag .tagItem{
  313. float: left;
  314. color: #FFFFFF;
  315. background: #21ADFF;
  316. margin-right: 10rpx;
  317. padding: 2rpx 6rpx;
  318. border-radius: 15rpx;
  319. height: 30rpx;
  320. line-height: 30rpx;
  321. }
  322. .grey_underline{
  323. height: 42rpx;
  324. display: flex;
  325. flex-direction: row;
  326. }
  327. .grey_underline image{
  328. height: 18rpx;
  329. width: 18rpx;
  330. margin:15rpx 3rpx;
  331. margin-left: 5rpx;
  332. }
  333. .grey_underline .phone{
  334. font-size: 22rpx;
  335. line-height: 42rpx;
  336. height: 42rpx;
  337. min-height: 42rpx;
  338. color: #9d9d9d;
  339. margin: 0;
  340. }
  341. .tabList{
  342. height: 100rpx;
  343. width: 100%;
  344. display: flex;
  345. flex-direction: row;
  346. color:#848484;
  347. }
  348. .tabList .tab{
  349. height: 100rpx;
  350. width: 50%;
  351. line-height: 100rpx;
  352. text-align: center;
  353. }
  354. .tabList .tab.active{
  355. color: #21ADFF;
  356. }