index.scss 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  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. width: 1000px;
  101. display: flex;
  102. padding: 16px 20px;
  103. overflow: hidden;
  104. .scroll_x {
  105. width: 100%;
  106. height: 100%;
  107. // border: 1px solid red;
  108. ::v-deep .uni-scroll-view-content {
  109. display: flex;
  110. view:first-child {
  111. .battery-info {
  112. margin-left: 0px;
  113. }
  114. }
  115. }
  116. }
  117. }
  118. }
  119. //选电模式结束
  120. //底部样式开始
  121. .box-last{
  122. display: flex;
  123. justify-content: space-between;
  124. margin-top: 16px;
  125. .Exchange-done{
  126. width: 460px;
  127. display: flex;
  128. flex-direction: column;
  129. .Exchange-bottom{
  130. width: 100%;
  131. height: 183px;
  132. box-sizing: border-box;
  133. padding: 16px;
  134. display: flex;
  135. background-color: #111827;
  136. flex-direction: column;
  137. justify-content: space-between;
  138. .Exchange-times{
  139. display: flex;
  140. justify-content: space-between;
  141. height: 66px;
  142. width: 100%;
  143. .Progress-btn{
  144. width: 135px;
  145. height: 66px;
  146. background: #263042;
  147. border-radius: 2px;
  148. font-weight: 400;
  149. color: #000;
  150. font-size: 14px;
  151. text-align: center;
  152. line-height: 66px;
  153. background: #91FDB9;
  154. }
  155. .Exchange-status{
  156. width: 290px;
  157. padding-left: 12px;
  158. box-sizing: border-box;
  159. display: flex;
  160. flex-direction: column;
  161. justify-content: space-between;
  162. // border: 1px solid red;
  163. .Exchange-status-left{
  164. width: 100%;
  165. height: 100%;
  166. // border: 1px solid green;
  167. display: flex;
  168. justify-content: space-between;
  169. .Exchange-status-left-box{
  170. width: 131px;
  171. height: 33px;
  172. line-height: 33px;
  173. // border: 1px solid yellow;
  174. .text1{
  175. color: rgba(153,174,197,0.65);
  176. font-size: 12px;
  177. }
  178. .text2{
  179. display: inline-block;
  180. margin-left: 10px;
  181. font-size: 12px;
  182. color: #91FDB9;
  183. }
  184. }
  185. .change-store{
  186. .text1{
  187. width: 45px;
  188. display: inline-block;
  189. }
  190. }
  191. }
  192. .lock{
  193. display: flex;
  194. justify-content: space-between;
  195. span:first-child{
  196. font-size: 12px;
  197. font-weight: 500;
  198. color: #ED7735;
  199. line-height: 21px;
  200. text-shadow: 0px 0px 4px rgba(39,69,201,0.5);
  201. }
  202. .time{
  203. font-size: 12px;
  204. font-weight: 500;
  205. color: #99AEC5;
  206. line-height: 19px;
  207. text-shadow: 0px 0px 4px #0027D8;
  208. font{
  209. font-weight: 500;
  210. color: #91FDB9;
  211. line-height: 21px;
  212. }
  213. }
  214. }
  215. .percent{
  216. display: flex;
  217. justify-content: space-between;
  218. .percent-bar{
  219. flex: 1;
  220. padding-right: 5px;
  221. box-sizing: border-box;
  222. .bar{
  223. width: 100%;
  224. height: 4px;
  225. margin-top: 8px;
  226. background: #99AEC5;
  227. border-radius: 4px;
  228. .bar-green{
  229. position: relative;
  230. height: 4px;
  231. border-radius: 4px;
  232. background-color: #91FDB9;
  233. .bar-percent{
  234. width: 36px;
  235. height: 20px;
  236. background: #91FDB9;
  237. border-radius: 10px;
  238. color: black;
  239. font-size: 12px;
  240. text-align: center;
  241. line-height: 20px;
  242. position: absolute;
  243. right: 0;
  244. top: -8px;
  245. }
  246. .bar-ten{
  247. left: 0px;
  248. }
  249. }
  250. }
  251. }
  252. .count-step{
  253. width: 28px;
  254. font-size: 15px;
  255. color: rgba(153,174,197,0.65);
  256. text-shadow: 0px 0px 4px rgba(39,69,201,0.5);
  257. letter-spacing: 1px;
  258. font-weight: 500;
  259. font{
  260. color: #91FDB9;
  261. }
  262. }
  263. }
  264. }
  265. }
  266. .Exchange-handle{
  267. display: flex;
  268. justify-content: space-between;
  269. flex-wrap: wrap;
  270. justify-items: center;
  271. .handle{
  272. width: 131px;
  273. height: 28px;
  274. text-align: center;
  275. background: #263042;
  276. border-radius: 2px 2px 2px 2px;
  277. line-height: 28px;
  278. font-weight: 400;
  279. color: #FFFFFF;
  280. font-size: 14px;
  281. margin-top: 12px;
  282. }
  283. }
  284. }
  285. }
  286. // 换电日志
  287. .Exchange-log{
  288. width: 564px;
  289. display: flex;
  290. flex-direction: column;
  291. .log_bottom{
  292. width: 100%;
  293. height: 183px;
  294. box-sizing: border-box;
  295. padding: 16px;
  296. padding-top: 0;
  297. padding-bottom: 4px;
  298. display: flex;
  299. background-color: #111827;
  300. flex-direction: column;
  301. .scroll_x{
  302. height: 100%;
  303. }
  304. // .log-list:first-child{
  305. // color: #ED7735;
  306. // }
  307. .log-list{
  308. display: flex;
  309. height: 36px;
  310. box-sizing: border-box;
  311. border-bottom: #292D46 solid 1px;
  312. justify-items: center;
  313. font-size: 14px;
  314. font-weight: 400;
  315. color: #C7D2DF;
  316. line-height: 36px;
  317. .log-times{
  318. width: 182px;
  319. }
  320. .log-action{
  321. width:100px
  322. }
  323. .log-info{
  324. flex: 1;
  325. }
  326. .logRed{
  327. color: #ED7735;
  328. }
  329. }
  330. }
  331. }
  332. // 换电日志结束
  333. }
  334. // 底部样式结束
  335. }