index.vue 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040
  1. <template>
  2. <div class="fireHome">
  3. <!-- 模型区域 -->
  4. <div class="main-container">
  5. <transition>
  6. <div class="left-area" v-if="isShow">
  7. <!-- 左上区域 -->
  8. <div class="left-t">
  9. <div class="tcontent-area">
  10. <div class="tcontent-l">
  11. <div>全矿井</div>
  12. <div>监测区域</div>
  13. </div>
  14. <div class="tcontent-c">
  15. <div
  16. style="margin-bottom: 15px;color: #009BFF; font-size: 24px;font-weight:bolder;letter-spacing:10px;">
  17. 低风险</div>
  18. <div style="color: #fff; font-size: 12px">自燃倾向性等级 : 容易自燃</div>
  19. </div>
  20. <div class="tcontent-r">火灾风险</div>
  21. </div>
  22. </div>
  23. <!-- 左中区域 -->
  24. <div class="left-c">
  25. <DanelBd :moduleName="'工作面风险监测'" :contentStyle="{ contentH: '524px' }" :bgSize="'large'">
  26. <workJc :heightT="'25%'" :heightB="'75%'" :echartData="echartDataWork" :cardData="cardData" />
  27. </DanelBd>
  28. </div>
  29. <!-- 左下区域 -->
  30. <div class="left-b">
  31. <DanelBd :moduleName="'密闭采空区监测系统'" :contentStyle="{ contentH: '222px' }" commonTitle="selected"
  32. :selectValue="areaCodeMb" :selectList="selectListMb" @change-select="changeSelect" :bgSize="'middle'">
  33. <emptyJc :emptyData="emptyData" />
  34. </DanelBd>
  35. </div>
  36. <!-- 左底部区域 -->
  37. <!-- <div class="left-f">
  38. <DanelBd :moduleName="'GIS重点区域风险监测'" :contentStyle="{ contentH: '0px' }" commonTitle="switchs" />
  39. </div> -->
  40. </div>
  41. </transition>
  42. <div :class="isShow ? 'center-area' : 'center-area1'">
  43. <div :class="isShow ? 'center-t' : 'center-t1'">
  44. <div class="center-scalc" @click="getScalc">
  45. <div :class="toggleOpen ? 'scalc-line1' : 'scalc-line'"></div>
  46. <div :class="toggleOpen ? 'scalc-line1' : 'scalc-line'"></div>
  47. <div :class="toggleOpen ? 'scalc-line1' : 'scalc-line'"></div>
  48. <div :class="toggleOpen ? 'scalc-btn1' : 'scalc-btn'" @click="getScalc1">
  49. <ExpandOutlined class="scalc-icon" />
  50. </div>
  51. <div :class="toggleOpen ? 'scalc-btn2' : 'scalc-btn'">
  52. <InfoCircleOutlined class="scalc-icon" />
  53. </div>
  54. </div>
  55. <!-- <iframe src="http://172.16.253.23:91/valkyrja/?type=tf" width="100%" height="100%" frameborder="0"></iframe> -->
  56. <iframe src="http://82.157.13.146:18224/valkyrja/" width="100%" height="100%" frameborder="0"></iframe>
  57. </div>
  58. <transition>
  59. <div class="center-b" v-if="isShow">
  60. <DanelBd :moduleName="'工作面束管监测|工作面光纤监测'" :selectValue="pointCode" :moduleSelect="moduleSelect"
  61. :contentStyle="{ contentH: '222px' }" commonTitle="selected" :selectList="selectList"
  62. @change-select="changeSelect" :bgSize="''">
  63. <fiberBunbleJc :bunbleData="bunbleData" />
  64. </DanelBd>
  65. </div>
  66. </transition>
  67. </div>
  68. <transition>
  69. <div class="right-area" v-if="isShow">
  70. <!-- 右上区域 -->
  71. <div class="right-t">
  72. <DanelBd :moduleName="''" :contentStyle="{ contentH: '121px' }" :bgSize="'small'">
  73. <systemJc />
  74. </DanelBd>
  75. </div>
  76. <!-- 右中区域 -->
  77. <div class="right-c">
  78. <DanelBd :moduleName="'带式输送机防灭火监控系统'" :contentStyle="{ contentH: '228px' }" commonTitle="selected"
  79. :selectList="selectListDs" :selectValue="dsCode" @change-select="changeSelect" :bgSize="'middle'">
  80. <outFireJc :outFireData="outFireData" />
  81. </DanelBd>
  82. </div>
  83. <!-- 右下区域 -->
  84. <div class="right-b">
  85. <DanelBd :moduleName="'变电硐室防灭火监控系统'" :contentStyle="{ contentH: '228px' }" commonTitle="" :bgSize="'middle'">
  86. <!-- <substationJc :echartDatas="echartDatas" /> -->
  87. <substationJc :substationData="substationData"/>
  88. </DanelBd>
  89. </div>
  90. <!-- 右底部区域 -->
  91. <div class="right-f">
  92. <DanelBd :moduleName="'安全监控系统'" :contentStyle="{ contentH: '222px' }" commonTitle="selected"
  93. :selectList="selectListAq" :selectValue="pointCodeAq" @change-select="changeSelect" :bgSize="'middle'">
  94. <safetyJc :safetyHead="safetyHead" :safetyList="safetyList" />
  95. </DanelBd>
  96. </div>
  97. </div>
  98. </transition>
  99. </div>
  100. </div>
  101. </template>
  102. <script setup lang="ts">
  103. import { ref, reactive, onMounted, onUnmounted } from 'vue';
  104. import { ExpandOutlined, InfoCircleOutlined } from '@ant-design/icons-vue';
  105. import DanelBd from '../../common/danelBd.vue';
  106. import workJc from './components/workJc.vue';
  107. import emptyJc from './components/emptyJc.vue';
  108. import fiberBunbleJc from './components/fiberBunbleJc.vue';
  109. import systemJc from './components/systemJc.vue';
  110. import outFireJc from './components/outFireJc.vue';
  111. import substationJc from './components/substationJc.vue';
  112. import safetyJc from './components/safetyJc.vue';
  113. import {
  114. getFireAreaInfo,
  115. getMbRealData,
  116. getSgjcPointInfo,
  117. getSgjcRealDataByPointCode,
  118. getInfosByAreaCode,
  119. getGxcwHistoryDataByPointCode,
  120. getZcHfWd,
  121. getHeadingFace,
  122. getMainTrafficYw,
  123. getDsWd,
  124. getFireWarningCntByType
  125. } from './firehome.api';
  126. //GIs按钮切换显示与隐藏
  127. let toggleOpen = ref(false)
  128. let moduleSelect = reactive([
  129. { label: '工作面束管监测' },
  130. // { label: '工作面光纤监测' },
  131. ]);
  132. //是否显示左侧区域和右侧区域
  133. let isShow = ref(true);
  134. let areaCode = ref('');
  135. let pointCode = ref('');
  136. let areaCodeMb = ref('');
  137. let dsCode = ref('');
  138. let areaCodeBd = ref('');
  139. let pointCodeBd = ref('');
  140. let pointCodeAq = ref('one');
  141. //工作面风险监测数据
  142. let echartDataWork = ref<any[]>([]);
  143. let cardData = reactive<any[]>([]);
  144. let selectList = reactive<any[]>([]);
  145. let bunbleData = reactive<any[]>([]);
  146. //密闭采空区数据
  147. let selectListMb = reactive<any[]>([]);
  148. let emptyData = reactive<any>([]);
  149. //带式输送机防灭火监控系统
  150. let selectListDs = reactive<any[]>([]);
  151. let outFireData = reactive<any[]>([]);
  152. //变电硐室
  153. let selectListBd = reactive<any[]>([]);
  154. let echartDatas = reactive({
  155. xData: [],
  156. yData: [],
  157. yData1: [],
  158. });
  159. let substationData = reactive<any[]>([])
  160. //安全监控
  161. let selectListAq = reactive<any[]>([
  162. { label: '综采工作面传感器监测', value: 'one' },
  163. { label: '掘进工作面传感器监测', value: 'two' },
  164. { label: '主运输系统传感器监测', value: 'three' },
  165. { label: '机电硐室及配电点传感器监测', value: 'four' },
  166. ]);
  167. let safetyHead = reactive<any[]>([]);
  168. let safetyList = reactive<any[]>([]);
  169. //隐藏和显示左右侧区域
  170. function getScalc() {
  171. toggleOpen.value = !toggleOpen.value
  172. }
  173. function getScalc1() {
  174. isShow.value = !isShow.value;
  175. }
  176. // https获取监测数据
  177. let timer: null | NodeJS.Timeout = null;
  178. function getMonitor() {
  179. timer = setTimeout(async () => {
  180. //工作面
  181. await getFireWarningCntByTypeList();
  182. await getFireAreaInfoList();
  183. //密闭
  184. await getFireAreaInfoListMb();
  185. //带式
  186. await getFireAreaInfoListDs();
  187. //变电硐室
  188. await getFireAreaInfoListBd();
  189. //安全监控
  190. await getTableList();
  191. if (timer) {
  192. timer = null;
  193. }
  194. getMonitor();
  195. }, 5000);
  196. }
  197. //下拉选项切换
  198. function changeSelect(data) {
  199. switch (data.label) {
  200. case '密闭采空区监测系统':
  201. areaCodeMb.value = data.value;
  202. getMbRealDataList();
  203. break;
  204. case '工作面束管监测':
  205. pointCode.value = data.value;
  206. getSgjcRealDataByPointCodeList();
  207. break;
  208. case '带式输送机防灭火监控系统':
  209. dsCode.value = data.value;
  210. getFireAreaInfoListDs();
  211. break;
  212. case '变电硐室防灭火监控系统':
  213. pointCodeBd.value = data.value;
  214. getGxcwHistoryDataByPointCodeList();
  215. break;
  216. case '安全监控系统':
  217. pointCodeAq.value = data.value;
  218. getTableList();
  219. break;
  220. }
  221. }
  222. //获取工作面风险监测图表数据
  223. async function getFireWarningCntByTypeList() {
  224. let res = await getFireWarningCntByType({ areaType: 2 })
  225. if (res.length != 0) {
  226. echartDataWork.value = res
  227. }
  228. }
  229. //获取工作面风险监测数据
  230. async function getFireAreaInfoList() {
  231. let res = await getFireAreaInfo({ fireCauseType: 2 });
  232. if (res.length != 0) {
  233. cardData.length = 0;
  234. let data = res.filter((v) => v.areaType == 2);
  235. data.forEach((el) => {
  236. cardData.push({
  237. title: '风险',
  238. val:
  239. el.warningLevel == 1
  240. ? '低'
  241. : el.warningLevel == 2
  242. ? '中'
  243. : el.warningLevel == 3
  244. ? '较大'
  245. : el.warningLevel == 4
  246. ? '重大'
  247. : '--',
  248. label: el.areaName,
  249. title1: '温度最大值',
  250. val1: el.infoTypeTwo.maxTemperature,
  251. });
  252. });
  253. // areaCode.value = data[0].areaCode;
  254. areaCode.value = data.filter(m=>m.displayStatus==1)[0].areaCode;
  255. //工作面束管监测
  256. getSgjcPointInfoList();
  257. }
  258. }
  259. //获取密闭下拉列表
  260. async function getFireAreaInfoListMb() {
  261. let res = await getFireAreaInfo({ fireCauseType: 2 });
  262. if (res.length != 0) {
  263. selectListMb.length = 0;
  264. let dataMb = res.filter((m) => m.areaType == 1);
  265. if (dataMb.length != 0) {
  266. dataMb.forEach((m) => {
  267. selectListMb.push({ label: m.areaName, value: m.areaCode });
  268. });
  269. areaCodeMb.value = areaCodeMb.value ? areaCodeMb.value : selectListMb[0]['value'];
  270. //获取密闭监测实时信息
  271. getMbRealDataList();
  272. }
  273. }
  274. }
  275. //获取密闭监测实时信息
  276. async function getMbRealDataList() {
  277. let res = await getMbRealData({ areaCode: areaCodeMb.value });
  278. emptyData.length = 0;
  279. res.forEach((el) => {
  280. emptyData.push({ label: el.name, val: el.currentValue, unit: el.unit });
  281. });
  282. }
  283. //工作面束管监测
  284. async function getSgjcPointInfoList() {
  285. let res = await getSgjcPointInfo({ areaCode: areaCode.value });
  286. if (res.length != 0) {
  287. selectList.length = 0;
  288. res.forEach((el) => {
  289. selectList.push({ label: el.pointName, value: el.pointCode });
  290. });
  291. pointCode.value = pointCode.value ? pointCode.value : selectList[0]['value'];
  292. //获取工作面束管测点实时数据
  293. getSgjcRealDataByPointCodeList();
  294. }
  295. }
  296. //获取工作面束管测点实时数据
  297. async function getSgjcRealDataByPointCodeList() {
  298. let res = await getSgjcRealDataByPointCode({ pointCode: pointCode.value });
  299. if (res.length != 0) {
  300. bunbleData.length = 0;
  301. res.forEach((el) => {
  302. bunbleData.push({
  303. type: el.name,
  304. label: '最大浓度',
  305. val: el.currentValue,
  306. label1: '位置',
  307. val1: el.position,
  308. label2: '时间',
  309. val2: el.time,
  310. unit: el.unit,
  311. });
  312. });
  313. }
  314. }
  315. //带式输送机防灭火监控系统
  316. async function getFireAreaInfoListDs() {
  317. const res = await getFireAreaInfo({});
  318. if (res.length != 0) {
  319. selectListDs.length = 0;
  320. outFireData.length = 0;
  321. substationData.length = 0
  322. let dataDs = res.filter((m) => m.areaType == 4);
  323. dataDs.forEach((el) => {
  324. selectListDs.push({ label: el.areaName, value: el.areaName });
  325. });
  326. dsCode.value = dsCode.value ? dsCode.value : selectListDs[0].value;
  327. let dataName = dataDs.filter((v) => v.areaName == dsCode.value)[0];
  328. //带式输送机
  329. outFireData.push(
  330. { title: '光纤预警', val: dataName.infoTypeTwo.maxTemperature, dw: '℃', label: '最高温度' },
  331. {
  332. title: '一氧化碳预警',
  333. val: dataName.infoTypeTwo.returnAirCornerCO,
  334. dw: 'ppm',
  335. label: '最高浓度',
  336. },
  337. // { title: '烟雾预警', val: dataName.infoTypeTwo.hazard, dw: '', label: '状态' },
  338. { title: '烟雾预警', val: '无烟雾', dw: '', label: '状态' },
  339. { title: '火焰预警', val: '无火焰', dw: '', label: '状态' },
  340. { title: '喷淋阀门', val: '关闭', dw: '', label: '状态' },
  341. );
  342. //变电硐室
  343. substationData.push(
  344. // { title: '光纤预警', val: dataName.infoTypeTwo.maxTemperature, dw: '℃', label: '最高温度' },
  345. // {
  346. // title: '一氧化碳预警',
  347. // val: dataName.infoTypeTwo.returnAirCornerCO,
  348. // dw: 'ppm',
  349. // label: '最高浓度',
  350. // },
  351. { title: '烟雾预警', val: 10, dw: '', label: '数量' },
  352. { title: '火焰预警', val: 10, dw: '', label: '数量' },
  353. { title: '电磁阀', val: 10, dw: '', label: '数量' },
  354. )
  355. }
  356. }
  357. //变电硐室防灭火监控系统
  358. async function getFireAreaInfoListBd() {
  359. const res = await getFireAreaInfo({});
  360. if (res.length != 0) {
  361. let dataBd = res.filter((m) => m.areaType == 5);
  362. areaCodeBd.value = dataBd[0].areaCode;
  363. //获取光纤条数及测点编号
  364. getInfosByAreaCodeList();
  365. }
  366. }
  367. //获取光纤条数及测点编号
  368. async function getInfosByAreaCodeList() {
  369. let res = await getInfosByAreaCode({ areaCode: areaCodeBd.value });
  370. if (res.length != 0) {
  371. selectListBd.length = 0;
  372. res.forEach((el) => {
  373. selectListBd.push({
  374. label: el.pointName,
  375. value: el.pointCode,
  376. });
  377. });
  378. pointCodeBd.value = pointCodeBd.value ? pointCodeBd.value : selectListBd[0].value;
  379. //获取光纤测温图表数据
  380. getGxcwHistoryDataByPointCodeList();
  381. }
  382. }
  383. //获取光纤测温图表数据
  384. async function getGxcwHistoryDataByPointCodeList() {
  385. let res = await getGxcwHistoryDataByPointCode({ pointCode: pointCodeBd.value });
  386. echartDatas.xData.length = 0;
  387. echartDatas.yData.length = 0;
  388. echartDatas.yData1.length = 0;
  389. res.time.forEach((el) => {
  390. echartDatas.xData.push(el);
  391. });
  392. res.maxValue.forEach((el) => {
  393. echartDatas.yData.push(el);
  394. });
  395. res.minValue.forEach((el) => {
  396. echartDatas.yData1.push(el);
  397. });
  398. }
  399. //获取安全监控列表数据
  400. function getTableList() {
  401. switch (pointCodeAq.value) {
  402. case 'one':
  403. getZcHfWdList();
  404. break;
  405. case 'two':
  406. getHeadingFaceList();
  407. break;
  408. case 'three':
  409. getMainTrafficYwList();
  410. break;
  411. case 'four':
  412. getDsWdList();
  413. break;
  414. default:
  415. getZcHfWdList();
  416. break;
  417. }
  418. }
  419. //获取综采工作面传感器监测数据
  420. async function getZcHfWdList() {
  421. let res = await getZcHfWd();
  422. safetyHead.length = 0;
  423. safetyList.length = 0;
  424. safetyHead.push(
  425. { label: '测点位置' },
  426. { label: '温度(°C)' },
  427. { label: '预警级别' },
  428. // { label: '时间' },
  429. );
  430. if (res.length != 0) {
  431. res.forEach((el) => {
  432. safetyList.push({
  433. address: el.nodePlacement,
  434. temp: el.detectValue || '-',
  435. grade: el.warningMsg,
  436. // time: el.dateTime,
  437. });
  438. });
  439. }
  440. }
  441. //获取掘进工作面传感器监测数据
  442. async function getHeadingFaceList() {
  443. let res = await getHeadingFace();
  444. safetyHead.length = 0;
  445. safetyList.length = 0;
  446. safetyHead.push(
  447. { label: '测点位置' },
  448. { label: 'CO浓度(%)' },
  449. { label: '温度' },
  450. { label: '预警级别' },
  451. // { label: '时间' },
  452. );
  453. if (res.length != 0) {
  454. res.forEach((el) => {
  455. safetyList.push({
  456. address: el.name,
  457. nd: el.co || '-',
  458. temp: el.wd || '-',
  459. grade: el.warningMsg,
  460. // time: el.dateTime,
  461. });
  462. });
  463. }
  464. }
  465. //获取运输系统烟雾传感器数据
  466. async function getMainTrafficYwList() {
  467. let res = await getMainTrafficYw();
  468. safetyHead.length = 0;
  469. safetyList.length = 0;
  470. safetyHead.push(
  471. { label: '测点位置' },
  472. { label: '测点值' },
  473. { label: '预警级别' },
  474. // { label: '时间' },
  475. );
  476. if (res.length != 0) {
  477. res.forEach((el) => {
  478. el.detectValue = el.sensorType == 'M0104' ? '0ppm' : el.sensorType == 'K0007' ? el.detectValue == '0' ? '无烟雾' : el.detectValue == '1' ? '有烟雾' : '-' : '-'
  479. safetyList.push({
  480. address: el.nodePlacement,
  481. temp: el.detectValue,
  482. grade: el.warningMsg,
  483. // time: el.dateTime,
  484. });
  485. });
  486. }
  487. }
  488. //获取机电硐室传感器数据
  489. async function getDsWdList() {
  490. let res = await getDsWd();
  491. safetyHead.length = 0;
  492. safetyList.length = 0;
  493. safetyHead.push(
  494. { label: '测点位置' },
  495. { label: '温度(°C)' },
  496. { label: '预警级别' },
  497. // { label: '时间' },
  498. );
  499. if (res.length != 0) {
  500. res.forEach((el) => {
  501. safetyList.push({
  502. address: el.nodePlacement,
  503. temp: el.detectValue || '-',
  504. grade: el.warningMsg,
  505. // time: el.dateTime,
  506. });
  507. });
  508. }
  509. }
  510. onMounted(() => {
  511. //工作面
  512. getFireWarningCntByTypeList();
  513. getFireAreaInfoList();
  514. //密闭
  515. getFireAreaInfoListMb();
  516. //带式
  517. getFireAreaInfoListDs();
  518. //变电硐室
  519. getFireAreaInfoListBd();
  520. //安全监控
  521. getTableList();
  522. getMonitor();
  523. });
  524. onUnmounted(() => {
  525. if (timer) {
  526. clearTimeout(timer);
  527. timer = null;
  528. }
  529. });
  530. </script>
  531. <style lang="less" scoped>
  532. @font-face {
  533. font-family: douyuFont;
  534. src: url('../../../../assets/font/douyuFont.otf');
  535. }
  536. .fireHome {
  537. position: relative;
  538. width: 100%;
  539. height: 1032px;
  540. background: url('../../../../assets/images/fire/firehome/bg.png') no-repeat center;
  541. background-size: 100% 100%;
  542. .main-container {
  543. display: flex;
  544. box-sizing: border-box;
  545. justify-content: space-between;
  546. width: 100%;
  547. height: 100%;
  548. padding: 15px 30px 35px;
  549. .left-area {
  550. width: calc((100% - 1010px - 40px) / 2);
  551. height: 100%;
  552. .left-t {
  553. position: relative;
  554. height: 115px;
  555. margin-bottom: 25px;
  556. background: url('../../../../assets/images/fire/firehome/qkjaq.png') no-repeat center;
  557. background-size: 100% 100%;
  558. .tcontent-area {
  559. display: flex;
  560. position: absolute;
  561. top: 50%;
  562. left: 0;
  563. box-sizing: border-box;
  564. align-items: center;
  565. justify-content: space-around;
  566. width: 100%;
  567. height: 70px;
  568. padding: 0 15px;
  569. transform: translate(0, -40%);
  570. .tcontent-l {
  571. display: flex;
  572. flex: 1;
  573. flex-direction: column;
  574. align-items: center;
  575. justify-content: center;
  576. height: 100%;
  577. color: #9da5aa;
  578. font-size: 14px;
  579. font-weight: bold;
  580. letter-spacing: 2px;
  581. }
  582. .tcontent-c {
  583. display: flex;
  584. flex: 3;
  585. flex-direction: column;
  586. align-items: center;
  587. justify-content: center;
  588. height: 100%;
  589. }
  590. .tcontent-r {
  591. display: flex;
  592. flex: 1;
  593. flex-direction: column;
  594. align-items: center;
  595. justify-content: center;
  596. height: 100%;
  597. color: #9da5aa;
  598. font-size: 14px;
  599. font-weight: bold;
  600. letter-spacing: 2px;
  601. }
  602. }
  603. }
  604. .left-c {
  605. width: 100%;
  606. margin-bottom: 25px;
  607. }
  608. .left-b {
  609. width: 100%;
  610. }
  611. }
  612. .center-area {
  613. width: 1010px;
  614. height: 100%;
  615. margin: 0 20px;
  616. .center-t {
  617. @keyframes harlem-data {
  618. 0% {
  619. transform: translate(0);
  620. }
  621. 25% {
  622. transform: translate(10px, 10px);
  623. }
  624. 50% {
  625. transform: translate(-10px, -10px);
  626. }
  627. 75% {
  628. transform: translate(2px, 2px);
  629. }
  630. 100% {
  631. transform: translate(0);
  632. }
  633. }
  634. position: relative;
  635. width: 100%;
  636. height:698px;
  637. margin-bottom: 25px;
  638. overflow: hidden;
  639. .center-scalc {
  640. position: absolute;
  641. top: 0;
  642. right: 0;
  643. width: 44px;
  644. height: 44px;
  645. transition: -webkit-transform .5s ease-in-out .5s;
  646. border-radius: 50%;
  647. background-color: #000;
  648. box-shadow: 0 0 15px 1px rgb(31 179 247 / 70%) inset;
  649. cursor: pointer;
  650. .scalc-line {
  651. position: absolute;
  652. z-index: 1000;
  653. left: 50%;
  654. width: 22px;
  655. height: 3px;
  656. transform: translate(-50%, 0);
  657. transition: all .4s linear .1s;
  658. background-color: #fff;
  659. &:nth-child(1) {
  660. top: 14px;
  661. }
  662. &:nth-child(2) {
  663. top: 21px;
  664. }
  665. &:nth-child(3) {
  666. bottom: 13px;
  667. }
  668. }
  669. .scalc-line1 {
  670. position: absolute;
  671. z-index: 1000;
  672. width: 22px;
  673. height: 3px;
  674. transition: all .4s linear .1s;
  675. background-color: #fff;
  676. &:nth-child(1) {
  677. top: 20px;
  678. left: 26%;
  679. transform: rotate(45deg);
  680. }
  681. &:nth-child(2) {
  682. top: 20px;
  683. left: 26%;
  684. transform: rotate(-45deg);
  685. }
  686. &:nth-child(3) {
  687. display: none
  688. }
  689. }
  690. .scalc-btn {
  691. position: absolute;
  692. top: 0;
  693. right: 0;
  694. width: 44px;
  695. height: 44px;
  696. transition: all .5s ease-in-out;
  697. border-radius: 50%;
  698. background-color: #000;
  699. box-shadow: 0 0 15px 1px rgb(31 179 247 / 70%) inset;
  700. cursor: pointer;
  701. .scalc-icon {
  702. display: none;
  703. position: absolute;
  704. top: 50%;
  705. left: 50%;
  706. transform: translate(-50%, -50%);
  707. color: #fff;
  708. font-size: 16px;
  709. }
  710. }
  711. .scalc-btn1 {
  712. position: absolute;
  713. top: 10px;
  714. right: 70px;
  715. width: 34px;
  716. height: 34px;
  717. transition: all .5s ease-in-out;
  718. border-radius: 50%;
  719. background-color: #000;
  720. box-shadow: 0 0 15px 1px rgb(31 179 247 / 70%) inset;
  721. cursor: pointer;
  722. .scalc-icon {
  723. position: absolute;
  724. top: 50%;
  725. left: 50%;
  726. transform: translate(-50%, -50%);
  727. color: #fff;
  728. font-size: 16px;
  729. }
  730. &:hover {
  731. animation: harlem-data .5s linear forwards;
  732. }
  733. }
  734. .scalc-btn2 {
  735. position: absolute;
  736. top: 60px;
  737. right: 30px;
  738. width: 34px;
  739. height: 34px;
  740. transition: all .5s ease-in-out;
  741. border-radius: 50%;
  742. background-color: #000;
  743. box-shadow: 0 0 15px 1px rgb(31 179 247 / 70%) inset;
  744. cursor: pointer;
  745. .scalc-icon {
  746. position: absolute;
  747. top: 50%;
  748. left: 50%;
  749. transform: translate(-50%, -50%);
  750. color: #fff;
  751. font-size: 16px;
  752. }
  753. &:hover {
  754. animation: harlem-data .5s linear forwards;
  755. }
  756. }
  757. }
  758. }
  759. .center-b {
  760. width: 100%;
  761. height: calc(100% - 723px)
  762. }
  763. }
  764. .center-area1 {
  765. display: flex;
  766. flex-direction: column;
  767. align-items: center;
  768. justify-content: space-between;
  769. width: 100%;
  770. .center-t1 {
  771. position: relative;
  772. width: 100%;
  773. height: 100%;
  774. margin-bottom: 15px;
  775. overflow: hidden;
  776. .center-scalc {
  777. position: absolute;
  778. top: 0;
  779. right: 0;
  780. width: 44px;
  781. height: 44px;
  782. transition: -webkit-transform .5s ease-in-out .5s;
  783. border-radius: 50%;
  784. background-color: #000;
  785. box-shadow: 0 0 15px 1px rgb(31 179 247 / 70%) inset;
  786. cursor: pointer;
  787. .scalc-line {
  788. position: absolute;
  789. z-index: 1000;
  790. left: 50%;
  791. width: 22px;
  792. height: 3px;
  793. transform: translate(-50%, 0);
  794. transition: all .4s linear .1s;
  795. background-color: #fff;
  796. &:nth-child(1) {
  797. top: 14px;
  798. }
  799. &:nth-child(2) {
  800. top: 21px;
  801. }
  802. &:nth-child(3) {
  803. bottom: 13px;
  804. }
  805. }
  806. .scalc-line1 {
  807. position: absolute;
  808. z-index: 1000;
  809. width: 22px;
  810. height: 3px;
  811. transition: all .4s linear .1s;
  812. background-color: #fff;
  813. &:nth-child(1) {
  814. top: 20px;
  815. left: 26%;
  816. transform: rotate(45deg);
  817. }
  818. &:nth-child(2) {
  819. top: 20px;
  820. left: 26%;
  821. transform: rotate(-45deg);
  822. }
  823. &:nth-child(3) {
  824. display: none
  825. }
  826. }
  827. .scalc-btn {
  828. position: absolute;
  829. top: 0;
  830. right: 0;
  831. width: 44px;
  832. height: 44px;
  833. transition: all .5s ease-in-out;
  834. border-radius: 50%;
  835. background-color: #000;
  836. box-shadow: 0 0 15px 1px rgb(31 179 247 / 70%) inset;
  837. cursor: pointer;
  838. .scalc-icon {
  839. display: none;
  840. position: absolute;
  841. top: 50%;
  842. left: 50%;
  843. transform: translate(-50%, -50%);
  844. color: #fff;
  845. font-size: 16px;
  846. }
  847. }
  848. .scalc-btn1 {
  849. position: absolute;
  850. top: 10px;
  851. right: 70px;
  852. width: 34px;
  853. height: 34px;
  854. transition: all .5s ease-in-out;
  855. border-radius: 50%;
  856. background-color: #000;
  857. box-shadow: 0 0 15px 1px rgb(31 179 247 / 70%) inset;
  858. cursor: pointer;
  859. .scalc-icon {
  860. position: absolute;
  861. top: 50%;
  862. left: 50%;
  863. transform: translate(-50%, -50%);
  864. color: #fff;
  865. font-size: 16px;
  866. }
  867. &:hover {
  868. animation: harlem-data .5s linear forwards;
  869. }
  870. }
  871. .scalc-btn2 {
  872. position: absolute;
  873. top: 60px;
  874. right: 30px;
  875. width: 34px;
  876. height: 34px;
  877. transition: all .5s ease-in-out;
  878. border-radius: 50%;
  879. background-color: #000;
  880. box-shadow: 0 0 15px 1px rgb(31 179 247 / 70%) inset;
  881. cursor: pointer;
  882. .scalc-icon {
  883. position: absolute;
  884. top: 50%;
  885. left: 50%;
  886. transform: translate(-50%, -50%);
  887. color: #fff;
  888. font-size: 16px;
  889. }
  890. &:hover {
  891. animation: harlem-data .5s linear forwards;
  892. }
  893. }
  894. }
  895. }
  896. }
  897. .right-area {
  898. width: calc((100% - 1010px - 40px) / 2);
  899. height: 100%;
  900. .right-t {
  901. width: 100%;
  902. margin-bottom: 25px;
  903. }
  904. .right-c {
  905. width: 100%;
  906. margin-bottom: 25px;
  907. }
  908. .right-b {
  909. width: 100%;
  910. margin-bottom: 25px;
  911. }
  912. .right-f {
  913. width: 100%;
  914. }
  915. }
  916. }
  917. /* fade.css */
  918. .fade-enter-active {
  919. transition: opacity 2.5s ease;
  920. /* 设置过渡时间为1秒 */
  921. }
  922. .fade-leave-active {
  923. transition: opacity 0.5s ease;
  924. /* 设置过渡时间为1秒 */
  925. }
  926. .fade-enter,
  927. .fade-leave-to {
  928. opacity: 0;
  929. /* 初始状态为不可见 */
  930. }
  931. }
  932. </style>