workerFace.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  1. <template>
  2. <div class="center-container">
  3. <div class="lr-box left-box">
  4. <!-- <div class="container-title">
  5. <a-select class="title-select" ref="select" v-model:value="currentTitleValue" @change="handleTitleChange">
  6. <a-select-option value="2">15212工作面</a-select-option>
  7. <a-select-option value="1598491318007898113">采煤工作面</a-select-option>
  8. <a-select-option value="3">掘进工作面</a-select-option>
  9. </a-select>
  10. </div> -->
  11. <div class="item">
  12. <dv-decoration7 style="height: 30px">
  13. <div class="base-title">监测信息</div>
  14. </dv-decoration7>
  15. <div class="need-air-group vent-flex-row">
  16. <div class="air-box">
  17. <div class="title">总进风量</div>
  18. <div class="air-num">10000</div>
  19. </div>
  20. <div class="air-box">
  21. <div class="title">总回风量</div>
  22. <div class="air-num">80000</div>
  23. </div>
  24. <div class="air-box">
  25. <div class="title">总需风量</div>
  26. <div class="air-num">90000</div>
  27. </div>
  28. </div>
  29. <div class="item-container">
  30. <BarAndLineCustom xAxisPropType="time" :chartData="monitorData" height="240px" :propTypeArr="['jin', 'hui']" :option="echartsOption" />
  31. </div>
  32. </div>
  33. <div class="item">
  34. <dv-decoration7 style="height: 30px">
  35. <div class="base-title">基本信息</div>
  36. </dv-decoration7>
  37. <div class="base-information-box">
  38. <div class="base-information">
  39. <div v-for="(device, index) in workerFaceDeviceList" :key="index" class="device-num-box">
  40. <div class="icon"></div>
  41. <div class="text-box">
  42. <div class="title">{{ device.title }}</div>
  43. <div class="value">{{ device.value }}套</div>
  44. </div>
  45. </div>
  46. </div>
  47. </div>
  48. </div>
  49. </div>
  50. <div class="lr-box right-box">
  51. <div class="warning-box">
  52. <dv-decoration7 style="height: 30px">
  53. <div class="base-title">报警信息</div>
  54. </dv-decoration7>
  55. <div class="warning-top">
  56. <div class="warning-icon">
  57. <div class="title">告警信息</div>
  58. <div class="num-box">
  59. <div class="num">20</div>
  60. <div class="rate-box">
  61. <div class="day-rate">日环比: +2%</div>
  62. <div class="week-rate">周环比: +2%</div>
  63. <div class="moth-rate">月环比: +2%</div>
  64. </div>
  65. </div>
  66. </div>
  67. <div class="warning-icon">
  68. <div class="title">预警信息</div>
  69. <div class="num-box">
  70. <div class="num">20</div>
  71. <div class="rate-box">
  72. <div class="day-rate">日环比: +2%</div>
  73. <div class="week-rate">周环比: +2%</div>
  74. <div class="moth-rate">月环比: +2%</div>
  75. </div>
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. <div class="warning-monitor">
  81. <dv-scroll-board ref="scrollBoard" :config="warningConfig" style="width: 100%; height: 220px" />
  82. </div>
  83. <div class="device-monitor-box">
  84. <dv-decoration7 style="height: 30px">
  85. <div class="base-title">设备信息</div>
  86. </dv-decoration7>
  87. <div class="device-btn-group">
  88. <div
  89. v-for="deviceType in deviceTypes"
  90. class="device-btn"
  91. :class="{ 'device-active': deviceActive === deviceType.type }"
  92. :key="deviceType.type"
  93. @click="showDeviceMonitor(deviceType)"
  94. >{{ deviceType.text }}</div
  95. >
  96. </div>
  97. <div class="device-table" :class="{ 'device-table-open': deviceActive, 'device-table-close': !deviceActive }">
  98. <div class="vent-flex-row device-tab">
  99. <div class="tab tab-active">设备监测</div>
  100. <a-divider type="vertical" style="height: 10px; background-color: #aaa" />
  101. <div class="tab">历史信息</div>
  102. </div>
  103. <div class="device-animation">
  104. <MonitorTable
  105. class="monitor-table"
  106. :columnsType="deviceColumnsType"
  107. :dataSource="deviceMonitorData"
  108. title="风门监测"
  109. :isShowSelect="false"
  110. :isShowPagination="false"
  111. :isShowActionColumn="true"
  112. :scroll="{ y: 160 }"
  113. >
  114. <template #filterCell="{ column, record }">
  115. <template v-if="record.frontGateOpenCtrl">
  116. <a-tag v-if="column.dataIndex === 'frontGateOpen' && record.frontGateOpen == 0 && record.frontGateClose == 0" color="red"
  117. >正在打开</a-tag
  118. >
  119. <a-tag v-else-if="column.dataIndex === 'frontGateOpen'" color="processing">打开</a-tag>
  120. </template>
  121. <template v-else>
  122. <a-tag v-if="column.dataIndex === 'frontGateOpen' && record.frontGateOpen == 0 && record.frontGateClose == 0" color="red"
  123. >正在关闭</a-tag
  124. >
  125. <a-tag v-else-if="column.dataIndex === 'frontGateOpen' && record.frontGateOpen == 0 && record.frontGateClose == 1" color="default"
  126. >关闭</a-tag
  127. >
  128. <a-tag v-else-if="column.dataIndex === 'frontGateOpen' && record.frontGateOpen == 1 && record.frontGateClose == 0" color="default"
  129. >打开</a-tag
  130. >
  131. </template>
  132. <template v-if="record.rearGateOpenCtrl">
  133. <a-tag v-if="column.dataIndex === 'rearGateOpen' && record.rearGateOpen == 0 && record.rearGateClose == 0" color="red"
  134. >正在打开</a-tag
  135. >
  136. <a-tag v-else-if="column.dataIndex === 'rearGateOpen'" color="processing">打开</a-tag>
  137. </template>
  138. <template v-else>
  139. <a-tag v-if="column.dataIndex === 'rearGateOpen' && record.rearGateOpen == 0 && record.rearGateClose == 0" color="red"
  140. >正在关闭</a-tag
  141. >
  142. <a-tag v-else-if="column.dataIndex === 'rearGateOpen' && record.rearGateOpen == 0 && record.rearGateClose == 1" color="default"
  143. >关闭</a-tag
  144. >
  145. <a-tag v-else-if="column.dataIndex === 'rearGateOpen' && record.rearGateOpen == 1 && record.rearGateClose == 0" color="default"
  146. >打开</a-tag
  147. >
  148. </template>
  149. <a-tag v-if="column.dataIndex === 'warnFlag'" :color="record.warnFlag == 0 ? 'green' : 'red'">{{
  150. record.warnFlag == 0 ? '正常' : '报警'
  151. }}</a-tag>
  152. <a-tag v-if="column.dataIndex === 'netStatus'" :color="record.netStatus == 0 ? 'default' : 'green'">{{
  153. record.netStatus == 0 ? '断开' : '连接'
  154. }}</a-tag>
  155. </template>
  156. <template #action="{ record }">
  157. <TableAction
  158. :actions="[
  159. {
  160. label: '详情',
  161. onClick: goDetail.bind(null, record),
  162. },
  163. {
  164. label: '定位',
  165. onClick: goDetail.bind(null, record),
  166. },
  167. ]"
  168. />
  169. </template>
  170. </MonitorTable>
  171. </div>
  172. </div>
  173. </div>
  174. </div>
  175. </div>
  176. </template>
  177. <script lang="ts" setup>
  178. import { TableAction } from '/@/components/Table';
  179. import { onMounted, onUnmounted, ref, reactive } from 'vue';
  180. import { Decoration7 as DvDecoration7, ScrollBoard as DvScrollBoard, BorderBox7 as DvBorderBox7 } from '@kjgl77/datav-vue3';
  181. import { workerFaceDeviceList } from '../home.data';
  182. import BarAndLineCustom from '/@/components/chart/BarAndLineCustom.vue';
  183. import { list, deviceMonitor } from '../home.api';
  184. import echarts from '/@/utils/lib/echarts';
  185. import MonitorTable from '/@/views/vent/monitorManager/comment/MonitorTable.vue';
  186. const currentTitleValue = ref('2'); // 监测工作面id
  187. const monitorData = ref([]); // 存放监测数据
  188. const echartsOption = reactive({
  189. tooltip: { trigger: 'axis', axisPointer: { lineStyle: { color: '#fff' } } },
  190. legend: {
  191. top: '10',
  192. icon: 'rect',
  193. // itemWidth: 14, itemHeight: 5, itemGap: 10,
  194. data: ['进风', '回风'],
  195. right: '10px',
  196. textStyle: { fontSize: 12, color: '#fff' },
  197. },
  198. grid: { x: 50, y: 50, x2: 12, y2: 40 },
  199. xAxis: {
  200. type: 'category',
  201. boundaryGap: false,
  202. axisLine: { lineStyle: { color: '#57617B' } },
  203. axisLabel: { textStyle: { color: '#ffffffcc' } },
  204. splitLine: { show: true, lineStyle: { color: '#57617B22', type: 'dashed' } },
  205. data: [],
  206. },
  207. yAxis: [
  208. {
  209. type: 'value',
  210. name: 'm³/min',
  211. axisTick: {
  212. show: false,
  213. },
  214. axisLine: { lineStyle: { show: true, color: '#57617B' } },
  215. axisLabel: { margin: 10, textStyle: { fontSize: 12, color: '#ffffffcc' } },
  216. splitLine: { show: true, lineStyle: { color: '#57617B22', type: 'dashed' } },
  217. },
  218. ],
  219. series: [
  220. {
  221. name: '进风',
  222. type: 'line',
  223. smooth: true,
  224. lineStyle: { normal: { width: 2 } },
  225. yAxisIndex: 0,
  226. areaStyle: {
  227. normal: {
  228. color: new echarts.graphic.LinearGradient(
  229. 0,
  230. 0,
  231. 0,
  232. 1,
  233. [
  234. {
  235. offset: 0,
  236. color: 'rgba(185,150,248,0.3)',
  237. },
  238. {
  239. offset: 0.8,
  240. color: 'rgba(185,150,248,0)',
  241. },
  242. ],
  243. false
  244. ),
  245. shadowColor: 'rgba(0, 0, 0, 0.1)',
  246. shadowBlur: 10,
  247. },
  248. },
  249. itemStyle: { normal: { color: '#B996F8' } },
  250. data: [],
  251. },
  252. {
  253. name: '回风',
  254. type: 'line',
  255. smooth: true,
  256. lineStyle: { normal: { width: 2 } },
  257. yAxisIndex: 0,
  258. areaStyle: {
  259. normal: {
  260. color: new echarts.graphic.LinearGradient(
  261. 0,
  262. 0,
  263. 0,
  264. 1,
  265. [
  266. {
  267. offset: 0,
  268. color: 'rgba(3, 194, 236, 0.3)',
  269. },
  270. {
  271. offset: 0.8,
  272. color: 'rgba(3, 194, 236, 0)',
  273. },
  274. ],
  275. false
  276. ),
  277. shadowColor: 'rgba(0, 0, 0, 0.1)',
  278. shadowBlur: 10,
  279. },
  280. },
  281. itemStyle: { normal: { color: '#03C2EC' } },
  282. data: [],
  283. },
  284. ],
  285. });
  286. const warningConfig = reactive({
  287. data: [
  288. ['15211辅运顺槽', '测风装置', '异常信息'],
  289. ['2-2煤辅运大巷4联巷对面胶运联巷', '气源压力', '异常信息'],
  290. ['3-1煤回风延伸', '平均风速', '异常信息'],
  291. ['2-4煤辅运大巷水仓', '风门', '异常信息'],
  292. ['4-2煤南部集中回风二联巷', '测风装置', '异常信息'],
  293. ['5-2煤回风大巷西侧', '测风装置', '异常信息'],
  294. ['2-2煤辅运大巷三联巷', '风门', '异常信息'],
  295. ['利民风窗', '风窗', '异常信息'],
  296. ],
  297. index: false,
  298. columnWidth: [150],
  299. oddRowBGC: '#003B5155',
  300. evenRowBGC: '#0A273255',
  301. align: ['center', 'center', 'center'],
  302. });
  303. // 监测设备类型集合
  304. const deviceTypes = ref([
  305. {
  306. text: '风门',
  307. type: 'gate_normal',
  308. columnsType: 'gate_monitor',
  309. },
  310. {
  311. text: '风窗',
  312. type: 'window_normal',
  313. columnsType: 'window_monitor',
  314. },
  315. {
  316. text: '测风装置',
  317. type: 'windrect_rect',
  318. columnsType: 'windrect_monitor',
  319. },
  320. ]);
  321. const deviceActive = ref(''); //当前监测的设备
  322. const deviceColumnsType = ref(''); //存放当前监测的Columns的key值
  323. const deviceMonitorData = ref([]); //存放监测的数据集合
  324. // const deviceType =
  325. // 标题选择
  326. function handleTitleChange() {
  327. //
  328. }
  329. function showDeviceMonitor(deviceType) {
  330. if (deviceActive.value === deviceType.type) {
  331. deviceActive.value = '';
  332. } else {
  333. deviceColumnsType.value = deviceType.columnsType;
  334. deviceActive.value = deviceType.type;
  335. }
  336. }
  337. let timer: null | NodeJS.Timeout | undefined = null;
  338. function getMonitor() {
  339. if (timer == null) {
  340. timer = setTimeout(async () => {
  341. // 首页监测
  342. const result = await list({});
  343. if (result) {
  344. const list = result['sys_surface'];
  345. const currentObj = list.find((item) => {
  346. return item.deviceID == currentTitleValue.value;
  347. });
  348. if (currentObj) {
  349. monitorData.value = currentObj['history'];
  350. }
  351. }
  352. // 设备监测
  353. const deviceMonitorList = await deviceMonitor({ devicetype: 'sys', pagetype: 'normal', systemID: '2' });
  354. deviceMonitorList.forEach((item) => {
  355. if (item['msgTxt']['type'] === deviceActive.value) {
  356. deviceMonitorData.value = item['msgTxt']['datalist'];
  357. }
  358. });
  359. if (timer) {
  360. timer = null;
  361. }
  362. getMonitor();
  363. }, 1000);
  364. }
  365. }
  366. function goDetail() {}
  367. onMounted(() => {
  368. getMonitor();
  369. });
  370. onUnmounted(() => {
  371. if (timer) timer = undefined;
  372. });
  373. </script>
  374. <style lang="less" scoped>
  375. @ventSpace: zxm;
  376. .center-container{
  377. width: 100%;
  378. height: calc(100% - 100px);
  379. display: flex;
  380. justify-content: space-between;
  381. position: absolute;
  382. top: 90px;
  383. .lr-box {
  384. height: 100%;
  385. width: 347px;
  386. color: #fff;
  387. display: flex;
  388. flex-direction: column;
  389. pointer-events: auto;
  390. // .container-title {
  391. // width: 398px;
  392. // height: 34px;
  393. // position: relative;
  394. // top: -30px;
  395. // background: url('/@/assets/images/vent/new-home/container-title-bg.png') no-repeat;
  396. // background-size: contain;
  397. // padding: 0 0 0 180px;
  398. // font-size: 20px;
  399. // pointer-events: auto;
  400. // position: relative;
  401. // .title-select {
  402. // width: 198px;
  403. // position: absolute;
  404. // top: 0;
  405. // left: 180px;
  406. // }
  407. // }
  408. .item {
  409. // flex: 1;
  410. width: 100%;
  411. display: flex;
  412. justify-content: center;
  413. flex-direction: column;
  414. margin-bottom: 20px;
  415. align-items: center;
  416. .item-container {
  417. width: 100%;
  418. height: 100%;
  419. }
  420. }
  421. .need-air-group{
  422. width: calc(100% - 20px);
  423. display: flex;
  424. justify-content: space-between;
  425. border: 1px solid #20dbfd22;
  426. box-shadow: 0 0 5px #00d8ff22 inset;
  427. padding: 10px;
  428. margin: 10px 10px 0 10px;
  429. .air-box{
  430. display: flex;
  431. flex-direction: column;
  432. justify-content: center;
  433. align-items: center;
  434. .title{
  435. margin-left: 5px;
  436. }
  437. .air-num{
  438. font-family: 'numberFont';
  439. color: #20dbfd;
  440. text-shadow: 0 0 25px #00d8ff;
  441. font-size: 28px;
  442. font-weight: bolder;
  443. }
  444. }
  445. }
  446. .base-title {
  447. width: calc(100% - 60px);
  448. text-align: center;
  449. color: #00d8ff;
  450. }
  451. .base-information-box{
  452. display: flex;
  453. margin-left: 5px;
  454. .base-information {
  455. display: flex;
  456. flex-direction: row;
  457. flex-wrap: wrap;
  458. .device-num-box {
  459. width: 170px;
  460. height: 82px;
  461. background: url('/@/assets/images/vent/new-home/num-bg.png') no-repeat;
  462. background-size: contain;
  463. margin: 5px 0px;
  464. position: relative;
  465. .icon {
  466. position: absolute;
  467. width: 40px;
  468. height: 40px;
  469. background: url('/@/assets/images/vent/new-home/base-icon1.png') no-repeat;
  470. background-size: contain;
  471. top: 22px;
  472. left: 16px;
  473. }
  474. .text-box {
  475. height: 100%;
  476. margin-left: 70px;
  477. display: flex;
  478. justify-content: center;
  479. flex-direction: column;
  480. margin-top: 2px;
  481. .value {
  482. font-family: 'douyuFont';
  483. color: #28DCE4;
  484. margin-top: 5px;
  485. }
  486. }
  487. }
  488. }
  489. }
  490. .warning-box{
  491. .warning-top{
  492. display: flex;
  493. justify-content: space-between;
  494. padding: 10px 2px 0px 2px;
  495. .warning-icon{
  496. width: 168px;
  497. height: 105px;
  498. display: flex;
  499. flex-direction: column;
  500. background: url('/@/assets/images/vent/new-home/warning-bg.png') no-repeat;
  501. background-size: contain;
  502. .title{
  503. font-size: 13px;
  504. margin: 5px 0 5px 14px;
  505. }
  506. .num-box{
  507. display: flex;
  508. margin-left: 20px;
  509. .num{
  510. font-family: 'numberFont';
  511. font-size: 34px;
  512. color: #20dbfd;
  513. text-shadow: 0 0 25px #00d8ff;
  514. margin-right: 10px;
  515. }
  516. .rate-box{
  517. font-size: 12px;
  518. .day-rate{
  519. color: #FE3E12;
  520. }
  521. .week-rate{
  522. color: #FADB3E;
  523. }
  524. .moth-rate{
  525. color: #12FE81;
  526. }
  527. }
  528. }
  529. }
  530. }
  531. }
  532. .device-monitor-box{
  533. margin-top: 20px;
  534. position: reactive;
  535. .device-btn-group{
  536. display: flex;
  537. flex-wrap: wrap;
  538. margin-top: 10px;
  539. .device-active{
  540. &::before{
  541. border-color: #0efcff;
  542. box-shadow: 1px 1px 3px 1px #0efcff inset;
  543. }
  544. }
  545. .device-btn{
  546. width: 100px;
  547. height: 40px;
  548. position: relative;
  549. display: flex;
  550. justify-content: center;
  551. align-items: center;
  552. font-size: 14px;
  553. color: #0efcff;
  554. cursor: pointer;
  555. margin: 0 6px;
  556. &::before{
  557. content: '';
  558. position: absolute;
  559. top: 0;
  560. right: 0;
  561. bottom: 0;
  562. left: 0;
  563. border: 1px solid #6176AF;
  564. transform: skewX(-38deg);
  565. }
  566. }
  567. }
  568. .device-table{
  569. position: absolute;
  570. width: 1550px;
  571. height: 270px;
  572. right: 0;
  573. bottom: 0;
  574. backdrop-filter: blur(30px);
  575. border: 1px solid #8b8b8b22;
  576. padding: 2px 0 10px 10px;
  577. z-index: 9999;
  578. &::before{
  579. position: absolute;
  580. content: '';
  581. width: 10px;
  582. height: 10px;
  583. border-top: 1px solid #00d8ff;
  584. border-left: 1px solid #00d8ff;
  585. left: 0px;
  586. top: -1px;
  587. }
  588. &::after{
  589. position: absolute;
  590. content: '';
  591. width: 10px;
  592. height: 10px;
  593. border-bottom: 1px solid #00d8ff;
  594. border-left: 1px solid #00d8ff;
  595. left: 0px;
  596. bottom: -1px;
  597. }
  598. .device-tab{
  599. width: 100%;
  600. .tab{
  601. margin: 5px;
  602. cursor: pointer;
  603. }
  604. .tab-active{
  605. color: #00d8ff;
  606. }
  607. }
  608. .device-animation{
  609. border-bottom: 1px solid #91e9fe44;
  610. }
  611. .monitor-table{
  612. background-color: #67e6fd05;
  613. }
  614. }
  615. .device-table-open{
  616. width: 1550;
  617. animation-name: open;
  618. /* 持续时间 */
  619. animation-duration: 2s;
  620. transition: all 2s linear 1s;
  621. }
  622. .device-table-close{
  623. width: 0px;
  624. animation-name: close;
  625. /* 持续时间 */
  626. animation-duration: 2s;
  627. transition: all 2s linear 1s;
  628. }
  629. }
  630. }
  631. .left-box{
  632. margin-top: 30px;
  633. }
  634. }
  635. :deep(.@{ventSpace}-table-thead){
  636. background-color: transparent !important;
  637. th{
  638. color: #00d8ff !important;
  639. border-color: #91e9fe44 !important;
  640. border: none !important;
  641. border-top: 1px solid #91e9fe44 !important;
  642. &:first-child{
  643. border-left: 1px solid #91e9fe44 !important;
  644. }
  645. &:last-child{
  646. border-right: 1px solid #91e9fe44 !important;
  647. }
  648. .@{ventSpace}-table-column-title{
  649. color: #00d8ff !important;
  650. }
  651. .@{ventSpace}-table-cell-scrollbar{
  652. box-shadow: none !important;
  653. }
  654. }
  655. }
  656. :deep(.@{ventSpace}-table-tbody){
  657. tr{
  658. td{
  659. background-color: transparent !important;
  660. border-bottom: 1px solid #91e9fe33 !important;
  661. // border-top: none !important;
  662. // border-left: none !important;
  663. &:first-child{
  664. border-left: 1px solid #91e9fe44 !important;
  665. }
  666. &:last-child{
  667. border-right: 1px solid #91e9fe44 !important;
  668. }
  669. }
  670. &:last-child{
  671. td{
  672. border-bottom: 1px solid #91e9fe44 !important;
  673. }
  674. }
  675. }
  676. }
  677. @keyframes open {
  678. /* 开始状态 */
  679. 0% {
  680. opacity: 0;
  681. width: 0px;
  682. }
  683. /* 结束状态 */
  684. 100% {
  685. opacity: 1;
  686. width: 1550px;
  687. }
  688. }
  689. @keyframes close {
  690. /* 开始状态 */
  691. 0% {
  692. opacity: 1;
  693. width: 1550px;
  694. }
  695. /* 结束状态 */
  696. 100% {
  697. opacity: 0;
  698. width: 0px;
  699. }
  700. }
  701. </style>