index.vue 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075
  1. <template>
  2. <div class="bodys">
  3. <div class="edge" v-if="Object.keys(monitorInfo).length">
  4. <div class="info" style="position: relative">
  5. <div class="info-wrapper">
  6. <!-- <div class="ps-info">
  7. <div class="ps-title">厂商名称:</div>
  8. <div class="ps-name">{{ otherInfo?.manufacturer }}</div>
  9. </div> -->
  10. <div class="ps-info" @click="handleXhClick(windInfo)">
  11. <div class="ps-title">设备型号:</div>
  12. <div class="ps-name">{{ otherInfo?.model }}</div>
  13. </div>
  14. </div>
  15. <div class="info-wrapper">
  16. <div class="info-title" :class="colorList[monitorInfo.status]">
  17. <span class="text">设备名称: {{ windname }}</span>
  18. </div>
  19. <div class="wt-alarm" @click="handleAlarm(wtid)">
  20. <i
  21. class="svg-icon svg-icon-sm"
  22. :class="'svg-icon-' + colorList[monitorInfo.status]"
  23. >
  24. <svgIcon svgid="svg-station-surveillance"></svgIcon>
  25. </i>
  26. <span :class="colorList[monitorInfo.status]">设备报警</span>
  27. </div>
  28. </div>
  29. <div class="info-item">
  30. 日发电量
  31. <div class="info-value">
  32. {{ Number(monitorInfo?.rfdl).toFixed(2) || "0" }}
  33. <div class="unit">kWh</div>
  34. </div>
  35. </div>
  36. </div>
  37. <div class="monitoring">
  38. <div class="monitoring-item">
  39. <div class="point point-left bottom"></div>
  40. <div class="point point-right bottom"></div>
  41. 监测信息
  42. </div>
  43. <div class="wind-info-list">
  44. <div class="wind-info">
  45. 风速
  46. <div class="wind-value">
  47. {{ Number(monitorInfo?.fs).toFixed(2) }}
  48. <div class="unit">m/s</div>
  49. </div>
  50. </div>
  51. <div class="wind-info">
  52. 风向
  53. <div class="wind-value">
  54. {{ Number(monitorInfo?.fx).toFixed(2) }}
  55. <div class="unit">°</div>
  56. </div>
  57. </div>
  58. <div class="wind-info">
  59. 实时功率
  60. <div class="wind-value">
  61. {{ Number(monitorInfo?.ssgl).toFixed(2) }}
  62. <div class="unit">kW</div>
  63. </div>
  64. </div>
  65. <div class="wind-info">
  66. 无功功率
  67. <div class="wind-value">
  68. {{ Number(monitorInfo?.wggl).toFixed(2) }}
  69. <div class="unit">kW</div>
  70. </div>
  71. </div>
  72. <div class="wind-info">
  73. 理论功率
  74. <div class="wind-value">
  75. {{ Number(monitorInfo?.llgl).toFixed(2) }}
  76. <div class="unit">kW</div>
  77. </div>
  78. </div>
  79. <div class="wind-info">
  80. 保证功率
  81. <div class="wind-value">
  82. {{ Number(monitorInfo?.bzgl).toFixed(2) }}
  83. <div class="unit">kW</div>
  84. </div>
  85. </div>
  86. <div class="wind-info">
  87. 叶轮转速
  88. <div class="wind-value">
  89. {{ Number(monitorInfo?.ylzs).toFixed(2) }}
  90. <div class="unit">rpm</div>
  91. </div>
  92. </div>
  93. <div class="wind-info">
  94. 故障损失
  95. <div class="wind-value">
  96. {{ Number(monitorInfo?.gzss).toFixed(2) }}
  97. <div class="unit">kWh</div>
  98. </div>
  99. </div>
  100. <div class="wind-info">
  101. 检修损失
  102. <div class="wind-value">
  103. {{ Number(monitorInfo?.jxss).toFixed(2) }}
  104. <div class="unit">kWh</div>
  105. </div>
  106. </div>
  107. <div class="wind-info">
  108. 限电损失
  109. <div class="wind-value">
  110. {{ Number(monitorInfo?.xdss).toFixed(2) }}
  111. <div class="unit">kWh</div>
  112. </div>
  113. </div>
  114. <div class="wind-info">
  115. 性能损失
  116. <div class="wind-value">
  117. {{ Number(monitorInfo?.xnss).toFixed(2) }}
  118. <div class="unit">kWh</div>
  119. </div>
  120. </div>
  121. <div class="wind-info">
  122. 受累损失
  123. <div class="wind-value">
  124. {{ Number(monitorInfo?.slss).toFixed(2) }}
  125. <div class="unit">kWh</div>
  126. </div>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. <div class="parts">
  132. <div class="part-top">
  133. <div class="part-title">
  134. <div
  135. class="title-item part-left"
  136. :class="{ active: current === 'fdj' }"
  137. @click="handleClick('fdj')"
  138. >
  139. 发电机
  140. </div>
  141. <div
  142. v-if="otherInfo?.model != 'XE100-2000'"
  143. class="title-item"
  144. :class="{ active: current === 'clx' }"
  145. @click="handleClick('clx')"
  146. >
  147. 齿轮箱
  148. </div>
  149. <div
  150. class="title-item"
  151. :class="{ active: current === 'bj' }"
  152. @click="handleClick('bj')"
  153. >
  154. 变桨
  155. </div>
  156. <div
  157. class="title-item"
  158. :class="{ active: current === 'ph' }"
  159. @click="handleClick('ph')"
  160. >
  161. 偏航
  162. </div>
  163. <div
  164. class="title-item"
  165. :class="{ active: current === 'yy' }"
  166. @click="handleClick('yy')"
  167. >
  168. 液压
  169. </div>
  170. <div
  171. class="title-item"
  172. :class="{ active: current === 'jc' }"
  173. @click="handleClick('jc')"
  174. >
  175. 机舱信息
  176. </div>
  177. <div
  178. class="title-item part-right"
  179. :class="{ active: current === 'qt' }"
  180. @click="handleClick('qt')"
  181. >
  182. 其他
  183. </div>
  184. </div>
  185. <div class="part-imgs" v-if="otherInfo?.model == 'XE100-2000'">
  186. <img
  187. class="wind-part"
  188. :style="{ width: flag ? '450px' : '500px' }"
  189. src="@assets/imgs/zqfj.png"
  190. />
  191. </div>
  192. <div class="part-imgs" v-else>
  193. <img
  194. v-if="current === 'fdj'"
  195. class="wind-part"
  196. :style="{ width: flag ? '650px' : '800px' }"
  197. src="@assets/imgs/fdj.png"
  198. />
  199. <img
  200. v-if="current === 'clx'"
  201. class="wind-part"
  202. :style="{ width: flag ? '650px' : '800px' }"
  203. src="@assets/imgs/clx.png"
  204. />
  205. <img
  206. v-if="current === 'bj'"
  207. class="wind-part"
  208. :style="{ width: flag ? '650px' : '800px' }"
  209. src="@assets/imgs/bj.png"
  210. />
  211. <img
  212. v-if="current === 'ph'"
  213. class="wind-part"
  214. :style="{ width: flag ? '650px' : '800px' }"
  215. src="@assets/imgs/ph.png"
  216. />
  217. <img
  218. v-if="current === 'yy'"
  219. class="wind-part"
  220. :style="{ width: flag ? '650px' : '800px' }"
  221. src="@assets/imgs/yy.png"
  222. />
  223. <img
  224. v-if="current === 'jc'"
  225. class="wind-part"
  226. :style="{ width: flag ? '650px' : '800px' }"
  227. src="@assets/imgs/jc.png"
  228. />
  229. <img
  230. v-if="current === 'qt'"
  231. class="wind-part"
  232. :style="{ width: flag ? '650px' : '800px' }"
  233. src="@assets/imgs/qt.png"
  234. />
  235. </div>
  236. </div>
  237. <div class="part-info">
  238. <div
  239. class="part-body"
  240. style="max-height: 220px"
  241. v-if="partDInfos.length"
  242. >
  243. <div class="monitoring-item">
  244. <div class="point point-left bottom"></div>
  245. <div class="point point-right bottom"></div>
  246. 遥信值
  247. </div>
  248. <div class="part-item">
  249. <div
  250. class="part"
  251. :class="{ active: index % 2 === 1 }"
  252. v-for="(val, index) in partDInfos"
  253. :key="index"
  254. >
  255. <div class="table-item" v-for="(item, ind) in val" :key="ind">
  256. <div>{{ item.name }}</div>
  257. <div
  258. class="table-value"
  259. :class="item.value == 1 ? 'round-red' : 'round'"
  260. ></div>
  261. </div>
  262. </div>
  263. </div>
  264. </div>
  265. <div
  266. class="part-body"
  267. style="max-height: 220px"
  268. v-if="partAInfos.length"
  269. >
  270. <div class="monitoring-item">
  271. <div class="point point-left bottom"></div>
  272. <div class="point point-right bottom"></div>
  273. 遥测值
  274. </div>
  275. <div class="part-item">
  276. <div
  277. class="part"
  278. :class="{ active: index % 2 === 1 }"
  279. v-for="(val, index) in partAInfos"
  280. :key="index"
  281. >
  282. <div class="table-item" v-for="(item, ind) in val" :key="ind">
  283. <div>{{ item.name }}</div>
  284. <div class="table-value">
  285. {{
  286. item.name.includes("状态")
  287. ? item.value
  288. : item.name == "总发电量"
  289. ? (item.value / 10000).toFixed(2)
  290. : Number(item.value).toFixed(2)
  291. }}
  292. <div v-if="item.valueUnit != 'NULL'" class="unit">
  293. {{ item.valueUnit }}
  294. </div>
  295. <div v-else class="unit"></div>
  296. </div>
  297. </div>
  298. </div>
  299. </div>
  300. </div>
  301. </div>
  302. </div>
  303. <alarmDialog ref="alarmDialog" />
  304. <powerAndSpeed ref="powerAndSpeed" :tabEvent="-1" />
  305. </div>
  306. </template>
  307. <script>
  308. import { GetWtPoints, GetPointsData } from "@/api/points/index.js";
  309. import powerAndSpeed from "@/components/powerAndSpeedSearch/index.vue";
  310. import {
  311. GetWtMonitorInfo,
  312. GetWtTelemeteryInfo,
  313. GetWtOtherInfo,
  314. } from "@/api/factoryMonitor/index.js";
  315. import svgIcon from "@/components/coms/icon/svg-icon.vue";
  316. import alarmDialog from "@/components/alarm";
  317. export default {
  318. name: "windDetail",
  319. data() {
  320. return {
  321. current: "fdj",
  322. windname: "",
  323. wtid: "",
  324. wpid: "",
  325. windInfo: {},
  326. monitorInfo: {},
  327. otherInfo: {},
  328. partAInfo: [],
  329. partDInfo: [],
  330. partAInfos: [],
  331. partDInfos: [],
  332. uniformcodesA: [],
  333. uniformcodesD: [],
  334. resA: [],
  335. resD: [],
  336. indexe: 0,
  337. videoTit: [],
  338. dialogVisible: false,
  339. reliable: {},
  340. colorList: ["blue", "green", "red", "orange", "pink", "write", "gray"],
  341. path: ["camera.png", "camera2.png"],
  342. count: 0,
  343. colorFlag: false,
  344. timer: "",
  345. times: "",
  346. };
  347. },
  348. components: { svgIcon, alarmDialog, powerAndSpeed },
  349. apiUrl: "",
  350. props: {
  351. wind: {
  352. type: Object,
  353. default: () => {},
  354. },
  355. flag: {
  356. type: Boolean,
  357. default: false,
  358. },
  359. },
  360. computed: {
  361. windSpeedRota() {
  362. let count = this.windStatus?.SSPJFS / 25;
  363. let result = Number((310 * count + 50).toFixed(0));
  364. if (result) {
  365. if (result > 310) {
  366. return "rotateZ(310deg)";
  367. } else {
  368. return "rotateZ(" + Number((310 * count + 50).toFixed(0)) + "deg)";
  369. }
  370. } else {
  371. return "rotateZ(50deg)";
  372. }
  373. },
  374. },
  375. mounted() {
  376. this.timer = setInterval(() => {
  377. if (Object.keys(this.windInfo).length) {
  378. this.getWtMonitorInfo(this.windInfo);
  379. this.getPointsData(this.resA, this.resD);
  380. }
  381. }, 5000);
  382. this.times = setInterval(() => {
  383. this.count++;
  384. if (this.count > 1) {
  385. this.count = 0;
  386. }
  387. }, 800);
  388. if (document.getElementById("ifrId")) {
  389. const oIframe = document.getElementById("ifrId");
  390. const deviceWidth = document.getElementById("ifVideo").offsetWidth;
  391. const deviceHeight = document.getElementById("ifVideo").offsetHeight;
  392. oIframe.style.width = deviceWidth + "px";
  393. oIframe.style.height = deviceHeight + "px";
  394. }
  395. },
  396. unmounted() {
  397. clearInterval(this.timer);
  398. this.timer = null;
  399. clearInterval(this.times);
  400. this.times = null;
  401. },
  402. watch: {
  403. wind: {
  404. handler() {
  405. if (Object.keys(this.wind).length) {
  406. this.start(this.wind);
  407. }
  408. },
  409. },
  410. $route: {
  411. handler(val) {
  412. if (
  413. val.path.includes("lightmatrix") ||
  414. val.path.includes("detailmatrix") ||
  415. val.path.includes("draughtFan")
  416. ) {
  417. this.colorFlag = true;
  418. }
  419. },
  420. immediate: true,
  421. },
  422. },
  423. methods: {
  424. handleXhClick(wind) {
  425. // console.log(wind);
  426. this.$refs.powerAndSpeed && this.$refs.powerAndSpeed.init(wind);
  427. },
  428. cancle() {
  429. this.windInfo = {};
  430. this.windname = "";
  431. this.wtid = "";
  432. this.current = "fdj";
  433. this.monitorInfo = {};
  434. this.partAInfo = [];
  435. this.partDInfo = [];
  436. this.partAInfos = [];
  437. this.partDInfos = [];
  438. this.uniformcodesA = [];
  439. this.uniformcodesD = [];
  440. this.resA = [];
  441. this.resD = [];
  442. },
  443. // 页面初始信息
  444. start(val) {
  445. if (Object.keys(val).length) {
  446. this.windInfo = val;
  447. this.windname = val.wtname;
  448. this.wtid = val.wtid;
  449. this.wpid = val.wpid;
  450. this.current = "fdj";
  451. this.getWtMonitorInfo(val);
  452. this.getWtOtherInfo(val);
  453. this.handleClick("fdj");
  454. } else {
  455. this.cancle();
  456. }
  457. },
  458. // 设备监测信息
  459. getWtMonitorInfo(val) {
  460. if (val.wtType == -1) {
  461. GetWtMonitorInfo({ wtid: val.wtid }).then(({ data }) => {
  462. this.monitorInfo = data.data;
  463. this.monitorInfo.rfdl =
  464. this.monitorInfo.rfdl < 0 ? 0 : this.monitorInfo.rfdl;
  465. // for(var key in this.monitorInfo){
  466. // this.monitorInfo[key]=this.monitorInfo[key] < 0 ? 0 : this.monitorInfo[key];
  467. // }
  468. });
  469. } else {
  470. this.monitorInfo = {};
  471. }
  472. },
  473. // 设备其他信息
  474. getWtOtherInfo(val) {
  475. GetWtOtherInfo({ wtid: val.wtid }).then((res) => {
  476. if (res.code == 200) {
  477. this.otherInfo = res.data;
  478. }
  479. });
  480. },
  481. // 查看各部位编码
  482. handleClick(val) {
  483. this.current = val;
  484. if (this.wtid) {
  485. this.getPartInfo();
  486. }
  487. },
  488. // 统一编码
  489. getPartInfo() {
  490. if (this.windInfo.wtType == -1) {
  491. if (this.wtid.length && this.current) {
  492. GetWtTelemeteryInfo({
  493. part: this.current,
  494. wtid: this.wtid,
  495. }).then(({ data }) => {
  496. // 拿到初始获取数据
  497. this.partAInfo = data.data.AI;
  498. this.partDInfo = data.data.DI;
  499. // 拿到数据的uniformcode集合
  500. this.uniformcodesD = this.partDInfo.length
  501. ? this.partDInfo.map((item) => item.uniformCode)
  502. : [];
  503. this.uniformcodesA = this.partAInfo.length
  504. ? this.partAInfo.map((item) => item.uniformCode)
  505. : [];
  506. // 获取测点数据
  507. this.getPointsIds();
  508. });
  509. }
  510. }
  511. },
  512. getPointsIds() {
  513. let pointsIdsA = new Promise((resolve, reject) => {
  514. GetWtPoints({
  515. wtid: this.wtid,
  516. uniformcodes: this.uniformcodesA,
  517. })
  518. .then(({ data }) => {
  519. resolve(data);
  520. })
  521. .catch((e) => {
  522. reject("发生错误");
  523. });
  524. });
  525. let pointsIdsD = new Promise((resolve, reject) => {
  526. GetWtPoints({
  527. wtid: this.wtid,
  528. uniformcodes: this.uniformcodesD,
  529. })
  530. .then(({ data }) => {
  531. resolve(data);
  532. })
  533. .catch((e) => {
  534. // 标记失败后给定某个数据
  535. reject("发生错误");
  536. });
  537. });
  538. Promise.all([pointsIdsA, pointsIdsD])
  539. .then((results) => {
  540. this.resA = results[0].data.length
  541. ? results[0].data.map((item) => (item != null ? item.nemCode : ""))
  542. : [];
  543. this.resD = results[1].data.length
  544. ? results[1].data.map((item) => (item != null ? item.nemCode : ""))
  545. : [];
  546. this.getPointsData(this.resA, this.resD);
  547. })
  548. .catch((e) => {
  549. console.log("error", e);
  550. });
  551. },
  552. getPointsData(pointsA, pointsD) {
  553. let pointsDataA = new Promise((resolve, reject) => {
  554. GetPointsData({
  555. pointIds: pointsA,
  556. })
  557. .then(({ data }) => {
  558. resolve(data);
  559. })
  560. .catch((e) => {
  561. // 标记失败后给定某个数据
  562. reject("发生错误");
  563. });
  564. });
  565. let pointsDataD = new Promise((resolve, reject) => {
  566. GetPointsData({
  567. pointIds: pointsD,
  568. })
  569. .then(({ data }) => {
  570. resolve(data);
  571. })
  572. .catch((e) => {
  573. // 标记失败后给定某个数据
  574. reject("发生错误");
  575. });
  576. });
  577. Promise.all([pointsDataA, pointsDataD])
  578. .then((results) => {
  579. let pointsInfoA = results[0].data.length ? results[0].data : [];
  580. let pointsInfoD = results[1].data.length ? results[1].data : [];
  581. let partAInfo = [];
  582. let partDInfo = [];
  583. let chunk = 4;
  584. this.partAInfo.forEach((item, index) => {
  585. pointsInfoA.forEach((i, ind) => {
  586. if (index == ind) {
  587. item.value = i.pointValueInDouble;
  588. }
  589. });
  590. });
  591. for (let i = 0, j = this.partAInfo.length; i < j; i += chunk) {
  592. partAInfo.push(this.partAInfo.slice(i, i + chunk));
  593. }
  594. this.partDInfo.forEach((item, index) => {
  595. pointsInfoD.forEach((i, ind) => {
  596. if (index == ind) {
  597. item.value = i.pointValueInDouble;
  598. }
  599. });
  600. });
  601. for (let m = 0, n = this.partDInfo.length; m < n; m += chunk) {
  602. partDInfo.push(this.partDInfo.slice(m, m + chunk));
  603. }
  604. this.partDInfos = partDInfo;
  605. this.partAInfos = partAInfo;
  606. })
  607. .catch((e) => {
  608. // 失败的时候则返回最先被reject失败状态的值
  609. console.log("error", e);
  610. });
  611. },
  612. //打开报警页面
  613. handleAlarm(id) {
  614. this.$refs.alarmDialog &&
  615. this.$refs.alarmDialog.openDialog(id, this.wpid, this.windInfo.wtType);
  616. },
  617. clickVideo(index) {
  618. this.indexe = index;
  619. },
  620. clivkFun() {
  621. this.dialogVisible = true;
  622. },
  623. },
  624. };
  625. </script>
  626. <style lang="less" scoped>
  627. .icLi {
  628. background: rgba(0, 70, 199, 0.1);
  629. border-radius: 20px;
  630. color: #b3b3b3;
  631. }
  632. .actives {
  633. background: rgba(0, 70, 199, 0.4);
  634. border-radius: 20px;
  635. color: #f5f7fa;
  636. }
  637. .bodys {
  638. display: flex;
  639. flex-direction: row;
  640. width: 100%;
  641. height: 100%;
  642. .edge {
  643. width: 400px;
  644. display: flex;
  645. height: 100%;
  646. flex-direction: column;
  647. //
  648. .info {
  649. width: 100%;
  650. flex: 0 0 auto;
  651. padding: 10px 15px;
  652. // background-color: rgba(11, 12, 12, 0.45);
  653. background-color: rgba(96, 103, 105, 0.2);
  654. border-radius: 5px;
  655. display: flex;
  656. flex-direction: column;
  657. .info-wrapper {
  658. display: flex;
  659. width: 100%;
  660. align-items: center;
  661. justify-content: space-between;
  662. margin-bottom: 10px;
  663. .ps-info {
  664. display: flex;
  665. align-items: center;
  666. margin-bottom: -5px;
  667. white-space: nowrap;
  668. color: #959595;
  669. font-size: 15px;
  670. &:nth-child(2) {
  671. cursor: pointer;
  672. &:hover,
  673. &:active {
  674. font-weight: 700;
  675. }
  676. }
  677. }
  678. }
  679. .info-title {
  680. width: 50%;
  681. height: 25px;
  682. font-size: 16px;
  683. font-family: Microsoft YaHei;
  684. font-weight: 400;
  685. display: flex;
  686. flex-direction: row;
  687. align-items: center;
  688. justify-content: center;
  689. white-space: nowrap;
  690. &.green {
  691. background-color: rgba(5, 187, 76, 0.2);
  692. // border: 1px solid #05bb4c;
  693. color: #05bb4c;
  694. }
  695. &.blue {
  696. background-color: rgba(0, 70, 199, 0.2);
  697. // border: 1px solid #3c88f7;
  698. color: #1c99ff;
  699. }
  700. &.pink {
  701. background-color: rgba(197, 48, 200, 0.2);
  702. // border: 1px solid #c530c8;
  703. color: #c530c8;
  704. }
  705. &.red {
  706. background-color: rgba(186, 50, 55, 0.2);
  707. // border: 1px solid #ba3237;
  708. color: #ba3237;
  709. }
  710. &.orange {
  711. background-color: rgba(225, 125, 36, 0.2);
  712. // border: 1px solid #e17d24;
  713. color: #e17d24;
  714. }
  715. &.write {
  716. background-color: rgba(255, 255, 255, 0.2);
  717. // border: 1px solid #ffffff;
  718. color: #ffffff;
  719. }
  720. &.gray {
  721. background-color: rgba(96, 103, 105, 0.2);
  722. // border: 1px solid #606769;
  723. color: #606769;
  724. }
  725. }
  726. .wt-alarm {
  727. font-family: Microsoft YaHei;
  728. font-weight: 400;
  729. span {
  730. margin-left: 5px;
  731. &.green {
  732. color: #05bb4c;
  733. }
  734. &.blue {
  735. color: #1c99ff;
  736. }
  737. &.pink {
  738. color: #c530c8;
  739. }
  740. &.red {
  741. color: #ba3237;
  742. }
  743. &.orange {
  744. color: #e17d24;
  745. }
  746. &.write {
  747. color: #ffffff;
  748. }
  749. &.gray {
  750. color: #606769;
  751. }
  752. }
  753. }
  754. .info-item {
  755. font-size: 24px;
  756. font-family: Adobe Heiti Std;
  757. font-weight: normal;
  758. color: #ffffff;
  759. display: flex;
  760. align-items: center;
  761. justify-content: space-between;
  762. }
  763. .info-value {
  764. display: flex;
  765. flex-direction: row;
  766. align-items: baseline;
  767. font-size: 40px;
  768. font-family: Arial;
  769. font-weight: 400;
  770. color: #05bb4c;
  771. white-space: nowrap;
  772. .unit {
  773. font-size: 24px;
  774. font-family: Adobe Heiti Std;
  775. font-weight: normal;
  776. // margin-right: 20px;
  777. }
  778. }
  779. }
  780. .monitoring {
  781. width: 100%;
  782. flex: 1 0 auto;
  783. background-color: rgba(96, 103, 105, 0.2);
  784. // background-color: rgba(11, 12, 12, 0.45);
  785. border-radius: 5px;
  786. margin-top: 10px;
  787. display: flex;
  788. flex-direction: column;
  789. align-items: center;
  790. }
  791. .wind-info-list {
  792. height: calc(100% - 42px);
  793. width: 100%;
  794. display: flex;
  795. flex-direction: column;
  796. }
  797. .wind-info {
  798. flex: 1 0 auto;
  799. display: flex;
  800. flex-direction: row;
  801. align-items: center;
  802. justify-content: space-between;
  803. width: 100%;
  804. padding: 0 10%;
  805. font-size: 14px;
  806. font-family: Source Han Sans SC;
  807. font-weight: 400;
  808. color: #959595;
  809. .wind-value {
  810. display: flex;
  811. flex-direction: row;
  812. align-items: baseline;
  813. font-size: 16px;
  814. font-family: Arial;
  815. font-weight: 400;
  816. color: #05bb4c;
  817. .unit {
  818. font-size: 12px;
  819. font-family: Source Han Sans SC;
  820. font-weight: 400;
  821. color: #959595;
  822. width: 40px;
  823. margin-left: 15px;
  824. }
  825. }
  826. }
  827. }
  828. .parts {
  829. width: calc(100% - 400px - 20px);
  830. margin-left: 20px;
  831. height: 100%;
  832. display: flex;
  833. flex-direction: column;
  834. align-items: center;
  835. justify-content: space-between;
  836. // position: relative;
  837. .part-top {
  838. flex: 1;
  839. width: 100%;
  840. text-align: center;
  841. }
  842. .part-title {
  843. width: 100%;
  844. height: 30px;
  845. display: flex;
  846. align-items: center;
  847. flex-direction: row;
  848. justify-content: center;
  849. .title-item {
  850. width: 140px;
  851. height: 100%;
  852. display: flex;
  853. align-items: center;
  854. color: #b3bdc0;
  855. justify-content: center;
  856. // background: rgba(67, 81, 107, 0.2);
  857. background: rgba(96, 103, 105, 0.2);
  858. border-left: 1px solid #3b6c53;
  859. border-top: 1px solid #3b6c53;
  860. border-bottom: 1px solid #3b6c53;
  861. &.part-left {
  862. border-radius: 15px 0px 0px 15px;
  863. }
  864. &.part-right {
  865. border-right: 1px solid #3b6c53;
  866. border-radius: 0px 15px 15px 0px;
  867. }
  868. &.active {
  869. // background-color: rgba(0, 70, 199, 0.4);
  870. background-color: rgba(0, 199, 19, 0.4);
  871. color: #ffffff;
  872. }
  873. }
  874. }
  875. .part-imgs {
  876. min-height: calc(100% - 30px);
  877. position: relative;
  878. }
  879. .wind-part {
  880. position: absolute;
  881. top: 50%;
  882. left: 50%;
  883. transform: translate(-50%, -50%);
  884. }
  885. .part-info {
  886. width: 100%;
  887. max-height: 440px;
  888. bottom: 0px;
  889. display: flex;
  890. flex-direction: column-reverse;
  891. [v-cloak] {
  892. display: none;
  893. }
  894. .part-body {
  895. width: 100%;
  896. padding-bottom: 20px;
  897. // background: rgba(11, 12, 12, 0.45);
  898. background: rgba(96, 103, 105, 0.2);
  899. border-radius: 5px;
  900. margin-top: 10px;
  901. display: flex;
  902. flex-direction: column;
  903. align-items: center;
  904. padding: 10px 0;
  905. .part-item {
  906. width: 100%;
  907. height: calc(100% - 42px);
  908. overflow-y: scroll;
  909. }
  910. .part {
  911. width: 100%;
  912. display: flex;
  913. flex-direction: row;
  914. margin-top: 5px;
  915. font-size: 13px;
  916. font-family: Source Han Sans SC;
  917. font-weight: 400;
  918. color: #959595;
  919. padding: 0 10px;
  920. .table-item {
  921. width: 25%;
  922. font-size: 12px;
  923. .table-value {
  924. display: flex;
  925. flex-direction: row;
  926. align-items: baseline;
  927. .unit {
  928. font-size: 12px;
  929. font-family: Source Han Sans SC;
  930. font-weight: 400;
  931. color: #817c7c;
  932. margin-left: 5px;
  933. width: 40px;
  934. }
  935. &.round {
  936. width: 8px;
  937. height: 8px;
  938. border-radius: 50%;
  939. background-color: #05bb4c;
  940. margin-right: 90px;
  941. }
  942. &.round-red {
  943. width: 8px;
  944. height: 8px;
  945. border-radius: 50%;
  946. background-color: red;
  947. margin-right: 90px;
  948. }
  949. }
  950. }
  951. &.active {
  952. background-color: rgba(83, 89, 104, 0.15);
  953. }
  954. }
  955. }
  956. }
  957. }
  958. }
  959. .monitoring-item {
  960. position: relative;
  961. width: 98%;
  962. height: 42px;
  963. border-bottom: 1px solid #363b46;
  964. display: flex;
  965. align-items: center;
  966. padding-left: 20px;
  967. font-size: 16px;
  968. font-family: Microsoft YaHei;
  969. font-weight: 400;
  970. color: #ffffff;
  971. }
  972. .point {
  973. width: 8px;
  974. height: 1px;
  975. background-color: #ffffff;
  976. position: absolute;
  977. &.point-left {
  978. left: 0;
  979. }
  980. &.point-right {
  981. right: 0;
  982. }
  983. &.top {
  984. top: -1px;
  985. }
  986. &.bottom {
  987. bottom: -1px;
  988. }
  989. }
  990. .points {
  991. width: 1px;
  992. height: 8px;
  993. background-color: #ffffff;
  994. position: absolute;
  995. &.point-left {
  996. left: 0;
  997. }
  998. &.point-right {
  999. right: 0;
  1000. }
  1001. &.top {
  1002. top: -1px;
  1003. }
  1004. &.bottom {
  1005. bottom: -1px;
  1006. }
  1007. }
  1008. .table-item {
  1009. display: flex;
  1010. flex-direction: row;
  1011. align-items: center;
  1012. justify-content: space-between;
  1013. width: 100%;
  1014. height: 33px;
  1015. font-size: 12px;
  1016. font-family: Microsoft YaHei;
  1017. font-weight: 400;
  1018. color: #b3b3b3;
  1019. padding: 0 0px;
  1020. .table-value {
  1021. font-family: Arial;
  1022. font-weight: 400;
  1023. color: #05bb4c;
  1024. margin-right: 25px;
  1025. }
  1026. }
  1027. </style>