nitrogenHome1.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762
  1. <template>
  2. <div id="nitrogenCss3D" class="threejs-Object-CSS"
  3. style="width: 100%; height: 100%; position: absolute; pointer-events: none; overflow: hidden; z-index: 2; top: 0px; left: 0px">
  4. <a-spin :spinning="loading" />
  5. <template>
  6. <div v-for="groupNum in monitorDataGroupNum" :key="groupNum" class="modal-monitor">
  7. <fourBorderBg :class="`kyj${groupNum}`" :id="`nitrogenMonitor${groupNum}`">
  8. <div class="title">{{ monitorData[groupNum - 1]['strname'] }} </div>
  9. <div class="monitor-item">
  10. <span class="monitor-title">排气压力:</span>
  11. <span class="monitor-val"><span class="val">{{ monitorData[groupNum - 1]['AirCompressor_ExhaustPre'] ?
  12. monitorData[groupNum - 1]['AirCompressor_ExhaustPre'] : '-' }}</span><span class="unit">kPa</span></span>
  13. </div>
  14. <div class="monitor-item">
  15. <span class="monitor-title">累计流量:</span>
  16. <span class="monitor-val"><span class="val">{{ monitorData[groupNum - 1]['FluxTotal1'] ?
  17. monitorData[groupNum - 1]['FluxTotal1'] : '-' }}</span><span class="unit">m³/h</span></span>
  18. </div>
  19. <div class="monitor-item">
  20. <span class="monitor-title">氮气纯度:</span>
  21. <span class="monitor-val"><span class="val">{{ monitorData[groupNum - 1]['NitrogenPurity'] ?
  22. monitorData[groupNum - 1]['NitrogenPurity'] : '-' }}</span><span class="unit">%</span></span>
  23. </div>
  24. <div class="monitor-item">
  25. <span class="monitor-title">运行时间:</span>
  26. <span class="monitor-val"><span class="val">{{ monitorData[groupNum - 1]['AirCompressor_RunTime'] ?
  27. monitorData[groupNum - 1]['AirCompressor_RunTime'] : '-' }}</span><span class="unit">-</span></span>
  28. </div>
  29. <div class="monitor-item">
  30. <span class="monitor-title">加载时间:</span>
  31. <span class="monitor-val"><span class="val">{{ monitorData[groupNum - 1]['AirCompressor_LoadTime'] ?
  32. monitorData[groupNum - 1]['AirCompressor_LoadTime'] : '-' }}</span><span class="unit">-</span></span>
  33. </div>
  34. <!-- <div class="signal-item">
  35. <div class="signal"><span class="monitor-title">运行时间:</span><span
  36. :class="{ 'signal-round': true, 'signal-round-run': monitorData[groupNum - 1]['AirCompressor_RunTime'], 'signal-round-gry': !monitorData[groupNum - 1]['AirCompressor_RunTime'] }"></span>
  37. </div>
  38. <div class="signal"><span class="monitor-title">加载时间:</span><span
  39. :class="{ 'signal-round': true, 'signal-round-run': monitorData[groupNum - 1]['AirCompressor_LoadTime'], 'signal-round-gry': !monitorData[groupNum - 1]['AirCompressor_LoadTime'] }"></span>
  40. </div>
  41. </div> -->
  42. </fourBorderBg>
  43. </div>
  44. </template>
  45. </div>
  46. <div id="nitrogen3D" style="width: 100%; height: 100%; position: absolute; overflow: hidden"></div>
  47. <div class="nitrogen-home">
  48. <div class="nitrogen-container">
  49. <div class="top-box">
  50. <!-- 左边监测数据 -->
  51. <div class="lr-box left-box">
  52. <div class="item item-l" v-for="groupNum in monitorDataGroupNum" :key="groupNum">
  53. <ventBox1>
  54. <template #title>
  55. <div>{{ monitorData[groupNum - 1]['strname'] }}</div>
  56. <!-- <div style="position: absolute;right:10px;font-size: 10px;color:#3fe4fc;cursor: pointer;" @click="getDetail(groupNum - 1)">查看详情>></div> -->
  57. </template>
  58. <template #container>
  59. <div class="monitor-box">
  60. <div class="parameter-title group-parameter-title">
  61. <SvgIcon class="icon" size="38" name="device-group-paramer" /><span>机组参数</span>
  62. </div>
  63. <div class="state-item" v-for="(data, index) in groupParameterData" :key="index">
  64. <div class="item-col">
  65. <span class="state-title">{{ Object.values(data)[0] }} :</span>
  66. <span class="state-val">{{ (monitorData.length > 0 && monitorData[groupNum -
  67. 1][Object.keys(data)[0]])
  68. >= 0 ? monitorData[groupNum - 1][Object.keys(data)[0]] : '-' }}</span>
  69. </div>
  70. <div class="item-col" v-if="Object.keys(data)[1]">
  71. <span class="state-title">{{ Object.values(data)[1] }} :</span>
  72. <span class="state-val">{{ (monitorData.length > 0 && monitorData[groupNum -
  73. 1][Object.keys(data)[1]])
  74. >= 0 ? monitorData[groupNum - 1][Object.keys(data)[1]] : '-' }}</span>
  75. </div>
  76. </div>
  77. </div>
  78. <div class="monitor-box">
  79. <div class="parameter-title device-parameter-title">
  80. <SvgIcon class="icon" size="32" name="device-paramer" /><span>空压机数据</span>
  81. </div>
  82. <div class="state-item" v-for="(data, index) in deviceParameterData" :key="index">
  83. <div class="item-col">
  84. <span class="state-title">{{ Object.values(data)[0] }} :</span>
  85. <span class="state-val">{{ (monitorData.length > 0 && monitorData[groupNum -
  86. 1][Object.keys(data)[0]])
  87. >= 0 ? monitorData[groupNum - 1][Object.keys(data)[0]] : '-' }}</span>
  88. </div>
  89. <div class="item-col" v-if="Object.keys(data)[1]">
  90. <span class="state-title">{{ Object.values(data)[1] }} :</span>
  91. <span class="state-val">{{ (monitorData.length > 0 && monitorData[groupNum -
  92. 1][Object.keys(data)[1]])
  93. >= 0 ? monitorData[groupNum - 1][Object.keys(data)[1]] : '-' }}</span>
  94. </div>
  95. </div>
  96. </div>
  97. </template>
  98. </ventBox1>
  99. </div>
  100. </div>
  101. <!-- 右边控制状态 -->
  102. <div class="lr-box right-box">
  103. <ventBox1>
  104. <template #title>
  105. <div>远程控制</div>
  106. </template>
  107. <template #container>
  108. <div class="control-group">
  109. <div class="control-item" v-for="groupNum in monitorDataGroupNum" :key="groupNum">
  110. <div class="control-item-title">{{ monitorData[groupNum - 1]['strname'] }}</div>
  111. <div class="control-item-state">
  112. <a-switch v-model="airCompressorState[groupNum - 1][`compressRunSigF1`]" size="small"
  113. checked-children="开启" un-checked-children="关闭"
  114. :disabled="airCompressorState[groupNum - 1][`controlModel`]"
  115. @change="handlerDevice(airCompressorState[groupNum - 1])">
  116. </a-switch>
  117. </div>
  118. </div>
  119. <!-- <div class="control-item" v-for="groupNum in monitorDataGroupNum" :key="groupNum">
  120. <div class="control-item-title">{{ kyjs[groupNum - 1] }}</div>
  121. <div class="control-item-state">
  122. <a-switch v-model="airCompressorState[groupNum - 1][`compressRunSigF1`]" size="small"
  123. checked-children="开启" un-checked-children="关闭"
  124. :disabled="airCompressorState[groupNum - 1][`controlModel`]"
  125. @change="handlerDevice(airCompressorState[groupNum - 1])">
  126. </a-switch>
  127. </div>
  128. </div> -->
  129. <!-- <div class="control-item">
  130. <div class="control-item-title">是否开启联动</div>
  131. <div class="control-item-state">
  132. <a-radio v-model:checked="isLink">开启</a-radio>
  133. </div>
  134. </div> -->
  135. </div>
  136. </template>
  137. </ventBox1>
  138. <ventBox1 class="vent-margin-t-10">
  139. <template #title>
  140. <div>设备实时监测曲线</div>
  141. </template>
  142. <template #container>
  143. <BarAndLineCustom xAxisPropType="readTime" :chartData="echartData" height="240px"
  144. :propTypeArr="['FluxTotal1','InputFlux']" :option="zhudanOption" />
  145. </template>
  146. </ventBox1>
  147. <!-- <div class="vent-margin-t-10">
  148. <LivePlayer id="fm-player1" style="height: 250px;" ref="player1" :videoUrl="flvURL1()" muted live loading
  149. controls />
  150. </div> -->
  151. </div>
  152. </div>
  153. </div>
  154. </div>
  155. <!-- <DetailModal @register="registerModal" /> -->
  156. </template>
  157. <script lang="ts" setup name="nitrogenHome">
  158. import { onMounted, onUnmounted, ref, watch, reactive, defineProps, nextTick} from 'vue'
  159. import ventBox1 from '/@/components/vent/ventBox1.vue'
  160. import fourBorderBg from '../../../comment/components/fourBorderBg.vue'
  161. import { mountedThree, destroy, setModelType } from '../nitrogen.threejs'
  162. import { getDevice } from '../nitrogen.api'
  163. import { SvgIcon } from '/@/components/Icon'
  164. // import LivePlayer from '@liveqing/liveplayer-v3';
  165. import BarAndLineCustom from '/@/components/chart/BarAndLineCustom.vue';
  166. import { zhudanOption } from '../nitrogen.data.ts'
  167. // import DetailModal from './DetailModal.vue';
  168. // import { useModal } from '/@/components/Modal';
  169. const props = defineProps({
  170. deviceId: {
  171. type: String,
  172. require: true
  173. },
  174. modalType: {
  175. type: String,
  176. require: true
  177. }
  178. })
  179. const loading = ref(true)
  180. const isLink = ref(true)
  181. const isRefresh = ref(true)
  182. const zdjs = ['1号制氮机', '2号制氮机', '3号制氮机', '4号制氮机'];
  183. // const kyjs = ['1号空压机', '1号空压机', '1号空压机', '1号空压机'];
  184. const flvURL1 = () => {
  185. // return `https://sf1-hscdn-tos.pstatp.com/obj/media-fe/xgplayer_doc_video/flv/xgplayer-demo-360p.flv`;
  186. return ''
  187. };
  188. const monitorDataGroupNum = ref(0);
  189. let airCompressorState = reactive<any[]>([]);
  190. const groupParameterData = [
  191. {
  192. FluxTotal1: '累计流量',
  193. InputFlux: '瞬时流量',
  194. },
  195. {
  196. PreMembraneTemperature: '膜前温度(­°C)',
  197. NitrogenPurity: '氮气纯度(%)',
  198. },
  199. ];
  200. const deviceParameterData = [
  201. {
  202. AirCompressor_ExhaustPre: '排气压力(KPa)',
  203. AirCompressor_ExhaustTemp: '排气温度(­°C)',
  204. },
  205. {
  206. AirCompressor_RunTime: '运行时间',
  207. AirCompressor_LoadTime: '加载时间',
  208. },
  209. ];
  210. const monitorData = ref(new Array(3).fill({
  211. // strName: '空压机',
  212. // cumulativeFlow: '-',
  213. // centerTemperature: '-',
  214. // outletTemperature: '-',
  215. // Ia: '-',
  216. // Ib: '-',
  217. // Ic: '-',
  218. // Vab: '-',
  219. // Vac: '-',
  220. // Vbc: '-',
  221. // compressGroupName: '',
  222. // compressExhaustPressF1: '-',
  223. // compressSeparatePressF1: '-',
  224. // compressHostTempF1: '-',
  225. // compressCrewTempF1: '-',
  226. // compressRunTimeF1: '-',
  227. // controlModel: 'LOC'
  228. }));
  229. //图表数据
  230. let echartData=reactive<any>([])
  231. // //详情弹框
  232. // const [registerModal, { openModal, closeModal }] = useModal();
  233. //查看详情
  234. // function getDetail(ind) {
  235. // console.log(ind,'激活详情索引')
  236. // switch(ind){
  237. // case 0:
  238. // openModal()
  239. // break;
  240. // }
  241. // }
  242. // https获取监测数据
  243. let timer: null | NodeJS.Timeout = null;
  244. async function getMonitor(flag?) {
  245. if (Object.prototype.toString.call(timer) === '[object Null]') {
  246. timer = await setTimeout(async () => {
  247. if (props.deviceId) {
  248. await getDataSource(props.deviceId)
  249. }
  250. if (timer) {
  251. timer = null;
  252. }
  253. await getMonitor();
  254. }, flag ? 0 : 3000);
  255. }
  256. };
  257. async function getDataSource(systemID) {
  258. const res = await getDevice({ devicetype: 'sys', systemID, type: 'all' });
  259. console.log(res,'res---------------')
  260. if (res) {
  261. const result = res;
  262. if (!result || result.msgTxt.length < 1) return
  263. result.msgTxt.forEach(item => {
  264. if (item.typeName.indexOf('制氮机')!=-1) {
  265. monitorData.value = item['datalist'].filter((data) => {
  266. const item = data.readData;
  267. return Object.assign(data, item);
  268. });
  269. //图表数据
  270. if(echartData.length<=5){
  271. monitorData.value.forEach(el=>{
  272. echartData.push(el)
  273. })
  274. }
  275. airCompressorState.length = 0
  276. item['datalist'].forEach(v => {
  277. airCompressorState.push({
  278. id: v.deviceID,
  279. compressRunSigF1: false,
  280. controlModel: false
  281. })
  282. })
  283. }
  284. })
  285. console.log(echartData,'echart----------')
  286. monitorDataGroupNum.value = monitorData.value.length
  287. }
  288. };
  289. function handlerDevice(data) {
  290. // if (data.length < 1) return
  291. // handleAirCompressor({ id: data.id, compressRunF1: data.compressRunSigF1 }).then(res => {
  292. // if (res.success) {
  293. // message.success('操作成功')
  294. // } else {
  295. // message.warning(data.msg)
  296. // }
  297. // })
  298. };
  299. function resetDevice(data) {
  300. }
  301. function handlerControlModel(data) {
  302. }
  303. watch([monitorDataGroupNum, loading], ([newMonitorDataGroupNum, newLoading]) => {
  304. nextTick(() => {
  305. if (newMonitorDataGroupNum && !newLoading) {
  306. setModelType(props.modalType, newMonitorDataGroupNum)
  307. }
  308. })
  309. })
  310. onMounted(async () => {
  311. await getMonitor(true)
  312. await mountedThree().then(() => {
  313. loading.value = false
  314. })
  315. })
  316. onUnmounted(() => {
  317. destroy();
  318. if (timer) {
  319. clearTimeout(timer);
  320. timer = undefined;
  321. }
  322. });
  323. </script>
  324. <style lang="less" scoped>
  325. @ventSpace: zxm;
  326. .nitrogen-box {
  327. width: 100%;
  328. height: 100%;
  329. display: flex;
  330. justify-content: center;
  331. }
  332. #nitrogenCss3D {
  333. .modal-monitor {
  334. width: 200px;
  335. position: absolute;
  336. left: 0px;
  337. top: 0px;
  338. }
  339. &:deep(.win) {
  340. margin: 0 !important;
  341. background: #00000044;
  342. }
  343. }
  344. .nitrogen-home {
  345. width: 100%;
  346. height: 100%;
  347. position: fixed;
  348. z-index: 9999;
  349. display: flex;
  350. flex-direction: column;
  351. justify-content: center;
  352. align-items: center;
  353. pointer-events: none;
  354. top: 60px;
  355. .nitrogen-container {
  356. width: 100%;
  357. height: calc(100%);
  358. display: flex;
  359. justify-content: space-between;
  360. margin-bottom: 100px;
  361. .top-box {
  362. width: 100%;
  363. padding: 10px;
  364. overflow: hidden;
  365. display: flex;
  366. justify-content: space-between;
  367. .lr-box {
  368. height: fit-content;
  369. display: flex;
  370. flex-direction: column;
  371. position: relative;
  372. overflow: hidden;
  373. z-index: 9999;
  374. pointer-events: auto;
  375. }
  376. .item {
  377. width: 335px;
  378. height: auto;
  379. position: relative;
  380. border-radius: 5px;
  381. margin-top: 10px;
  382. margin-bottom: 0px;
  383. pointer-events: auto;
  384. color: #fff;
  385. overflow: hidden;
  386. &:first-child {
  387. margin-top: 0px;
  388. }
  389. .base-title {
  390. color: #fff;
  391. margin-bottom: 8px;
  392. padding-left: 10px;
  393. position: relative;
  394. font-size: 16px;
  395. &::after {
  396. content: '';
  397. position: absolute;
  398. display: block;
  399. width: 4px;
  400. height: 12px;
  401. top: 7px;
  402. left: 0px;
  403. background: #45d3fd;
  404. border-radius: 4px;
  405. }
  406. }
  407. .state-item {
  408. display: flex;
  409. flex-direction: row;
  410. padding: 5px;
  411. .item-col {
  412. width: calc(50% - 5px);
  413. display: flex;
  414. justify-content: center;
  415. align-items: center;
  416. padding-right: 4px;
  417. background-image: linear-gradient(to right, #39A3FF00, #39A3FF10);
  418. &:first-child {
  419. margin-right: 10px;
  420. }
  421. .state-title {
  422. color: #ffffffcc;
  423. flex: 9;
  424. font-size: 14px;
  425. }
  426. .state-val {
  427. flex: 1;
  428. color: #00eefffe;
  429. margin-right: 5px;
  430. text-align: right;
  431. font-size: 14px;
  432. }
  433. }
  434. }
  435. .signal-box {
  436. margin: 5px 0;
  437. display: flex;
  438. align-items: center;
  439. .signal-title {
  440. color: #7AF5FF;
  441. margin: 0 5px;
  442. }
  443. &:last-child {
  444. margin-right: 0px;
  445. }
  446. }
  447. .list-item {
  448. padding: 0 10px;
  449. display: flex;
  450. justify-content: space-between;
  451. align-items: center;
  452. .item-data-key {
  453. color: #ffffff99;
  454. }
  455. }
  456. .item-data-box {
  457. color: #fff;
  458. .state-icon {
  459. display: inline-block;
  460. width: 12px;
  461. height: 12px;
  462. border-radius: 12px;
  463. }
  464. .open {
  465. border: 5px solid #133a56;
  466. background: #4ecb73;
  467. }
  468. .close {
  469. border: 5px solid #192961;
  470. background: #6d7898;
  471. }
  472. }
  473. }
  474. .item-l {
  475. width: 100%;
  476. .monitor-box {
  477. width: 100%;
  478. .parameter-title {
  479. position: relative;
  480. width: 100%;
  481. height: 14px;
  482. margin-top: 10px;
  483. .icon,
  484. span {
  485. position: absolute;
  486. top: -10px;
  487. }
  488. }
  489. .group-parameter-title {
  490. background-image: linear-gradient(to right, #39a3ff50, #39a3ff00);
  491. .icon {
  492. left: -12px;
  493. top: -17px;
  494. }
  495. span {
  496. left: 18px;
  497. }
  498. .item-col {
  499. background-image: linear-gradient(to right, #39A3FF00, #39A3FF10);
  500. }
  501. }
  502. .device-parameter-title {
  503. background-image: linear-gradient(to right, #3df6ff40, #3df6ff00);
  504. .icon {
  505. left: -10px;
  506. top: -14px;
  507. }
  508. span {
  509. left: 18px;
  510. }
  511. .item-col {
  512. background-image: linear-gradient(to right, #3df6ff10, #3df6ff00);
  513. }
  514. }
  515. }
  516. }
  517. .right-box {
  518. width: 330px;
  519. margin-top: 50px;
  520. .control-group {
  521. display: flex;
  522. // justify-content: space-around;
  523. flex-wrap: wrap;
  524. .control-item {
  525. display: flex;
  526. flex-direction: column;
  527. justify-content: center;
  528. align-items: center;
  529. padding: 0 4px;
  530. .control-item-title {
  531. color: #A6DCE9;
  532. position: relative;
  533. top: 5px;
  534. }
  535. .control-item-state {
  536. width: 94px;
  537. height: 47px;
  538. background: url('/@/assets/images/vent/control-switch-bg.png');
  539. display: flex;
  540. justify-content: center;
  541. align-items: center;
  542. color: #fff;
  543. }
  544. .button-box {
  545. position: relative;
  546. padding: 5px;
  547. border: 1px transparent solid;
  548. background-clip: border-box;
  549. border-radius: 5px;
  550. margin-left: 8px;
  551. }
  552. .a-button {
  553. pointer-events: auto;
  554. }
  555. &::v-deep .a-button--mini {
  556. padding: 6px 10px;
  557. }
  558. &::v-deep .a-button--mini.is-round {
  559. padding: 6px 10px;
  560. }
  561. }
  562. }
  563. }
  564. .left-box {
  565. width: 365px;
  566. margin-top: 80px;
  567. }
  568. }
  569. &:deep(.win) {
  570. width: 100%;
  571. margin: 0 !important;
  572. }
  573. }
  574. }
  575. &:deep(.main) {
  576. .title {
  577. height: 34px;
  578. text-align: center;
  579. font-weight: 600;
  580. color: #7AF5FF;
  581. // background-image: url('../../../assets/img/yfj/light.png');
  582. background-repeat: no-repeat;
  583. background-position-x: center;
  584. background-position-y: 100%;
  585. background-size: 80%;
  586. font-size: 16px;
  587. }
  588. .monitor-item {
  589. width: 200px;
  590. display: flex;
  591. flex-direction: row;
  592. width: auto;
  593. margin-bottom: 3px;
  594. .monitor-val {
  595. color: #ffb700;
  596. display: flex;
  597. width: auto;
  598. .val {
  599. width: 80px;
  600. font-size: 14px;
  601. }
  602. .unit {
  603. color: #ffffffbb;
  604. font-size: 14px;
  605. }
  606. }
  607. }
  608. .monitor-title {
  609. width: 100px;
  610. color: #7AF5FF;
  611. font-weight: 400;
  612. font-size: 14px;
  613. }
  614. .signal-item {
  615. display: flex;
  616. justify-content: space-between;
  617. // margin-bottom: 5px;
  618. .signal-round {
  619. display: inline-block;
  620. width: 8px;
  621. height: 8px;
  622. border-radius: 50%;
  623. margin: 0 10px;
  624. position: relative;
  625. &::after {
  626. display: block;
  627. content: '';
  628. position: absolute;
  629. width: 12px;
  630. height: 12px;
  631. top: -2px;
  632. left: -2px;
  633. border-radius: 50%;
  634. }
  635. }
  636. .signal-round-gry {
  637. background-color: #858585;
  638. &::after {
  639. background-color: #85858544;
  640. box-shadow: 0 0 1px 1px #85858599;
  641. }
  642. }
  643. .signal-round-run {
  644. background-color: #67FC00;
  645. &::after {
  646. background-color: #67FC0044;
  647. box-shadow: 0 0 1px 1px #c6ff77;
  648. }
  649. }
  650. .signal-round-warning {
  651. background-color: #E9170B;
  652. &::after {
  653. background-color: #E9170B44;
  654. box-shadow: 0 0 1px 1px #E9170B;
  655. }
  656. }
  657. }
  658. }
  659. :deep(.zxm-radio-wrapper) {
  660. color: #fff !important;
  661. }
  662. </style>