LightMatrix1.vue 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239
  1. <template>
  2. <div
  3. :class="$store.state.themeName === 'dark' ? 'dark-matrix' : 'light-matrix'"
  4. >
  5. <Row class="panel-2" type="">
  6. <Col :span="12" class="left-50-16">
  7. <div class="panel">
  8. <div class="dot left top"></div>
  9. <div class="dot left bottom"></div>
  10. <!-- <div class="dot right top"></div>
  11. <div class="dot right bottom"></div> -->
  12. <div class="item">
  13. <!-- @click="handleClick()" -->
  14. <div class="loop"></div>
  15. <span class="svg-icon svg-icon-gray svg-icon-md">
  16. <SvgIcon svgid="svg-wind-site"></SvgIcon>
  17. </span>
  18. </div>
  19. <div class="item Add" @click="changeShow('jrfj_FDC', null)">
  20. <div class="curStyle">
  21. <div>接入风机(台)</div>
  22. <div>{{ sourceMap.fcjrnum || "0" }}</div>
  23. </div>
  24. </div>
  25. <div class="item green" @click="changeShow('yx_FDC', 1)">
  26. <div class="curStyle">
  27. <div>· 运行(台)</div>
  28. <div>{{ sourceMap.fcyxnum || "0" }}</div>
  29. </div>
  30. </div>
  31. <div class="item blue" @click="changeShow('dj_FDC', 0)">
  32. <div class="curStyle">
  33. <div>· 待机(台)</div>
  34. <div>{{ sourceMap.fcdjnum || "0" }}</div>
  35. </div>
  36. </div>
  37. <div class="item pink" @click="changeShow('xd_FDC', 5)">
  38. <div class="curStyle">
  39. <div>· 限电(台)</div>
  40. <div>{{ sourceMap.fcxdnum || "0" }}</div>
  41. </div>
  42. </div>
  43. <div class="item red" @click="changeShow('gz_FDC', 2)">
  44. <div class="curStyle">
  45. <div>· 故障(台)</div>
  46. <div>{{ sourceMap.fcgznum || "0" }}</div>
  47. </div>
  48. </div>
  49. <div class="item orange" @click="changeShow('jx_FDC', 4)">
  50. <div class="curStyle">
  51. <div>· 检修(台)</div>
  52. <div>{{ sourceMap.fcwhnum || "0" }}</div>
  53. </div>
  54. </div>
  55. <div class="item write" @click="changeShow('sl_FDC', 6)">
  56. <div class="curStyle">
  57. <div>· 受累(台)</div>
  58. <div>{{ sourceMap.fcslnum || "0" }}</div>
  59. </div>
  60. </div>
  61. <div class="item gray" @click="changeShow('lx_FDC', 3)">
  62. <div class="curStyle">
  63. <div>· 离线(台)</div>
  64. <div>{{ sourceMap.fclxnum || "0" }}</div>
  65. </div>
  66. </div>
  67. </div>
  68. </Col>
  69. <Col :span="12" class="left-50-16">
  70. <div class="panel">
  71. <div class="dot left top"></div>
  72. <div class="dot left bottom"></div>
  73. <!-- <div class="dot right top"></div>
  74. <div class="dot right bottom"></div> -->
  75. <div class="item">
  76. <div class="loop"></div>
  77. <span class="svg-icon svg-icon-gray svg-icon-md">
  78. <SvgIcon
  79. :svgid="'svg-photovoltaic'"
  80. style="margin: 3px 0px -3px 1px"
  81. ></SvgIcon>
  82. </span>
  83. </div>
  84. <div class="item Add" @click="changeShow('jrfj1_GDC', null)">
  85. <div class="curStyle">
  86. <div>逆变器(台)</div>
  87. <div>{{ sourceMap.gfjrnum || "0" }}</div>
  88. </div>
  89. </div>
  90. <div class="item green" @click="changeShow('yx1_GDC', 1)">
  91. <div class="curStyle">
  92. <div>· 运行(台)</div>
  93. <div>{{ sourceMap.gfyxnum || "0" }}</div>
  94. </div>
  95. </div>
  96. <div class="item blue" @click="changeShow('dj1_GDC', 0)">
  97. <div class="curStyle">
  98. <div>· 待机(台)</div>
  99. <div>{{ sourceMap.gfdjnum || "0" }}</div>
  100. </div>
  101. </div>
  102. <div class="item pink" @click="changeShow('xd1_GDC', 5)">
  103. <div class="curStyle">
  104. <div>· 限电(台)</div>
  105. <div>{{ sourceMap.gfxdnum || "0" }}</div>
  106. </div>
  107. </div>
  108. <div class="item red" @click="changeShow('gz1_GDC', 2)">
  109. <div class="curStyle">
  110. <div>· 故障(台)</div>
  111. <div>{{ sourceMap.gfgznum || "0" }}</div>
  112. </div>
  113. </div>
  114. <div class="item orange" @click="changeShow('jx1_GDC', 4)">
  115. <div class="curStyle">
  116. <div>· 检修(台)</div>
  117. <div>{{ sourceMap.gfwhnum || "0" }}</div>
  118. </div>
  119. </div>
  120. <div class="item write" @click="changeShow('sl1_GDC', 6)">
  121. <div class="curStyle">
  122. <div>· 受累(台)</div>
  123. <div>{{ sourceMap.gfslnum || "0" }}</div>
  124. </div>
  125. </div>
  126. <div class="item gray curStyle" @click="changeShow('lx1_GDC', 3)">
  127. <div class="curStyle">
  128. <div>· 离线(台)</div>
  129. <div>{{ sourceMap.gflxnum || "0" }}</div>
  130. </div>
  131. </div>
  132. </div>
  133. </Col>
  134. </Row>
  135. <el-scrollbar>
  136. <div class="panel-box">
  137. <!-- <box-select node=".card" @selectList="selectList"> -->
  138. <div
  139. v-for="(pItem, pIndex) in sourceMap.fjmap"
  140. :key="pIndex"
  141. style="margin-bottom: 10px"
  142. >
  143. <div
  144. class="panel-title"
  145. v-if="sourceMap.fjmap[pIndex][0].wpId.includes('FDC')"
  146. :style="
  147. $store.state.themeName === 'light'
  148. ? 'background-color: #ffffff;border-bottom: 1px solid #B3BDC0;height: 28px;border-top-right-radius: 10px; border-top-left-radius: 10px;'
  149. : ''
  150. "
  151. >
  152. <div class="panel-title-name">
  153. <i class="svg-icon svg-icon-sm svg-icon-green">
  154. <SvgIcon :svgid="'svg-wind-site'"></SvgIcon>
  155. </i>
  156. <div>
  157. {{
  158. sourceMap.fczbmap[sourceMap.fjmap[pIndex][0].wpId].name ||
  159. "------"
  160. }}
  161. </div>
  162. <div
  163. class="sub-title-item"
  164. v-for="(fcItem, fcIndex) in fcStateArray"
  165. :key="fcIndex"
  166. >
  167. <div class="sub-title">{{ fcItem.text }}</div>
  168. <div
  169. v-if="fcItem.key === 'sjgl'"
  170. class="sub-count"
  171. :class="fcItem.color"
  172. >
  173. {{
  174. (
  175. sourceMap.fczbmap[sourceMap.fjmap[pIndex][0].wpId][
  176. fcItem.key
  177. ] / 1000
  178. ).toFixed(1) || "0"
  179. }}
  180. </div>
  181. <div v-else class="sub-count" :class="fcItem.color">
  182. {{
  183. fcItem.type
  184. ? sourceMap.fczbmap[sourceMap.fjmap[pIndex][0].wpId][
  185. fcItem.key
  186. ]
  187. ? sourceMap.fczbmap[sourceMap.fjmap[pIndex][0].wpId][
  188. fcItem.key
  189. ].toFixed(1)
  190. : "0"
  191. : sourceMap.fczbmap[sourceMap.fjmap[pIndex][0].wpId][
  192. fcItem.key
  193. ]
  194. }}
  195. </div>
  196. </div>
  197. </div>
  198. </div>
  199. <div
  200. class="panel-title"
  201. v-if="sourceMap.fjmap[pIndex][0].wpId.includes('GDC')"
  202. :style="
  203. $store.state.themeName === 'light'
  204. ? 'background-color: #ffffff;border-bottom: 1px solid #B3BDC0;height: 36px;display: flex; border-top-right-radius: 10px; border-top-left-radius: 10px;'
  205. : ''
  206. "
  207. >
  208. <div class="panel-title-name">
  209. <i class="svg-icon svg-icon-sm svg-icon-green">
  210. <SvgIcon :svgid="'svg-wind-site'"></SvgIcon>
  211. </i>
  212. <div>
  213. {{
  214. sourceMap.fczbmap[sourceMap.fjmap[pIndex][0].wpId].name ||
  215. "------"
  216. }}
  217. </div>
  218. <div
  219. class="sub-title-item"
  220. v-for="(fcItem, fcIndex) in fcStateArray1"
  221. :key="fcIndex"
  222. >
  223. <div class="sub-title">{{ fcItem.text }}</div>
  224. <div class="sub-count" :class="fcItem.color">
  225. {{
  226. fcItem.type
  227. ? sourceMap.fczbmap[sourceMap.fjmap[pIndex][0].wpId][
  228. fcItem.key
  229. ]
  230. ? sourceMap.fczbmap[sourceMap.fjmap[pIndex][0].wpId][
  231. fcItem.key
  232. ].toFixed(1)
  233. : "0"
  234. : sourceMap.fczbmap[sourceMap.fjmap[pIndex][0].wpId][
  235. fcItem.key
  236. ]
  237. }}
  238. </div>
  239. </div>
  240. </div>
  241. </div>
  242. <div class="panel-body">
  243. <div
  244. class="card"
  245. v-for="(cItem, cIndex) of pItem"
  246. :key="cIndex"
  247. v-show="cItem.isShow"
  248. :class="cItem.active ? `on_${cItem.color}` : cItem.color"
  249. :id="cItem.wtId"
  250. @click="goDetails(cItem)"
  251. >
  252. <!-- @dblclick="goDetails(cItem)"
  253. @click="handleChoose(cItem.wtId)" -->
  254. {{ cItem.wtId.substring(cItem.wtId.length - 3) }}
  255. </div>
  256. <!-- </div> -->
  257. <!-- 站位用 保证卡片布局最后一行不会有问题 -->
  258. <i class="blank" v-for="i in 40" :key="i"></i>
  259. </div>
  260. </div>
  261. <!-- </box-select> -->
  262. </div>
  263. </el-scrollbar>
  264. </div>
  265. <Dialog v-model="detialDisplay" :wpId="stationId" :wtId="windId"></Dialog>
  266. <!-- <GFDialog v-model="gfdetialDisplay" :wtId="windId"></GFDialog> -->
  267. <Contrast v-model="contrastDisplay" ref="contrast" />
  268. </template>
  269. <script>
  270. import Row from "@/components/coms/grid/row.vue";
  271. import Col from "@/components/coms/grid/col.vue";
  272. import SvgIcon from "@com/coms/icon/svg-icon.vue";
  273. import Dialog from "@/components/dialog/index.vue";
  274. import GFDialog from "@/components/dialog/gfIndex.vue";
  275. import Contrast from "./components/contrast.vue";
  276. import api from "@api/cockpit/matrix/index.js";
  277. import util from "@/helper/util.js";
  278. import store from "@store/index.js";
  279. import { isNumber } from "util";
  280. import { setInterval, clearInterval } from "timers";
  281. import boxSelect from "@/components/utils/boxSelect.vue";
  282. export default {
  283. // 名称
  284. name: "LightMatrix1",
  285. // 使用组件
  286. components: {
  287. Row,
  288. Col,
  289. SvgIcon,
  290. Dialog,
  291. GFDialog,
  292. boxSelect,
  293. Contrast,
  294. },
  295. // 数据
  296. data() {
  297. return {
  298. timmer: null, // 计时器
  299. sourceMap: {}, // 核心数据
  300. fillCategory: null, // 过滤条件
  301. fillFjzt: null, // 过滤条件
  302. detialDisplay: false,
  303. gfdetialDisplay: false,
  304. stationId: "",
  305. windId: "",
  306. contrastDisplay: false,
  307. fcStateArray: [
  308. {
  309. text: "接入台数(台)",
  310. color: "",
  311. key: "jrts",
  312. },
  313. {
  314. text: "待机台数(台)",
  315. color: "blue",
  316. key: "djts",
  317. },
  318. {
  319. text: "并网台数(台)",
  320. color: "green",
  321. key: "yxts",
  322. },
  323. {
  324. text: "限电台数(台)",
  325. color: "pink",
  326. key: "xdts",
  327. },
  328. {
  329. text: "故障台数(台)",
  330. color: "red",
  331. key: "gzts",
  332. },
  333. {
  334. text: "检修台数(台)",
  335. color: "orange",
  336. key: "whts",
  337. },
  338. {
  339. text: "受累台数(台)",
  340. color: "black",
  341. key: "slts",
  342. },
  343. {
  344. text: "离线台数(台)",
  345. color: "gray",
  346. key: "lxts",
  347. },
  348. {
  349. text: "风速(m/s)",
  350. color: "gray1",
  351. key: "ssfs",
  352. type: "a",
  353. },
  354. // {
  355. // text: "预测功率",
  356. // color: "gray1",
  357. // key: "ycgl",
  358. // },
  359. {
  360. text: "保证功率(MW)",
  361. color: "gray1",
  362. key: "bzgl",
  363. type: "a",
  364. },
  365. {
  366. text: "应发功率(MW)",
  367. color: "gray1",
  368. key: "yfgl",
  369. type: "a",
  370. },
  371. {
  372. text: "实际功率(MW)",
  373. color: "gray1",
  374. key: "sjgl",
  375. type: "a",
  376. },
  377. {
  378. text: "AGC指令(MW)",
  379. color: "gray1",
  380. key: "agcygsd",
  381. type: "a",
  382. },
  383. {
  384. text: "出线功率(MW)",
  385. color: "gray1",
  386. key: "agccxyg",
  387. type: "a",
  388. },
  389. ],
  390. fcStateArray1: [
  391. {
  392. text: "接入台数(台)",
  393. color: "",
  394. key: "jrts",
  395. },
  396. {
  397. text: "待机台数(台)",
  398. color: "blue",
  399. key: "djts",
  400. },
  401. {
  402. text: "并网台数(台)",
  403. color: "green",
  404. key: "yxts",
  405. },
  406. {
  407. text: "限电台数(台)",
  408. color: "purple",
  409. key: "xdts",
  410. },
  411. {
  412. text: "故障台数(台)",
  413. color: "red",
  414. key: "gzts",
  415. },
  416. {
  417. text: "检修台数(台)",
  418. color: "orange",
  419. key: "whts",
  420. },
  421. {
  422. text: "受累台数(台)",
  423. color: "write",
  424. key: "slts",
  425. },
  426. {
  427. text: "离线台数(台)",
  428. color: "gray",
  429. key: "lxts",
  430. },
  431. {
  432. text: "日照强度W/㎡",
  433. color: "gray1",
  434. key: "ssfs",
  435. type: "a",
  436. },
  437. // {
  438. // text: "预测功率",
  439. // color: "gray",
  440. // key: "ycgl",
  441. // },
  442. {
  443. text: "保证功率(MW)",
  444. color: "gray1",
  445. key: "bzgl",
  446. type: "a",
  447. },
  448. {
  449. text: "应发功率(MW)",
  450. color: "gray1",
  451. key: "yfgl",
  452. type: "a",
  453. },
  454. {
  455. text: "实际功率(MW)",
  456. color: "gray1",
  457. key: "sjgl",
  458. type: "a",
  459. },
  460. {
  461. text: "AGC指令(MW)",
  462. color: "gray1",
  463. key: "agcygsd",
  464. type: "a",
  465. },
  466. {
  467. text: "出线功率(MV)",
  468. color: "gray1",
  469. key: "agccxyg",
  470. type: "a",
  471. },
  472. ],
  473. chooseList: [],
  474. };
  475. },
  476. // 函数
  477. methods: {
  478. // 根据风机状态码返回对应 class
  479. getColor(fjzt) {
  480. switch (fjzt) {
  481. case 0:
  482. return "blue";
  483. case 1:
  484. return "green";
  485. case 2:
  486. return "red";
  487. case 3:
  488. return "gray";
  489. case 4:
  490. return "orange";
  491. case 5:
  492. return "pink";
  493. case 6:
  494. return "write";
  495. }
  496. },
  497. // 切换显示种类
  498. changeShow(category, fjzt, skipFill) {
  499. // if (!skipFill) {
  500. // if (this.fillCategory === category) {
  501. // this.fillCategory = null;
  502. // this.fillFjzt = null;
  503. // } else {
  504. this.fillCategory = category;
  505. this.fillFjzt = fjzt;
  506. // }
  507. // }
  508. let fjmap = this.BASE.deepCopy(this.sourceMap.fjmap);
  509. fjmap.forEach((pEle) => {
  510. pEle.forEach((cEle) => {
  511. cEle.isShow = true;
  512. if (!this.fillCategory) {
  513. cEle.isShow = true;
  514. // cEle.isShow=false;
  515. } else if (fjzt !== null) {
  516. cEle.fjzt === fjzt ? (cEle.isShow = true) : (cEle.isShow = false);
  517. }
  518. });
  519. });
  520. this.sourceMap.fjmap = fjmap;
  521. },
  522. // 请求服务
  523. requestData(showLoading) {
  524. api.matrixPush(showLoading).then((res) => {
  525. if (res) {
  526. let sourceMap = res.data;
  527. let fjmap = [];
  528. for (let key in sourceMap) {
  529. if (key !== "fczbmap" && key !== "fjmap") {
  530. sourceMap[key] += "";
  531. } else if (key === "fjmap") {
  532. sourceMap[key].forEach((pItem) => {
  533. pItem.forEach((cItem) => {
  534. cItem.color = this.getColor(cItem.fjzt);
  535. cItem.isShow = true;
  536. cItem.active = false;
  537. cItem.active = this.chooseList.filter(
  538. (val) => val.wtId === cItem.wtId
  539. )[0]
  540. ? true
  541. : false;
  542. });
  543. });
  544. }
  545. }
  546. console.log(this.sourceMap);
  547. this.sourceMap = sourceMap;
  548. if (this.fillCategory) {
  549. this.changeShow(this.fillCategory, this.fillFjzt, true);
  550. }
  551. } else {
  552. this.sourceMap = {};
  553. }
  554. });
  555. },
  556. // 查看风机详情
  557. goDetails(item) {
  558. if (item.wpId.indexOf("FDC") !== -1) {
  559. this.detialDisplay = true;
  560. this.stationId = item.wpId;
  561. this.windId = item.wtId;
  562. } else {
  563. // this.gfdetialDisplay = true
  564. // this.windId = item.wtId;
  565. }
  566. },
  567. selectList(val) {
  568. val.forEach((item) => {
  569. this.handleChoose(item.id);
  570. });
  571. },
  572. handleChoose(value) {
  573. this.sourceMap.fjmap.forEach((val) => {
  574. val.forEach((item) => {
  575. if (item.wtId === value) {
  576. if (item.active) {
  577. let showIndex = null;
  578. this.chooseList.forEach((res, index) => {
  579. if (res.wtId === item.wtId) {
  580. showIndex = index;
  581. }
  582. });
  583. this.chooseList.splice(showIndex, 1);
  584. } else {
  585. this.chooseList.push(item);
  586. }
  587. item.active = !item.active;
  588. }
  589. });
  590. });
  591. },
  592. handleClick() {
  593. this.contrastDisplay = true;
  594. this.$refs.contrast.handleSearch(this.chooseList);
  595. },
  596. },
  597. created() {
  598. let that = this;
  599. that.$nextTick(() => {
  600. that.requestData(true);
  601. that.timmer = setInterval(() => {
  602. that.requestData(false);
  603. }, that.$store.state.websocketTimeSec);
  604. });
  605. },
  606. unmounted() {
  607. clearInterval(this.timmer);
  608. this.timmer = null;
  609. },
  610. };
  611. </script>
  612. <style lang="less" scoped>
  613. @panelHeight: 6.481vh;
  614. @titleHeight: 2.7778vh;
  615. .light-matrix {
  616. // width: calc(100% - 1.111vh);
  617. height: calc(100vh - 7.222vh);
  618. display: flex;
  619. flex-direction: column;
  620. .panel-2 {
  621. .left-50-16 {
  622. width: calc(50% - 0.741vh);
  623. }
  624. }
  625. .panel {
  626. width: 100%;
  627. border: 0.093vh solid @darkgray;
  628. position: relative;
  629. padding: 0.7407vh 1.4815vh;
  630. background-color: fade(@darkgray, 20%);
  631. display: flex;
  632. .dot {
  633. width: 0.185vh;
  634. height: 0.185vh;
  635. border-radius: 50%;
  636. background-color: @write;
  637. position: absolute;
  638. &.left {
  639. left: 0.37vh;
  640. }
  641. &.right {
  642. right: 0.37vh;
  643. }
  644. &.top {
  645. top: 0.37vh;
  646. }
  647. &.bottom {
  648. bottom: 0.37vh;
  649. }
  650. }
  651. .item {
  652. flex: 1;
  653. display: flex;
  654. align-items: center;
  655. justify-content: center;
  656. flex-direction: column;
  657. color: @write;
  658. position: relative;
  659. .loop {
  660. position: absolute;
  661. width: 4.444vh;
  662. height: 4.444vh;
  663. border-radius: 50%;
  664. border: 0.093vh solid @darkgray;
  665. background-color: fade(@darkgray, 20);
  666. left: calc(50% - 2.222vh);
  667. top: calc(50% - 2.222vh);
  668. }
  669. &.Add {
  670. color: #0d1e1c;
  671. font-weight: 700;
  672. }
  673. &.write {
  674. color: #0d1e1c;
  675. }
  676. &.green {
  677. color: @green;
  678. }
  679. &.blue {
  680. color: @darkBlue;
  681. }
  682. &.pink {
  683. color: @pink;
  684. }
  685. &.red {
  686. color: @red;
  687. }
  688. &.orange {
  689. color: @orange;
  690. }
  691. &.gray {
  692. color: @gray !important;
  693. font-weight: 500 !important;
  694. }
  695. div {
  696. line-height: 2.222vh;
  697. &:first-child {
  698. font-size: @fontsize-s;
  699. }
  700. &:last-child {
  701. font-size: @fontsize;
  702. font-family: "Bicubik";
  703. }
  704. }
  705. }
  706. .item2 {
  707. flex: 1;
  708. display: flex;
  709. width: 20%;
  710. flex-wrap: wrap;
  711. .name {
  712. color: @gray;
  713. width: 50%;
  714. text-align: center;
  715. }
  716. .num2 {
  717. width: 50%;
  718. color: @yellow;
  719. text-align: left;
  720. }
  721. .num1 {
  722. width: 50%;
  723. color: @yellow;
  724. text-align: center;
  725. position: relative;
  726. &::after {
  727. content: "";
  728. position: absolute;
  729. width: 1.481vh;
  730. height: 0.556vh;
  731. background-color: @yellow;
  732. left: 1.204vh;
  733. top: 0.741vh;
  734. }
  735. }
  736. .num3 {
  737. width: 50%;
  738. color: @yellow;
  739. text-align: left;
  740. }
  741. }
  742. }
  743. .panel-box {
  744. margin-top: 1.481vh;
  745. flex-grow: 1;
  746. .panel-title {
  747. width: 100%;
  748. height: @titleHeight;
  749. line-height: @titleHeight;
  750. background-color: fade(@darkgray, 40%);
  751. .panel-title-name {
  752. font-size: @fontsize-s;
  753. color: @green;
  754. display: flex;
  755. align-items: center;
  756. padding: 0 16px;
  757. i {
  758. margin-right: 0.7407vh;
  759. }
  760. .sub-title-item {
  761. display: flex;
  762. flex: 1;
  763. justify-content: center;
  764. align-items: center;
  765. margin-left: 1px;
  766. .sub-title {
  767. flex: 0 0 auto;
  768. color: @gray;
  769. font-size: 12px;
  770. margin: 0 0.556vh 0 1.481vh;
  771. font-weight: bold;
  772. }
  773. .sub-count {
  774. flex: 1 0 auto;
  775. font-size: 14px;
  776. font-family: "Bicubik";
  777. font-weight: 500;
  778. &.write {
  779. color: @write;
  780. }
  781. &.green {
  782. color: @green;
  783. }
  784. &.blue {
  785. color: @darkBlue;
  786. }
  787. &.pink {
  788. color: @pink;
  789. }
  790. &.red {
  791. color: @red;
  792. }
  793. &.orange {
  794. color: @orange;
  795. }
  796. &.gray {
  797. color: @gray;
  798. }
  799. }
  800. }
  801. }
  802. }
  803. .panel-body {
  804. height: calc(100% - 7.407vh);
  805. padding: 0.3704vh;
  806. width: 100%;
  807. display: flex;
  808. flex-direction: row;
  809. flex-wrap: wrap;
  810. justify-content: space-between;
  811. justify-content: flex-start;
  812. .blank {
  813. margin-right: 2px;
  814. flex: 1 0 40px;
  815. }
  816. .card {
  817. margin-right: 2px;
  818. margin-top: 2px;
  819. flex: 1 0 40px;
  820. cursor: pointer;
  821. }
  822. .card {
  823. border-radius: 0.37vh;
  824. padding: 0.185vh 0.3704vh;
  825. text-align: center;
  826. border: 0.093vh solid;
  827. font-size: 12px;
  828. &.write {
  829. color: @write;
  830. border-color: @black;
  831. background-color: @black;
  832. }
  833. &.green {
  834. border-color: @green;
  835. color: #ffffff !important;
  836. background-color: #24a13a;
  837. }
  838. &.blue {
  839. color: #ffffff;
  840. background-color: #00a5db;
  841. border-color: @darkBlue;
  842. }
  843. &.pink {
  844. color: #ffffff;
  845. background-color: #b10e7e;
  846. border-color: @pink;
  847. }
  848. &.red {
  849. color: @write;
  850. border-color: @red;
  851. background-color: @red;
  852. }
  853. &.orange {
  854. color: #ffffff;
  855. background-color: #ff7800;
  856. border-color: @orange;
  857. }
  858. &.gray {
  859. color: #fff !important;
  860. background-color: #929ca3;
  861. border-color: @darkgray;
  862. }
  863. }
  864. }
  865. }
  866. .curStyle {
  867. cursor: pointer;
  868. text-align: center;
  869. }
  870. }
  871. // ---------------------------------------------------------------------------
  872. .dark-matrix {
  873. // width: calc(100% - 1.111vh);
  874. height: calc(100vh - 7.222vh);
  875. display: flex;
  876. flex-direction: column;
  877. user-seletct: none;
  878. -webkit-user-seletct: none;
  879. -moz-user-seletct: none;
  880. -ms-user-seletct: none;
  881. .panel-2 {
  882. .left-50-16 {
  883. width: calc(50% - 0.741vh);
  884. }
  885. }
  886. .panel {
  887. width: 100%;
  888. border: 0.093vh solid @darkgray;
  889. position: relative;
  890. padding: 0.7407vh 1.4815vh;
  891. background-color: fade(@darkgray, 20%);
  892. display: flex;
  893. .dot {
  894. width: 0.185vh;
  895. height: 0.185vh;
  896. border-radius: 50%;
  897. background-color: @write;
  898. position: absolute;
  899. &.left {
  900. left: 0.37vh;
  901. }
  902. &.right {
  903. right: 0.37vh;
  904. }
  905. &.top {
  906. top: 0.37vh;
  907. }
  908. &.bottom {
  909. bottom: 0.37vh;
  910. }
  911. }
  912. .item {
  913. flex: 1;
  914. display: flex;
  915. align-items: center;
  916. justify-content: center;
  917. flex-direction: column;
  918. color: @write;
  919. position: relative;
  920. .loop {
  921. position: absolute;
  922. width: 4.444vh;
  923. height: 4.444vh;
  924. border-radius: 50%;
  925. border: 0.093vh solid @darkgray;
  926. background-color: fade(@darkgray, 20);
  927. left: calc(50% - 2.222vh);
  928. top: calc(50% - 2.222vh);
  929. }
  930. &.write {
  931. color: @write;
  932. }
  933. &.green {
  934. color: @green;
  935. }
  936. &.blue {
  937. color: @darkBlue;
  938. }
  939. &.pink {
  940. color: @pink;
  941. }
  942. &.red {
  943. color: @red;
  944. }
  945. &.orange {
  946. color: @orange;
  947. }
  948. &.gray {
  949. color: @gray;
  950. }
  951. div {
  952. line-height: 2.222vh;
  953. &:first-child {
  954. font-size: @fontsize-s;
  955. }
  956. &:last-child {
  957. font-size: @fontsize;
  958. font-family: "Bicubik";
  959. }
  960. }
  961. }
  962. .item2 {
  963. flex: 1;
  964. display: flex;
  965. width: 20%;
  966. flex-wrap: wrap;
  967. .name {
  968. color: @gray;
  969. width: 50%;
  970. text-align: center;
  971. }
  972. .num2 {
  973. width: 50%;
  974. color: @yellow;
  975. text-align: left;
  976. }
  977. .num1 {
  978. width: 50%;
  979. color: @yellow;
  980. text-align: center;
  981. position: relative;
  982. &::after {
  983. content: "";
  984. position: absolute;
  985. width: 1.481vh;
  986. height: 0.556vh;
  987. background-color: @yellow;
  988. left: 1.204vh;
  989. top: 0.741vh;
  990. }
  991. }
  992. .num3 {
  993. width: 50%;
  994. color: @yellow;
  995. text-align: left;
  996. }
  997. }
  998. }
  999. .panel-box {
  1000. margin-top: 0.7407vh;
  1001. flex-grow: 1;
  1002. .panel-title {
  1003. width: 100%;
  1004. // height: @titleHeight;
  1005. line-height: @titleHeight;
  1006. background-color: fade(@darkgray, 40%);
  1007. .panel-title-name {
  1008. font-size: @fontsize-s;
  1009. color: @green;
  1010. display: flex;
  1011. align-items: center;
  1012. padding: 0 16px;
  1013. i {
  1014. margin-right: 0.7407vh;
  1015. }
  1016. .sub-title-item {
  1017. display: flex;
  1018. // flex: 1;
  1019. justify-content: center;
  1020. margin-left: 1px;
  1021. .sub-title {
  1022. flex: 0 0 auto;
  1023. color: @gray;
  1024. font-size: 12px;
  1025. margin: 0 0.556vh 0 1.481vh;
  1026. }
  1027. .sub-count {
  1028. flex: 1 0 auto;
  1029. font-size: 14px;
  1030. font-family: "Bicubik";
  1031. font-weight: 500;
  1032. &.write {
  1033. color: @write;
  1034. }
  1035. &.black {
  1036. color: @write;
  1037. }
  1038. &.green {
  1039. color: @green;
  1040. }
  1041. &.blue {
  1042. color: @darkBlue;
  1043. }
  1044. &.pink {
  1045. color: @pink;
  1046. }
  1047. &.red {
  1048. color: @red;
  1049. }
  1050. &.orange {
  1051. color: @orange;
  1052. }
  1053. &.gray {
  1054. color: @gray;
  1055. }
  1056. }
  1057. }
  1058. }
  1059. }
  1060. .panel-body {
  1061. height: calc(100% - 7.407vh);
  1062. padding: 0.3704vh;
  1063. width: 100%;
  1064. display: flex;
  1065. flex-direction: row;
  1066. flex-wrap: wrap;
  1067. justify-content: space-between;
  1068. justify-content: flex-start;
  1069. .blank {
  1070. margin-right: 2px;
  1071. flex: 1 0 40px;
  1072. }
  1073. .card {
  1074. margin-right: 2px;
  1075. margin-top: 2px;
  1076. flex: 1 0 40px;
  1077. cursor: pointer;
  1078. }
  1079. .card {
  1080. border-radius: 0.37vh;
  1081. padding: 0.185vh 0.3704vh;
  1082. text-align: center;
  1083. border: 0.093vh solid;
  1084. font-size: 12px;
  1085. &.write {
  1086. color: @black;
  1087. border-color: @write;
  1088. background-color: @write;
  1089. }
  1090. &.green {
  1091. color: @green;
  1092. border-color: @green;
  1093. }
  1094. &.blue {
  1095. color: @darkBlue;
  1096. border-color: @darkBlue;
  1097. }
  1098. &.pink {
  1099. color: @pink;
  1100. border-color: @pink;
  1101. }
  1102. &.red {
  1103. color: @write;
  1104. border-color: @red;
  1105. background-color: @red;
  1106. }
  1107. &.orange {
  1108. color: @orange;
  1109. border-color: @orange;
  1110. }
  1111. &.gray {
  1112. color: @write;
  1113. border-color: @darkgray;
  1114. background-color: @darkgray;
  1115. }
  1116. }
  1117. }
  1118. }
  1119. .curStyle {
  1120. cursor: pointer;
  1121. text-align: center;
  1122. }
  1123. }
  1124. </style>