index.scss 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. $lineColor:#191F33;
  2. $titColor:#192233;
  3. // SubTile公共样式
  4. .handle-model{
  5. display: flex;
  6. margin-left: 38px;
  7. .leftBtn{
  8. padding: 3px 0;
  9. width: 88px;
  10. text-align: center;
  11. background: #263042;
  12. font-weight: 400;
  13. color: #FFFFFF;
  14. font-size: 14px;
  15. height: 24px;
  16. box-sizing: border-box;
  17. line-height: 18px;
  18. border-radius: 2px 0px 0px 2px;
  19. }
  20. .Rbtn{
  21. border-radius: 0px 2px 2px 0px;
  22. }
  23. .active{
  24. background: #91FDB9;
  25. color: #000000;
  26. }
  27. }
  28. .content {
  29. width: 100%;
  30. display: flex;
  31. flex-direction: column;
  32. justify-content: space-between;
  33. .marginL{
  34. margin-left: 12px !important;
  35. }
  36. //第一排盒子开始
  37. .box-first {
  38. display: flex;
  39. justify-content: space-between;
  40. .carInfo{
  41. width: 584px !important;
  42. }
  43. .machineStatus {
  44. width: 440px;
  45. height: 230px;
  46. background-color: #111827;
  47. display: flex;
  48. flex-direction: column;
  49. .bottom {
  50. width: 100%;
  51. height: 230px;
  52. box-sizing: border-box;
  53. padding: 16px 20px;
  54. display: flex;
  55. flex-direction: column;
  56. justify-content: space-between;
  57. .list {
  58. display: flex;
  59. justify-content: space-between;
  60. .plcConnect {
  61. width: 196px;
  62. padding-right: 14px;
  63. box-sizing: content-box;
  64. }
  65. .plcModel {
  66. flex: 1;
  67. }
  68. .carLeft {
  69. width: 265px;
  70. padding-right: 14px;
  71. }
  72. .carRight {
  73. flex: 1;
  74. display: flex;
  75. flex-wrap: wrap;
  76. .statusLeft {
  77. width: 280px;
  78. margin-right: 24px;
  79. display: flex;
  80. flex-direction: column;
  81. }
  82. .statusRight {
  83. flex: 1;
  84. display: flex;
  85. flex-direction: column;
  86. }
  87. }
  88. }
  89. }
  90. }
  91. }
  92. //第一排盒子结束
  93. //选电模式开始
  94. .getModel{
  95. width: 100%;
  96. height: 240px;
  97. background-color: #111827;
  98. margin-top: 18px;
  99. .storeList{
  100. display: flex;
  101. justify-content: space-between;
  102. padding: 16px 20px;
  103. }
  104. }
  105. //选电模式结束
  106. //底部样式开始
  107. .box-last{
  108. display: flex;
  109. justify-content: space-between;
  110. margin-top: 16px;
  111. .Exchange-done{
  112. width: 460px;
  113. display: flex;
  114. flex-direction: column;
  115. .Exchange-bottom{
  116. width: 100%;
  117. height: 183px;
  118. box-sizing: border-box;
  119. padding: 16px;
  120. display: flex;
  121. background-color: #111827;
  122. flex-direction: column;
  123. justify-content: space-between;
  124. .Exchange-times{
  125. display: flex;
  126. justify-content: space-between;
  127. height: 66px;
  128. width: 100%;
  129. .Progress-btn{
  130. width: 135px;
  131. height: 66px;
  132. background: #263042;
  133. border-radius: 2px;
  134. font-weight: 400;
  135. color: #000;
  136. font-size: 14px;
  137. text-align: center;
  138. line-height: 66px;
  139. background: #91FDB9;
  140. }
  141. .Exchange-status{
  142. width: 290px;
  143. padding-left: 12px;
  144. box-sizing: border-box;
  145. display: flex;
  146. flex-direction: column;
  147. justify-content: space-between;
  148. // border: 1px solid red;
  149. .Exchange-status-left{
  150. width: 100%;
  151. height: 100%;
  152. // border: 1px solid green;
  153. display: flex;
  154. justify-content: space-between;
  155. .Exchange-status-left-box{
  156. width: 131px;
  157. height: 33px;
  158. line-height: 33px;
  159. // border: 1px solid yellow;
  160. .text1{
  161. color: rgba(153,174,197,0.65);
  162. font-size: 12px;
  163. }
  164. .text2{
  165. display: inline-block;
  166. margin-left: 10px;
  167. font-size: 12px;
  168. color: #91FDB9;
  169. }
  170. }
  171. .change-store{
  172. .text1{
  173. width: 45px;
  174. display: inline-block;
  175. }
  176. }
  177. }
  178. .lock{
  179. display: flex;
  180. justify-content: space-between;
  181. span:first-child{
  182. font-size: 12px;
  183. font-weight: 500;
  184. color: #ED7735;
  185. line-height: 21px;
  186. text-shadow: 0px 0px 4px rgba(39,69,201,0.5);
  187. }
  188. .time{
  189. font-size: 12px;
  190. font-weight: 500;
  191. color: #99AEC5;
  192. line-height: 19px;
  193. text-shadow: 0px 0px 4px #0027D8;
  194. font{
  195. font-weight: 500;
  196. color: #91FDB9;
  197. line-height: 21px;
  198. }
  199. }
  200. }
  201. .percent{
  202. display: flex;
  203. justify-content: space-between;
  204. .percent-bar{
  205. flex: 1;
  206. padding-right: 5px;
  207. box-sizing: border-box;
  208. .bar{
  209. width: 100%;
  210. height: 4px;
  211. margin-top: 8px;
  212. background: #99AEC5;
  213. border-radius: 4px;
  214. .bar-green{
  215. position: relative;
  216. height: 4px;
  217. border-radius: 4px;
  218. background-color: #91FDB9;
  219. .bar-percent{
  220. width: 36px;
  221. height: 20px;
  222. background: #91FDB9;
  223. border-radius: 10px;
  224. color: black;
  225. font-size: 12px;
  226. text-align: center;
  227. line-height: 20px;
  228. position: absolute;
  229. right: 0;
  230. top: -8px;
  231. }
  232. .bar-ten{
  233. left: 0px;
  234. }
  235. }
  236. }
  237. }
  238. .count-step{
  239. width: 28px;
  240. font-size: 15px;
  241. color: rgba(153,174,197,0.65);
  242. text-shadow: 0px 0px 4px rgba(39,69,201,0.5);
  243. letter-spacing: 1px;
  244. font-weight: 500;
  245. font{
  246. color: #91FDB9;
  247. }
  248. }
  249. }
  250. }
  251. }
  252. .Exchange-handle{
  253. display: flex;
  254. justify-content: space-between;
  255. flex-wrap: wrap;
  256. justify-items: center;
  257. .handle{
  258. width: 131px;
  259. height: 28px;
  260. text-align: center;
  261. background: #263042;
  262. border-radius: 2px 2px 2px 2px;
  263. line-height: 28px;
  264. font-weight: 400;
  265. color: #FFFFFF;
  266. font-size: 14px;
  267. margin-top: 12px;
  268. }
  269. }
  270. }
  271. }
  272. // 换电日志
  273. .Exchange-log{
  274. width: 564px;
  275. display: flex;
  276. flex-direction: column;
  277. .log_bottom{
  278. width: 100%;
  279. height: 183px;
  280. box-sizing: border-box;
  281. padding: 16px;
  282. padding-top: 0;
  283. padding-bottom: 4px;
  284. display: flex;
  285. background-color: #111827;
  286. flex-direction: column;
  287. .scroll_x{
  288. height: 100%;
  289. }
  290. // .log-list:first-child{
  291. // color: #ED7735;
  292. // }
  293. .log-list{
  294. display: flex;
  295. height: 36px;
  296. box-sizing: border-box;
  297. border-bottom: #292D46 solid 1px;
  298. justify-items: center;
  299. font-size: 14px;
  300. font-weight: 400;
  301. color: #C7D2DF;
  302. line-height: 36px;
  303. .log-times{
  304. width: 182px;
  305. }
  306. .log-action{
  307. width:100px
  308. }
  309. .log-info{
  310. flex: 1;
  311. }
  312. .logRed{
  313. color: #ED7735;
  314. }
  315. }
  316. }
  317. }
  318. // 换电日志结束
  319. }
  320. // 底部样式结束
  321. }