evSnapshotsDialog.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767
  1. <template>
  2. <div class="snapshotss-box">
  3. <div
  4. style="margin:16px 0;height:1px;background:rgba(228,229,231,1);border:1px solid rgba(239,240,241,1);"
  5. ></div>
  6. <div class="snapshotss-top">
  7. <div class="snapshotss-top-left">
  8. <span>今日营业时间</span>
  9. <span>{{chillerCommand.openTime?( chillerCommand.openTime.slice(0,2)+':'+chillerCommand.openTime.slice(2,4)):"--"}} - {{chillerCommand.endTime?(chillerCommand.endTime.slice(0,2)+':'+chillerCommand.endTime.slice(2,4)):"--"}}</span>
  10. </div>
  11. <div class="snapshotss-top-center">
  12. <span class="MicrYaHei">当前运行模式</span>
  13. <span>{{chillerCommand.model || '--'}}</span>
  14. </div>
  15. <div class="snapshotss-top-right">
  16. <span>室外环境</span>
  17. <span>多云 25 °C</span>
  18. </div>
  19. </div>
  20. <div class="snapshotss-center1">
  21. <div class="snapshotss-center1-title Micbold">系统运行状态</div>
  22. <div class="snapshotss-center1-content">
  23. <div class="snapshotss-cont">
  24. <div class="snapshotss-cont-top Micbold">冷水机组</div>
  25. <div class="snapshotss-cont-bottom">
  26. <div class="snapshotss-cont-bot-1">
  27. <span>{{chillerOrg.chillerNumSetLOrg || 0}}</span>
  28. <span>{{chillerOrg.chillerNumSetSOrg || 0}}</span>
  29. <span>{{chillerOrg.chillWaterOutTempSetOrg?chillerOrg.chillWaterOutTempSetOrg.toFixed(1):'--'}} °C</span>
  30. </div>
  31. <div class="snapshotss-cont-bot-2 MicrYaHei">
  32. <span>大</span>
  33. <span>小</span>
  34. <span>温度</span>
  35. </div>
  36. </div>
  37. </div>
  38. <div class="snapshotss-cont">
  39. <div class="snapshotss-cont-top Micbold">冷冻水泵</div>
  40. <div class="snapshotss-cont-bottom">
  41. <div class="snapshotss-cont-bot-1">
  42. <span>{{chillerOrg.coolPumpNumSetLOrg || 0}}</span>
  43. <span>{{chillerOrg.coolPumpNumSetSOrg || 0}}</span>
  44. <span>{{chillerOrg.coolPumpFreqSetOrg?chillerOrg.coolPumpFreqSetOrg.toFixed(0):'--'}} Hz</span>
  45. </div>
  46. <div class="snapshotss-cont-bot-2">
  47. <span>大</span>
  48. <span>小</span>
  49. <span>设定频率</span>
  50. </div>
  51. </div>
  52. </div>
  53. <div class="snapshotss-cont">
  54. <div class="snapshotss-cont-top Micbold">冷却水泵</div>
  55. <div class="snapshotss-cont-bottom">
  56. <div class="snapshotss-cont-bot-1">
  57. <span>{{chillerOrg.chillPumpNumSetLOrg || 0}}</span>
  58. <span>{{chillerOrg.chillPumpNumSetSOrg || 0}}</span>
  59. <span>{{chillerOrg.chillPumpFreqSetOrg?chillerOrg.chillPumpFreqSetOrg.toFixed(0):'--'}} Hz</span>
  60. </div>
  61. <div class="snapshotss-cont-bot-2">
  62. <span>大</span>
  63. <span>小</span>
  64. <span>设定频率</span>
  65. </div>
  66. </div>
  67. </div>
  68. <div class="snapshotss-cont">
  69. <div class="snapshotss-cont-top Micbold">冷却塔</div>
  70. <div class="snapshotss-cont-bottom">
  71. <div class="snapshotss-cont-bot-1">
  72. <span>{{chillerOrg.coolTowerNumSetLOrg || 0}}</span>
  73. <span>{{chillerOrg.coolTowerNumSetSOrg || 0}}</span>
  74. <span>{{chillerOrg.coolTowerFreqSet?chillerOrg.coolTowerFreqSet.toFixed(0):'--'}} Hz</span>
  75. </div>
  76. <div class="snapshotss-cont-bot-2">
  77. <span>大</span>
  78. <span>小</span>
  79. <span>设定频率</span>
  80. </div>
  81. </div>
  82. </div>
  83. </div>
  84. </div>
  85. <div class="snapshotss-center2">
  86. <div class="snapshotss-cont2-box1 MicrYaHei">
  87. <span>数据传输情况</span>
  88. <span :class="chillerCommand.isExecuted==1?'span1':'span2'">
  89. 能耗
  90. <img v-if="chillerCommand.energyErrorFlag==1" src="../../assets/finish.png" alt />
  91. <img v-else src="../../assets/wrong.png" alt />
  92. </span>
  93. <span :class="chillerCommand.isExecuted==1?'span1':'span2'">
  94. 环境
  95. <img v-if="chillerCommand.environmentErrorFlag==1" src="../../assets/finish.png" alt />
  96. <img v-else src="../../assets/wrong.png" alt />
  97. </span>
  98. <span :class="chillerCommand.isExecuted==1?'span1':'span2'">
  99. BA
  100. <img v-if="chillerCommand.baErrorFalg==1" src="../../assets/finish.png" alt />
  101. <img v-else src="../../assets/wrong.png" alt />
  102. </span>
  103. </div>
  104. <div class="snapshotss-cont2-box2 MicrYaHei">
  105. <span>实际冷量</span>
  106. <span>{{chillerCommand.nowPlantLoad?parseInt(chillerCommand.nowPlantLoad):'--'}} kW</span>
  107. <span>未来1小时预测冷量</span>
  108. <span>{{chillerCommand.predictedLoad1h?parseInt(chillerCommand.predictedLoad1h):'--'}} kW</span>
  109. </div>
  110. </div>
  111. <div class="snapshotss-foot">
  112. <div class="leftL">
  113. <div class="leftLengend">
  114. <i class="outIcon"></i> 室外温度
  115. <i class="innerIcon"></i> 室内平均温度
  116. <i class="innerMax"></i> 室内最高温度
  117. </div>
  118. <div id="snapshotssLeft" style="width:100%;height:250px;margin-right:;24px;"></div>
  119. </div>
  120. <div class="rightL">
  121. <div class="rightLengend">
  122. <i class="reactCool"></i> 实际供冷量
  123. <i class="preCool"></i> 预测冷量
  124. </div>
  125. <div id="snapshotssRight" style="width:100%;height:250px;"></div>
  126. </div>
  127. </div>
  128. </div>
  129. </template>
  130. <script>
  131. import echarts from "echarts";
  132. import { queryQuickData, getCommand } from "@/api/strategy/strategy.js";
  133. export default {
  134. props:['appealsDate','time'],
  135. data() {
  136. return {
  137. imgFinish: true,
  138. imgFinishList: [
  139. {
  140. name: "能耗",
  141. img1: require("../../assets/finish.png"),
  142. img2: require("../../assets/wrong.png")
  143. },
  144. {
  145. name: "环境",
  146. img1: require("../../assets/finish.png"),
  147. img2: require("../../assets/wrong.png")
  148. },
  149. {
  150. name: "BA",
  151. img1: require("../../assets/finish.png"),
  152. img2: require("../../assets/wrong.png")
  153. }
  154. ],
  155. chillerOrg: {},
  156. chillerCommand: {},
  157. chillerHourList: [],
  158. dataX: [],
  159. loadX: [],
  160. dataY1: [],
  161. dataY2: [],
  162. dataY3: [],
  163. loadY1: [],
  164. loadY2: [],
  165. loadY3: [],
  166. dataY1Min:'',
  167. dataY1Max:''
  168. };
  169. },
  170. mounted() {
  171. this.getQuickData();
  172. },
  173. watch:{
  174. time(newV,old){
  175. this.getQuickData();
  176. }
  177. },
  178. methods: {
  179. getMax(arr) {
  180. var max = arr[0]
  181. for (var i = 0; i < arr.length; i++) {
  182. if (max < arr[i]) {
  183. max = arr[i]
  184. }
  185. }
  186. return max
  187. },
  188. getMin(arr) {
  189. var min = arr[0]
  190. for (var i = 0; i < arr.length; i++) {
  191. if (arr[i] == '') {
  192. arr.splice(arr[i], 1)
  193. }
  194. if (min > arr[i]) {
  195. min = arr[i]
  196. }
  197. }
  198. return min
  199. },
  200. getQuickData() {
  201. let params = {
  202. getParams: {
  203. date: this.appealsDate, //日期 yyyyMMdd
  204. time: this.time
  205. }
  206. };
  207. this.chillerCommand = {}
  208. this.chillerHourList = []
  209. queryQuickData(params).then(res => {
  210. this.chillerOrg = res.chillerOrg || {};
  211. this.chillerCommand = res.chillerOrg || {};
  212. this.chillerHourList = res.chillerHourList || [];
  213. this.drawData();
  214. });
  215. },
  216. drawData() {
  217. this.dataY1 = []
  218. this.dataX = []
  219. this.loadX = []
  220. this.dataY2 = []
  221. this.dataY3 = []
  222. this.loadY1 = []
  223. this.loadY2 = []
  224. this.loadY3 = []
  225. this.chillerHourList.forEach(el => {
  226. el.value = el.time.slice(0, 2) + ":" + el.time.slice(2, 4);
  227. this.dataX.push(el.value);
  228. this.loadX.push(el.value);
  229. this.dataY1.push(el.tout=='-9999'?undefined:el.tout);
  230. this.dataY2.push(el.meanTindoor);
  231. this.dataY3.push(el.maxTindoor);
  232. this.loadY1.push(el.nowPlantLoad?(el.nowPlantLoad=='-9999'?undefined:el.nowPlantLoad):undefined);
  233. this.loadY2.push(el.predictedLoadUpLimit?(el.predictedLoadUpLimit=='-9999'?undefined:el.predictedLoadUpLimit):undefined);
  234. this.loadY3.push(el.redictedLoadDownLimit?(el.redictedLoadDownLimit == '-9999'?undefined:el.redictedLoadDownLimit):undefined);
  235. });
  236. let arr = []
  237. arr = arr
  238. .concat(this.dataY1)
  239. .concat(this.dataY2)
  240. .concat(this.dataY3)
  241. this.dataY1Min = this.getMin(arr)
  242. this.dataY1Max = this.getMax(arr)
  243. let minG = parseInt(this.dataY1Min % 10),
  244. minS = parseInt((this.dataY1Min % 100) / 10),
  245. maxG = parseInt(this.dataY1Max % 10),
  246. maxS = parseInt((this.dataY1Max % 100) / 10)
  247. if (minG > 5) {
  248. this.dataY1Min = String(minS) + '5'
  249. } else if (minG <= 5) {
  250. this.dataY1Min = String(minS) + '0'
  251. }
  252. if (maxG > 5) {
  253. this.dataY1Max = String(maxS + 1) + '0'
  254. } else if (maxG <= 5) {
  255. this.dataY1Max = String(maxS) + '0'
  256. }
  257. this.drawSnapshotssLeft();
  258. this.drawSnapshotssRight();
  259. },
  260. drawSnapshotssLeft() {
  261. var snapshotssLeft = echarts.init(
  262. document.getElementById("snapshotssLeft")
  263. );
  264. let option = {
  265. tooltip: {
  266. trigger: "axis"
  267. },
  268. title:{
  269. text:'室内外温度',
  270. fontSize:'16px',
  271. color:'#1F2429'
  272. },
  273. grid: {
  274. left: "3%",
  275. right: "4%",
  276. bottom: "3%",
  277. containLabel: true
  278. },
  279. xAxis: {
  280. type: "category",
  281. boundaryGap: false,
  282. data: this.dataX
  283. },
  284. yAxis: {
  285. type: "value",
  286. min: Number(this.dataY1Min),
  287. max: Number(this.dataY1Max),
  288. interval: 2,
  289. axisLabel:{formatter:'{value} ℃'}
  290. },
  291. series: [
  292. {
  293. name: "室外温度",
  294. type: "line",
  295. data: this.dataY1,
  296. color:'#0091FF'
  297. },
  298. {
  299. name: "室内平均温度",
  300. type: "line",
  301. data: this.dataY2,
  302. color:'#00D6B9'
  303. },
  304. {
  305. name: "室内最高温度",
  306. type: "line",
  307. data: this.dataY3,
  308. color:'#FFBA6B'
  309. }
  310. ]
  311. };
  312. snapshotssLeft.setOption(option);
  313. },
  314. drawSnapshotssRight() {
  315. var snapshotssRight = echarts.init(
  316. document.getElementById("snapshotssRight")
  317. );
  318. snapshotssRight.setOption({
  319. tooltip: {
  320. trigger: "axis",
  321. axisPointer: {
  322. type: "cross",
  323. animation: false,
  324. label: {
  325. backgroundColor: "#ccc",
  326. borderColor: "#aaa",
  327. borderWidth: 1,
  328. shadowBlur: 0,
  329. shadowOffsetX: 0,
  330. shadowOffsetY: 0,
  331. color: "#222"
  332. }
  333. }
  334. // formatter: function (params) {
  335. // // return params[2].name + '<br />' + params[2].value;
  336. // }
  337. },
  338. grid: {
  339. left: "3%",
  340. right: "4%",
  341. bottom: "3%",
  342. containLabel: true
  343. },
  344. title:{
  345. text:'预测冷量',
  346. fontSize:'16px',
  347. color:'#1F2429'
  348. },
  349. xAxis: {
  350. type: "category",
  351. data: this.loadX
  352. },
  353. yAxis: {
  354. splitNumber: 3,
  355. splitLine: {
  356. show: false
  357. },
  358. axisLabel:{formatter:'{value} KW'}
  359. },
  360. series: [
  361. {
  362. name: "L",
  363. type: "line",
  364. data: this.loadY2,
  365. lineStyle: {
  366. opacity: 0
  367. },
  368. stack: "confidence-band",
  369. symbol: "none"
  370. },
  371. {
  372. name: "U",
  373. type: "line",
  374. data: this.loadY3,
  375. lineStyle: {
  376. opacity: 0
  377. },
  378. areaStyle: {
  379. color: "#ccc"
  380. },
  381. stack: "confidence-band",
  382. symbol: "none"
  383. },
  384. {
  385. type: "line",
  386. data: this.loadY1,
  387. hoverAnimation: false,
  388. symbolSize: 6,
  389. itemStyle: {
  390. color: "#0091FF"
  391. },
  392. showSymbol: false
  393. }
  394. ]
  395. });
  396. },
  397. getData() {
  398. this.chillerHourList.forEach(el => {
  399. el.value = el.time.slice(0, 2) + ":" + el.time.slice(2, 4);
  400. this.dataX.push(el.value);
  401. this.loadX.push(el.value);
  402. this.dataY1.push(el.tout);
  403. this.dataY2.push(el.meanTindoor);
  404. this.dataY3.push(el.maxTindoor);
  405. this.loadY1.push(el.nowPlantLoad?(el.nowPlantLoad=='-9999'?0:el.nowPlantLoad):0);
  406. this.loadY2.push(el.predictedLoadUpLimit?el.predictedLoadUpLimit:0);
  407. this.loadY3.push(el.redictedLoadDownLimit?el.redictedLoadDownLimit:0);
  408. });
  409. },
  410. drawLeft() {
  411. var leftLine = echarts.init(document.getElementById("leftLine"));
  412. let option = {
  413. tooltip: {
  414. trigger: "axis"
  415. },
  416. title:{
  417. text:'室内外温度',
  418. fontSize:'16px',
  419. color:'#1F2429'
  420. },
  421. grid: {
  422. left: "3%",
  423. right: "4%",
  424. bottom: "3%",
  425. containLabel: true
  426. },
  427. xAxis: {
  428. type: "category",
  429. boundaryGap: false,
  430. data: this.dataX
  431. },
  432. yAxis: {
  433. type: "value",
  434. axisLabel:{formatter:'{value} ℃'}
  435. },
  436. series: [
  437. {
  438. name: "室外温度",
  439. type: "line",
  440. stack: "总量",
  441. data: this.dataY1,
  442. color:'#0091FF'
  443. },
  444. {
  445. name: "室内平均温度",
  446. type: "line",
  447. stack: "总量",
  448. data: this.dataY2,
  449. color:'#00D6B9'
  450. },
  451. {
  452. name: "室内最高温度",
  453. type: "line",
  454. stack: "总量",
  455. data: this.dataY3,
  456. color:'#FFBA6B'
  457. }
  458. ]
  459. };
  460. leftLine.setOption(option);
  461. },
  462. drawRight() {
  463. var rightLine = echarts.init(document.getElementById("rightLine"));
  464. rightLine.setOption({
  465. tooltip: {
  466. trigger: "axis",
  467. axisPointer: {
  468. type: "cross",
  469. animation: false,
  470. label: {
  471. backgroundColor: "#ccc",
  472. borderColor: "#aaa",
  473. borderWidth: 1,
  474. shadowBlur: 0,
  475. shadowOffsetX: 0,
  476. shadowOffsetY: 0,
  477. color: "#222"
  478. }
  479. }
  480. // formatter: function (params) {
  481. // // return params[2].name + '<br />' + params[2].value;
  482. // }
  483. },
  484. grid: {
  485. left: "3%",
  486. right: "4%",
  487. bottom: "3%",
  488. containLabel: true
  489. },
  490. title:{
  491. text:'预测冷量',
  492. fontSize:'16px',
  493. color:'#1F2429'
  494. },
  495. xAxis: {
  496. type: "category",
  497. data: this.loadX
  498. },
  499. yAxis: {
  500. splitNumber: 3,
  501. splitLine: {
  502. show: false
  503. },
  504. axisLabel:{formatter:'{value} KW'}
  505. },
  506. series: [
  507. {
  508. name: "L",
  509. type: "line",
  510. data: this.loadY2,
  511. lineStyle: {
  512. opacity: 0
  513. },
  514. stack: "confidence-band",
  515. symbol: "none"
  516. },
  517. {
  518. name: "U",
  519. type: "line",
  520. data: this.loadY3,
  521. lineStyle: {
  522. opacity: 0
  523. },
  524. areaStyle: {
  525. color: "#ccc"
  526. },
  527. stack: "confidence-band",
  528. symbol: "none"
  529. },
  530. {
  531. type: "line",
  532. data: this.loadY1,
  533. hoverAnimation: false,
  534. symbolSize: 6,
  535. itemStyle: {
  536. color: "#0091FF"
  537. },
  538. showSymbol: false
  539. }
  540. ]
  541. });
  542. }
  543. }
  544. };
  545. </script>
  546. <style lang="scss" scoped>
  547. .snapshotss-box {
  548. .snapshotss-top {
  549. padding: 0 20px;
  550. display: flex;
  551. align-items: center;
  552. margin-bottom: 40px;
  553. .snapshotss-top-center {
  554. margin: 0 178px;
  555. }
  556. span {
  557. display: block;
  558. }
  559. span:nth-of-type(1) {
  560. height: 22px;
  561. font-size: 14px;
  562. color: rgba(100, 108, 115, 1);
  563. line-height: 19px;
  564. margin-bottom: 4px;
  565. }
  566. span:nth-of-type(2) {
  567. height: 28px;
  568. font-size: 20px;
  569. font-family: PingFangTC-Medium, PingFangTC;
  570. font-weight: 500;
  571. color: rgba(31, 36, 41, 1);
  572. line-height: 28px;
  573. }
  574. }
  575. .snapshotss-center1 {
  576. padding: 0 20px;
  577. margin-bottom: 20px;
  578. .snapshotss-center1-title {
  579. height: 24px;
  580. font-size: 16px;
  581. color: rgba(31, 36, 41, 1);
  582. line-height: 21px;
  583. margin-bottom: 14px;
  584. }
  585. .snapshotss-center1-content {
  586. display: flex;
  587. justify-content: space-between;
  588. align-items: center;
  589. .snapshotss-cont {
  590. border-radius: 4px;
  591. border: 1px solid rgba(238, 238, 238, 1);
  592. .snapshotss-cont-top {
  593. height: 40px;
  594. background: rgba(248, 249, 250, 1);
  595. border-radius: 4px;
  596. font-size: 16px;
  597. color: rgba(31, 36, 41, 1);
  598. line-height: 40px;
  599. padding-left: 20px;
  600. }
  601. .snapshotss-cont-bottom {
  602. padding: 14px 20px;
  603. .snapshotss-cont-bot-1 {
  604. display: flex;
  605. justify-content: space-between;
  606. align-items: center;
  607. margin-bottom: 4px;
  608. span {
  609. height: 32px;
  610. font-size: 20px;
  611. font-family: Persagy;
  612. color: rgba(31, 36, 41, 1);
  613. line-height: 29px;
  614. }
  615. span:nth-of-type(2) {
  616. margin: 0 20px;
  617. }
  618. }
  619. .snapshotss-cont-bot-2 {
  620. span {
  621. height: 22px;
  622. font-size: 14px;
  623. color: rgba(100, 108, 115, 1);
  624. line-height: 19px;
  625. }
  626. span:nth-of-type(2) {
  627. margin: 0 50px;
  628. }
  629. }
  630. }
  631. }
  632. }
  633. }
  634. .snapshotss-center2 {
  635. padding: 0 20px;
  636. margin-bottom: 44px;
  637. display: flex;
  638. align-items: center;
  639. justify-content: space-between;
  640. .snapshotss-cont2-box1,
  641. .snapshotss-cont2-box2 {
  642. height: 80px;
  643. background: url("../../assets/copy.png");
  644. background-size: 100% 100%;
  645. display: flex;
  646. align-items: center;
  647. padding-left: 24px;
  648. }
  649. .snapshotss-cont2-box1 {
  650. padding-right: 120px;
  651. span:nth-of-type(1) {
  652. height: 22px;
  653. font-size: 14px;
  654. color: rgba(100, 108, 115, 1);
  655. line-height: 19px;
  656. margin-right: 20px;
  657. }
  658. span:not(:first-child) {
  659. height: 28px;
  660. background: rgba(255, 255, 255, 1);
  661. border-radius: 16px;
  662. font-size: 14px;
  663. color: rgba(31, 36, 41, 1);
  664. display: flex;
  665. justify-content: space-between;
  666. align-items: center;
  667. padding: 0 6px 0 12px;
  668. margin-right: 20px;
  669. img {
  670. width: 20px;
  671. height: 20px;
  672. margin-left: 8px;
  673. }
  674. }
  675. .span1 {
  676. border: 1px solid rgba(52, 199, 36, 1);
  677. }
  678. .span2 {
  679. border: 1px solid rgba(245, 78, 69, 1);
  680. }
  681. }
  682. .snapshotss-cont2-box2 {
  683. span:nth-of-type(1),
  684. span:nth-of-type(3) {
  685. height: 22px;
  686. font-size: 14px;
  687. color: rgba(100, 108, 115, 1);
  688. line-height: 19px;
  689. margin-right: 16px;
  690. }
  691. span:nth-of-type(2),
  692. span:nth-of-type(4) {
  693. height: 32px;
  694. font-size: 24px;
  695. font-family: Persagy;
  696. color: rgba(31, 36, 41, 1);
  697. line-height: 29px;
  698. margin-right: 64px;
  699. }
  700. span:nth-of-type(3) {
  701. margin-right: 16px;
  702. }
  703. }
  704. }
  705. .snapshotss-foot {
  706. display: flex;
  707. justify-content: space-between;
  708. height: 300px;
  709. .leftL{
  710. flex:1;
  711. .leftLengend{
  712. text-align: center;
  713. margin-bottom: 10px;
  714. i{
  715. display: inline-block;
  716. width:16px;
  717. height: 6px;
  718. border-radius:3px;
  719. vertical-align: middle;
  720. }
  721. .innerIcon{
  722. background:rgba(0,214,185,1);
  723. margin: 0 20px;
  724. }
  725. .outIcon{
  726. background:rgba(0,145,255,1);
  727. }
  728. .innerMax{
  729. background:rgba(255,186,107,1);
  730. }
  731. }
  732. }
  733. .rightL{
  734. flex:1;
  735. .rightLengend{
  736. text-align: center;
  737. margin-bottom: 10px;
  738. i{
  739. display: inline-block;
  740. width:16px;
  741. height: 6px;
  742. border-radius:3px;
  743. vertical-align: middle;
  744. }
  745. .reactCool{
  746. background:rgba(0,214,185,1);
  747. }
  748. .preCool{
  749. background:rgba(0,145,255,1);
  750. opacity:0.29;
  751. margin-left:20px;
  752. }
  753. }
  754. }
  755. }
  756. }
  757. </style>