energyRate.vue 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853
  1. <template>
  2. <div class="main-data energy-rate-operation">
  3. <!-- <div class="title-area">能源占比</div>-->
  4. <div class="content-area">
  5. <div class="content-title">
  6. <span class="title">楼宇本周用电量</span>
  7. </div>
  8. <div class="rightList1">
  9. <div class="left-list">
  10. <div class="left-info">
  11. <div class="name">
  12. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  13. <div>光伏用电量</div>
  14. </div>
  15. <div class="num">{{ thisWeekElectricityList.total[0].num }}<span class="unit">kWh</span></div>
  16. </div>
  17. </div>
  18. <div class="left-list" style="margin-left: 15px;;">
  19. <div class="left-info">
  20. <div class="name">
  21. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  22. <div>楼外设备用电量</div>
  23. </div>
  24. <div class="num">{{ thisWeekElectricityList.total[1].num }}<span class="unit">kWh</span></div>
  25. </div>
  26. </div>
  27. <div class="left-list" style="margin-left: -12px;">
  28. <div class="left-info">
  29. <div class="name">
  30. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  31. <div>充电桩用电量</div>
  32. </div>
  33. <div class="num">{{ thisWeekElectricityList.total[2].num }}<span class="unit">kWh</span></div>
  34. </div>
  35. </div>
  36. <div class="left-list" style="padding-right: 10px;">
  37. <div class="left-info">
  38. <div class="name">
  39. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  40. <div>地下室用电量</div>
  41. </div>
  42. <div class="num">{{ thisWeekElectricityList.total[3].num }}<span class="unit">kWh</span></div>
  43. </div>
  44. </div>
  45. </div>
  46. <div class="rightList1">
  47. <div class="left-list">
  48. <div class="left-info">
  49. <div class="name">
  50. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  51. <div>制冷机组用电量</div>
  52. </div>
  53. <div class="num">{{ thisWeekElectricityList.total[4].num }}<span class="unit">kWh</span></div>
  54. </div>
  55. </div>
  56. <div class="left-list" style="margin-left: -4px;">
  57. <div class="left-info">
  58. <div class="name">
  59. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  60. <div>消防用电量</div>
  61. </div>
  62. <div class="num">{{ thisWeekElectricityList.total[5].num }}<span class="unit">kWh</span></div>
  63. </div>
  64. </div>
  65. <div class="left-list" style="margin-left: 22px;">
  66. <div class="left-info">
  67. <div class="name">
  68. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  69. <div>电梯用电量</div>
  70. </div>
  71. <div class="num">{{ thisWeekElectricityList.total[6].num }}<span class="unit">kWh</span></div>
  72. </div>
  73. </div>
  74. <div class="left-list" style="padding-right: 20px;">
  75. <div class="left-info">
  76. <div class="name">
  77. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  78. <div>办公用电量</div>
  79. </div>
  80. <div class="num">{{ thisWeekElectricityList.total[7].num }}<span class="unit">kWh</span></div>
  81. </div>
  82. </div>
  83. </div>
  84. <div class="rightList1">
  85. <div class="left-list">
  86. <div class="left-info">
  87. <div class="name">
  88. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  89. <div>公共照明用电量</div>
  90. </div>
  91. <div class="num">{{ thisWeekElectricityList.total[8].num }}<span class="unit">kWh</span></div>
  92. </div>
  93. </div>
  94. <div class="left-list">
  95. <div class="left-info">
  96. <div class="name">
  97. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  98. <div>供热设备用电量</div>
  99. </div>
  100. <div class="num">{{ thisWeekElectricityList.total[9].num }}<span class="unit">kWh</span></div>
  101. </div>
  102. </div>
  103. <div class="left-list">
  104. <div class="left-info">
  105. <div class="name">
  106. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  107. <div>厨房用电量</div>
  108. </div>
  109. <div class="num">{{ thisWeekElectricityList.total[10].num }}<span class="unit">kWh</span></div>
  110. </div>
  111. </div>
  112. <div class="left-list" style="padding-right: 5px;">
  113. <div class="left-info">
  114. <div class="name">
  115. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  116. <div>机房总用电量</div>
  117. <div class="arrow"></div>
  118. </div>
  119. <div class="num">{{ thisWeekElectricityList.total[11].num }}<span class="unit">kWh</span></div>
  120. </div>
  121. </div>
  122. </div>
  123. <div class="rightList1">
  124. <div class="left-list">
  125. <div class="left-info">
  126. <div class="name">
  127. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  128. <div>生活水泵用电量</div>
  129. </div>
  130. <div class="num">{{ thisWeekElectricityList.total[12].num }}<span class="unit">kWh</span></div>
  131. </div>
  132. </div>
  133. <div class="left-list">
  134. <div class="left-info">
  135. <div class="name">
  136. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  137. <div>冷源泵用电量</div>
  138. </div>
  139. <div class="num">{{ thisWeekElectricityList.total[13].num }}<span class="unit">kWh</span></div>
  140. </div>
  141. </div>
  142. <div class="left-list">
  143. <div class="left-info">
  144. <div class="name">
  145. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  146. <div>热源泵用电量</div>
  147. </div>
  148. <div class="num">{{ thisWeekElectricityList.total[14].num }}<span class="unit">kWh</span></div>
  149. </div>
  150. </div>
  151. <div class="left-list">
  152. <div class="left-info">
  153. <div class="name">
  154. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  155. <div>通信辅助设备用电量</div>
  156. </div>
  157. <div class="num">{{ thisWeekElectricityList.total[15].num }}<span class="unit">kWh</span></div>
  158. </div>
  159. </div>
  160. </div>
  161. <div class="dialog-list">
  162. <div class="dialog-item wid100">
  163. <div class="content-title">
  164. <span class="title">楼宇本周发电量</span>
  165. </div>
  166. <div class="content">
  167. <div style="display: flex;">
  168. <div style="width: 50%;">
  169. <div class="cFox">
  170. <div>
  171. <div class="num" style="justify-content: center;">112<span class="unit">kWh</span></div>
  172. <div><img src="@/assets/images/service_new/cicleFox.png"></div>
  173. <div style="color: #fff;display: flex;justify-content: center;margin-top: 5px;">光伏发电量</div>
  174. </div>
  175. <div class="left-inf">
  176. <div class="name">
  177. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  178. <div style="padding-left: 5px;">薄膜发电量</div>
  179. </div>
  180. <div class="num">29<span class="unit">kWh</span></div>
  181. <div class="name">
  182. <div> <img src="@/assets/images/service_new/quantity.png"></div>
  183. <div style="padding-left: 5px;">光伏板发电量</div>
  184. </div>
  185. <div class="num">29<span class="unit">kWh</span></div>
  186. </div>
  187. </div>
  188. <div></div>
  189. </div>
  190. <div style="width: 50%;">
  191. <div class="cFox">
  192. <div>
  193. <div class="num" style="justify-content: center;">56<span class="unit">kWh</span></div>
  194. <div><img src="@/assets/images/service_new/cicleFox.png"></div>
  195. <div style="color: #fff;display: flex;justify-content: center;margin-top: 5px;">电梯能量回收</div>
  196. </div>
  197. </div>
  198. </div>
  199. </div>
  200. </div>
  201. </div>
  202. </div>
  203. <div class="content-title">
  204. <span class="title">楼宇今日总用电量</span>
  205. </div>
  206. <div class="data-chart">
  207. <line-chart
  208. :chart-data="buildLineData"
  209. :x-axis="buildLineAxis"
  210. :yAxis="buildLineYAxis"
  211. :legend="lineLegend"
  212. y-color="#FFF"
  213. l-color="#FFF"
  214. width="515px"
  215. height="240px"
  216. />
  217. </div>
  218. <div class="content-title">
  219. <span class="title">楼宇每月用电量</span>
  220. </div>
  221. <div class="data-chart">
  222. <line-chart
  223. :chart-data="yearLineData"
  224. :x-axis="yearLineAxis"
  225. :yAxis="yearLineYAxis"
  226. :legend="lineLegend"
  227. y-color="#FFF"
  228. l-color="#FFF"
  229. width="515px"
  230. height="240px"
  231. />
  232. </div>
  233. </div>
  234. </div>
  235. </template>
  236. <script>
  237. import LineChart from "@/components/Echarts/LineChart.vue";
  238. import PieChart from "@/components/Echarts/PieChart.vue";
  239. import BarChart from "@/components/Echarts/BarChart.vue";
  240. import echarts from "echarts";
  241. import {
  242. thisWeekElectricity,todayElectricity,monthElectricity,roomLoad,warnDevice,warnEvent,waterState
  243. } from "@/api/screen/service";
  244. export default {
  245. name: "EnergyRate",
  246. components: { BarChart, PieChart, LineChart },
  247. props: {
  248. appOrg: {
  249. type: String,
  250. default: "0000",
  251. },
  252. },
  253. data() {
  254. return {
  255. thisWeekElectricityList:{},
  256. //楼宇每月用电量
  257. yearLineData: [],
  258. //楼宇今日总用电量
  259. buildLineData: [],
  260. //配电室重要抽屉负荷情况
  261. lineLegend: {
  262. top: 0,
  263. orient: "horizontal",
  264. right: 0,
  265. itemWidth: 17, // 设置图例标记的宽度
  266. itemHeight: 10, // 设置图例标记的高度
  267. textStyle: {
  268. color: "#FFF",
  269. },
  270. },
  271. yearAllChangeData: {
  272. energyNum: "",
  273. reduceName: "",
  274. reduceNum: "",
  275. },
  276. };
  277. },
  278. created() {
  279. //楼宇本周用电量
  280. this.thisWeekElectricity()
  281. //楼宇今日总用电量
  282. this.todayElectricity()
  283. //楼宇每月用电量
  284. this.monthElectricity()
  285. },
  286. destroyed() {},
  287. beforeDestroy() {},
  288. mounted() {},
  289. methods: {
  290. //资产存量
  291. thisWeekElectricity() {
  292. thisWeekElectricity(this.$props.appOrg).then((res) => {
  293. if (Number(res.code) === 200) {
  294. this.thisWeekElectricityList=res.data;
  295. }
  296. });
  297. },
  298. //楼宇今日总用电量
  299. todayElectricity() {
  300. todayElectricity(this.$props.appOrg).then((res) => {
  301. if (Number(res.code) === 200) {
  302. const buildLineDataList = res.data.map(item => item.Kwh);
  303. const buildLineDataTime = res.data.map(item => item.time);
  304. this.buildLineData = [
  305. {
  306. name: "当前楼宇",
  307. type: "line",
  308. // areaStyle: {
  309. // opacity: 0.8,
  310. // color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  311. // {
  312. // offset: 0.03,
  313. // color: "rgba(30, 240, 215, 0.4196)",
  314. // },
  315. // {
  316. // offset: 0.68,
  317. // color: "rgba(23, 240, 240, 0)",
  318. // },
  319. // ]),
  320. // },
  321. lineStyle: {
  322. width: 3, // 设置线宽
  323. color: "#00EBFC", // 设置线的颜色
  324. type: 'solid' // 设置直线样式
  325. },
  326. smooth: false,
  327. itemStyle: {
  328. normal: {
  329. color: '#00EBFC', // 节点颜色
  330. borderColor: '#00EBFC', // 节点边框颜色
  331. borderWidth: 4 // 节点边框宽度
  332. }
  333. },
  334. data: buildLineDataList,
  335. },
  336. ];
  337. this.buildLineAxis = {
  338. type: "category",
  339. data:buildLineDataTime,
  340. axisTick: {
  341. show: false,
  342. },
  343. axisLine: {
  344. lineStyle: {
  345. color: "#FFF",
  346. },
  347. },
  348. splitArea: false,
  349. boundaryGap: false,
  350. };
  351. this.buildLineYAxis = {
  352. name: 'Kwh',
  353. nameTextStyle: {
  354. color: '#fff',
  355. },
  356. axisLine: {
  357. show: false,
  358. },
  359. axisLabel: {
  360. color: "white", // 设置横坐标轴字体颜色为红色
  361. },
  362. splitLine: {
  363. show: true,
  364. lineStyle: {
  365. type: 'dashed',
  366. color: '#1D2F38', // 背景线颜色
  367. width: 1// 背景线宽度
  368. }
  369. },
  370. axisTick: {
  371. show: false,
  372. },
  373. splitArea: false
  374. }
  375. }
  376. });
  377. },
  378. //楼宇每月用电量
  379. monthElectricity() {
  380. monthElectricity(this.$props.appOrg).then((res) => {
  381. if (Number(res.code) === 200) {
  382. const buildLineDataFirstList= res.data.first.map(item => item.Kwh);
  383. const buildLineDataSecondList= res.data.second.map(item => item.Kwh);
  384. const buildLineDataThirdList= res.data.third.map(item => item.Kwh);
  385.         const buildLineDataTime = res.data.first.map(item => item.time);
  386. this.yearLineData = [
  387. {
  388. name: "配电室一",
  389. type: "line",
  390. lineStyle: {
  391. width: 3, // 设置线宽
  392. color: "#00EBFC", // 设置线的颜色
  393. type: 'solid' // 设置直线样式
  394. },
  395. smooth: false,
  396. itemStyle: {
  397. normal: {
  398. color: '#00EBFC', // 节点颜色
  399. borderColor: '#00EBFC', // 节点边框颜色
  400. borderWidth: 4 // 节点边框宽度
  401. }
  402. },
  403. data: buildLineDataFirstList,
  404. },
  405. {
  406. name: "配电室二",
  407. type: "line",
  408. lineStyle: {
  409. width: 3, // 设置线宽
  410. color: "#00D390", // 设置线的颜色
  411. type: 'solid' // 设置直线样式
  412. },
  413. smooth: false,
  414. itemStyle: {
  415. normal: {
  416. color: '"#00D390', // 节点颜色
  417. borderColor: '#00D390', // 节点边框颜色
  418. borderWidth: 4 // 节点边框宽度
  419. }
  420. },
  421. data: buildLineDataSecondList,
  422. },
  423. {
  424. name: "配电室三",
  425. type: "line",
  426. lineStyle: {
  427. width: 3, // 设置线宽
  428. color: "#FFED00", // 设置线的颜色
  429. type: 'solid' // 设置直线样式
  430. },
  431. smooth: false,
  432. itemStyle: {
  433. normal: {
  434. color: '"#FFED00', // 节点颜色
  435. borderColor: '#FFED00', // 节点边框颜色
  436. borderWidth: 4 // 节点边框宽度
  437. }
  438. },
  439. data: buildLineDataThirdList,
  440. },
  441. ];
  442. this.yearLineAxis = {
  443. type: "category",
  444. data: [
  445. "1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月",
  446. ],
  447. axisTick: {
  448. show: false,
  449. },
  450. axisLine: {
  451. lineStyle: {
  452. color: "#FFF",
  453. },
  454. },
  455. splitArea: false,
  456. boundaryGap: false,
  457. };
  458. this.yearLineYAxis = {
  459. name: 'Kwh',
  460. nameTextStyle: {
  461. color: '#fff',
  462. },
  463. axisLine: {
  464. show: false,
  465. },
  466. axisLabel: {
  467. color: "white", // 设置横坐标轴字体颜色为红色
  468. },
  469. splitLine: {
  470. show: true,
  471. lineStyle: {
  472. type: 'dashed',
  473. color: '#1D2F38', // 背景线颜色
  474. width: 1// 背景线宽度
  475. }
  476. },
  477. axisTick: {
  478. show: false,
  479. },
  480. splitArea: false
  481. }
  482. }
  483. });
  484. },
  485. },
  486. };
  487. </script>
  488. <style lang="scss">
  489. .energy-rate-operation {
  490. .content-area {
  491. display: flex;
  492. flex-direction: column;
  493. padding: 15px 20px 0 15px;
  494. }
  495. .content-title {
  496. width: 100%;
  497. height: 26px;
  498. background: url("../../../assets/images/main/title_pro_long.png") no-repeat;
  499. background-size: 100% 100%;
  500. font-family: "PingFangSC";
  501. font-size: 16px;
  502. font-weight: bold;
  503. color: #00ffff;
  504. padding-left: 25px;
  505. .title {
  506. display: block;
  507. position: relative;
  508. top:-5px;
  509. }
  510. }
  511. .data-list {
  512. display: flex;
  513. flex-direction: row;
  514. align-items: center;
  515. justify-content: space-between;
  516. width: 100%;
  517. margin-top: 17px;
  518. .data-item {
  519. display: flex;
  520. flex-direction: column;
  521. align-items: center;
  522. justify-content: center;
  523. flex: 1;
  524. border-right: 1px solid rgba(25, 252, 222, 0.2);
  525. .data-detail {
  526. display: flex;
  527. flex-direction: row;
  528. align-items: baseline;
  529. color: #00ffff;
  530. margin-top: 11px;
  531. font-size: 12px;
  532. .data {
  533. font-family: "electronicFont";
  534. font-size: 30px;
  535. }
  536. }
  537. }
  538. .data-item:last-child {
  539. border-right: none;
  540. }
  541. .rate-area {
  542. position: relative;
  543. flex: 1;
  544. img {
  545. width: 198px;
  546. height: 114px;
  547. }
  548. .rate {
  549. display: flex;
  550. flex-direction: column;
  551. align-items: center;
  552. justify-content: center;
  553. width: 100%;
  554. position: absolute;
  555. top: 0;
  556. left: 0;
  557. color: #fff;
  558. .rate-data {
  559. display: flex;
  560. flex-direction: row;
  561. align-items: baseline;
  562. color: #ffba44;
  563. .data {
  564. font-size: 30px;
  565. font-family: "electronicFont";
  566. }
  567. .unit {
  568. font-size: 12px;
  569. }
  570. }
  571. .desc {
  572. font-size: 12px;
  573. width: 58px;
  574. text-align: center;
  575. }
  576. }
  577. }
  578. }
  579. .data-chart {
  580. margin-top: 12px !important;
  581. margin-bottom: 20px !important;
  582. }
  583. .title-format {
  584. display: flex;
  585. flex-direction: row;
  586. align-items: center;
  587. img {
  588. width: 6px;
  589. height: 24px;
  590. margin-right: 6px;
  591. }
  592. .title-info {
  593. display: flex;
  594. flex-direction: column;
  595. font-size: 12px;
  596. color: #ffffff;
  597. .title-en {
  598. font-size: 8px;
  599. color: #ffffff;
  600. opacity: 0.4;
  601. }
  602. }
  603. }
  604. .label-cont {
  605. width: 100%;
  606. display: flex;
  607. justify-content: space-between;
  608. align-items: center;
  609. padding: 0 15px;
  610. .unit {
  611. font-size: 12px;
  612. color: #ffffff;
  613. }
  614. .label-info {
  615. display: flex;
  616. align-items: center;
  617. .label-list {
  618. display: flex;
  619. align-items: center;
  620. .label {
  621. width: 17px;
  622. height: 10px;
  623. background: #43dcdb;
  624. border-radius: 1px;
  625. }
  626. .title {
  627. font-size: 12px;
  628. color: #ffffff;
  629. font-weight: 500;
  630. padding-left: 4px;
  631. }
  632. }
  633. .label-list:last-child {
  634. margin-left: 15px;
  635. }
  636. .label-list:last-child .label {
  637. background: #ffd296;
  638. }
  639. }
  640. }
  641. .worker-list {
  642. width: 100%;
  643. margin-top: 25px;
  644. .worker-top {
  645. display: flex;
  646. .icon {
  647. display: block;
  648. width: 70px;
  649. height: auto;
  650. }
  651. .worker-top-info {
  652. padding-left: 10px;
  653. .desc {
  654. font-size: 12px;
  655. color: #ffffff;
  656. font-weight: bold;
  657. }
  658. .num-info {
  659. width: 100%;
  660. padding-top: 2px;
  661. display: flex;
  662. align-items: center;
  663. .num {
  664. font-size: 30px;
  665. color: #00ffff;
  666. font-weight: bold;
  667. font-family: "electronicFont";
  668. }
  669. .unit {
  670. font-size: 12px;
  671. color: #00ffff;
  672. font-weight: 500;
  673. position: relative;
  674. top: 4px;
  675. }
  676. .mar {
  677. margin-left: 20px;
  678. }
  679. }
  680. }
  681. }
  682. .worker-bot {
  683. width: 100%;
  684. }
  685. }
  686. .cFox{
  687. display: flex;
  688. justify-content: space-around;
  689. margin: 15px 0 15px 0;
  690. .num {
  691. font-size: 30px;
  692. color: #00FFFF;
  693. font-family: "electronicFont";
  694. display: flex;
  695. flex-direction: row;
  696. align-items: baseline;
  697. }
  698. .unit {
  699. font-size: 12px;
  700. font-family: 'element-icons';
  701. }
  702. .left-inf {
  703. // padding-left:12px;
  704. .num {
  705. font-size: 30px;
  706. color: #00FFFF;
  707. font-family: "electronicFont";
  708. display: flex;
  709. flex-direction: row;
  710. align-items: center;
  711. .unit {
  712. font-size: 12px;
  713. font-family: 'PingFangSC';
  714. font-weight: bold;
  715. padding-top: 5px;
  716. }
  717. }
  718. .name {
  719. display: flex;
  720. font-size: 14px;
  721. color: #FFFFFF;
  722. font-family: 'fashionZh';
  723. padding-top: 4px;
  724. }
  725. }
  726. }
  727. //左边菜单
  728. .rightList1{
  729. display: flex;
  730. flex-wrap: wrap;
  731. padding: 10px 0px 10px 0px;
  732. justify-content: space-between;
  733. .left-list{
  734. display: flex;
  735. align-items: center;
  736. margin-bottom: 15px;
  737. img{
  738. display: block;
  739. width:25px;
  740. height:25px;
  741. margin-right: 2px;
  742. }
  743. .left-info{
  744. padding-left:0px;
  745. .num{
  746. font-size: 30px;
  747. color:#00FFFF;
  748. font-family: "electronicFont";
  749. display: flex;
  750. flex-direction: row;
  751. align-items: baseline;
  752. .unit{
  753. font-size: 12px;
  754. font-family: 'PingFangSC';
  755. }
  756. }
  757. .name{
  758. display: flex;
  759. font-size: 14px;
  760. color:#FFFFFF;
  761. font-family: 'fashionZh';
  762. padding-top:4px;
  763. }
  764. .arrow {
  765. width: 0;
  766. height: 0;
  767. border-left: 7px solid transparent;
  768. border-right: 7px solid transparent;
  769. border-top: 7px solid #00f0ff;
  770. margin-top: 6px;
  771. margin-left: 2px;
  772. }
  773. }
  774. }
  775. }
  776. ::-webkit-scrollbar {
  777. width: 3px;
  778. height: 3px;
  779. }
  780. ::-webkit-scrollbar-thumb {
  781. //滑块部分
  782. // border-radius: 5px;
  783. background-color: #58cbbb;
  784. }
  785. ::-webkit-scrollbar-track {
  786. //轨道部分
  787. // box-shadow: inset 0 0 5px #ddd;
  788. background: #ddd;
  789. // border-radius: 5px;
  790. }
  791. .unit-label {
  792. color: rgba(255, 255, 255, 0) !important;
  793. }
  794. }
  795. </style>