home1.vue 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842
  1. <template>
  2. <div class="home-main" id="my-home-main" :style="`transform: scale(${toScale}) !important;`">
  3. <div class="top">
  4. <div class="top-name">XXXX数字看板</div>
  5. </div>
  6. <div v-if="show" class="full-screen" @click="fullScreen">
  7. <svg t="1732355752742" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4253" width="200" height="200"><path d="M368.896 192H224a32 32 0 0 0-32 32v137.888a32 32 0 0 0 64 0V256h112.896a32 32 0 0 0 0-64zM784.864 192H640a32 32 0 1 0 0 64h112.864v105.888a32 32 0 1 0 64 0V224a32 32 0 0 0-32-32zM368.896 777.92H256V672a32 32 0 1 0-64 0v137.92a32 32 0 0 0 32 32h144.896a32 32 0 1 0 0-64zM784.864 640a32 32 0 0 0-32 32v105.92H640a32 32 0 1 0 0 64h144.864a32 32 0 0 0 32-32V672a32 32 0 0 0-32-32z" fill="#273CFF" p-id="4254"></path><path d="M912 48h-800c-35.296 0-64 28.704-64 64v800c0 35.296 28.704 64 64 64h800c35.296 0 64-28.704 64-64v-800c0-35.296-28.704-64-64-64z m-800 864v-800h800l0.064 800H112z" fill="#273CFF" p-id="4255"></path></svg>
  8. </div>
  9. <div class="main-center">
  10. <div class="center-1">
  11. <div class="item-title">
  12. <div class="item-title-name">设备报维修记录</div>
  13. </div>
  14. <div class="msg-1">
  15. <div class="table-head">
  16. <div class="head1">设备名称</div>
  17. <div class="head2">设备刷新时间</div>
  18. <div class="head3">运行状态</div>
  19. </div>
  20. <div v-for="i in 8" :class="{'msg-item': true, 'active': i == 2}">
  21. <div class="item-1">设备一</div>
  22. <div class="item-2">2024-10-12 16:30:22</div>
  23. <div class="item-3">
  24. <span v-if="i==1" class="t-r">故障中</span>
  25. <span v-if="i==2" class="t-g">已处理</span>
  26. <span v-if="i!=1&& i!=2" class="t-b">正常</span>
  27. </div>
  28. </div>
  29. </div>
  30. </div>
  31. <div class="center-2">
  32. <div class="main-nav">
  33. <div class="nav-item" @click="onChange(1)">企业首页</div>
  34. <div class="nav-item" @click="onChange(2)">业务看板</div>
  35. <div class="nav-item acitve" @click="onChange(3)">生产看板</div>
  36. <div class="nav-item" @click="onChange(4)">质量看板</div>
  37. </div>
  38. <div class="msg-2">
  39. <div class="line-itme px-1">
  40. <div class="items i-l c-g">
  41. <div class="icon"/>
  42. <div class="numbers">
  43. <div class="number">300W转</div>
  44. <div class="des"><span>设备一</span>使用人:张三</div>
  45. </div>
  46. </div>
  47. <div class="items i-r c-b">
  48. <div class="numbers">
  49. <div class="number">300W转</div>
  50. <div class="des">使用人:张三<span>设备一</span></div>
  51. </div>
  52. <div class="icon"/>
  53. </div>
  54. </div>
  55. <div class="line-itme px-2">
  56. <div class="items i-l c-y">
  57. <div class="icon"/>
  58. <div class="numbers">
  59. <div class="number">300W转</div>
  60. <div class="des"><span>设备一</span>使用人:张三</div>
  61. </div>
  62. </div>
  63. <div class="items i-r c-r">
  64. <div class="numbers">
  65. <div class="number">300W转</div>
  66. <div class="des">使用人:张三<span>设备一</span></div>
  67. </div>
  68. <div class="icon"/>
  69. </div>
  70. </div>
  71. <div class="line-itme px-3">
  72. <div class="items i-l c-b">
  73. <div class="icon"/>
  74. <div class="numbers">
  75. <div class="number">300W转</div>
  76. <div class="des"><span>设备一</span>使用人:张三</div>
  77. </div>
  78. </div>
  79. <div class="items i-r c-g">
  80. <div class="numbers">
  81. <div class="number">300W转</div>
  82. <div class="des">使用人:张三<span>设备一</span></div>
  83. </div>
  84. <div class="icon"/>
  85. </div>
  86. </div>
  87. <div class="line-itme px-2">
  88. <div class="items i-l c-g">
  89. <div class="icon"/>
  90. <div class="numbers">
  91. <div class="number">300W转</div>
  92. <div class="des"><span>设备一</span>使用人:张三</div>
  93. </div>
  94. </div>
  95. <div class="items i-r c-g">
  96. <div class="numbers">
  97. <div class="number">300W转</div>
  98. <div class="des">使用人:张三<span>设备一</span></div>
  99. </div>
  100. <div class="icon"/>
  101. </div>
  102. </div>
  103. <div class="line-itme px-1">
  104. <div class="items i-l c-g">
  105. <div class="icon"/>
  106. <div class="numbers">
  107. <div class="number">300W转</div>
  108. <div class="des"><span>设备一</span>使用人:张三</div>
  109. </div>
  110. </div>
  111. <div class="items i-r c-r">
  112. <div class="numbers">
  113. <div class="number">300W转</div>
  114. <div class="des">使用人:张三<span>设备一</span></div>
  115. </div>
  116. <div class="icon"/>
  117. </div>
  118. </div>
  119. </div>
  120. </div>
  121. <div class="center-3">
  122. <div class="item-title">
  123. <div class="item-title-name">报工统计</div>
  124. </div>
  125. <div class="msg-3">
  126. <div class="table-h">
  127. <div class="table-h-1">序号</div>
  128. <div class="table-h-1">姓名</div>
  129. <div class="table-h-1">报工件数</div>
  130. <div class="table-h-1">报工工时</div>
  131. <div class="table-h-1">部门</div>
  132. </div>
  133. <div v-for="i in 8" :class="{'table-c-item': true, 'active': i ==3}">
  134. <div class="c-item">{{ i }}</div>
  135. <div class="c-item">百邦慧</div>
  136. <div class="c-item">265</div>
  137. <div class="c-item">15h</div>
  138. <div class="c-item">管理部门</div>
  139. </div>
  140. </div>
  141. </div>
  142. <div class="center-4">
  143. <div class="item-title titel-1">
  144. <div class="item-title-name">设备运行效率统计</div>
  145. </div>
  146. <div class="msg-4">
  147. <div class="item-list">
  148. <div class="tops">
  149. <div class="top-icon" />
  150. <div class="tops-title">设备稼动率统计(OEE)<span>3100</span></div>
  151. </div>
  152. <div class="list">
  153. <div v-for="i in 5" class="list-1">
  154. <div class="list-msg">
  155. <div class="msg-name">设备1</div>
  156. <div class="msg-value"><span>80%</span> / 100%</div>
  157. </div>
  158. <div class="list-line">
  159. <div :class="{'line-color': true, 'c-b': i % 2 == 1, 'c-g': i % 2 == 0}">
  160. <div class="line-icon"/>
  161. </div>
  162. </div>
  163. </div>
  164. </div>
  165. </div>
  166. <div class="item-list">
  167. <div class="tops">
  168. <div class="top-icon" />
  169. <div class="tops-title">设备报警记录<span>120</span></div>
  170. </div>
  171. <div class="list">
  172. <div v-for="i in 5" class="list-1">
  173. <div class="list-msg">
  174. <div class="msg-name">设备1</div>
  175. <div class="msg-value"><span :class="{'t-r': i % 2 == 0, 't-o': i % 2 == 1}">80%</span> / 100%</div>
  176. </div>
  177. <div class="list-line">
  178. <div :class="{'line-color': true, 'c-o': i % 2 == 1, 'c-r': i % 2 == 0}">
  179. <div class="line-icon"/>
  180. </div>
  181. </div>
  182. </div>
  183. </div>
  184. </div>
  185. </div>
  186. </div>
  187. <div class="center-5">
  188. <div class="item-title titel-1">
  189. <div class="item-title-name">时时报工列表</div>
  190. </div>
  191. <div class="msg-5">
  192. <div class="table-h">
  193. <div class="h-1">序号</div>
  194. <div class="h-1">工序</div>
  195. <div class="h-1">物料名字</div>
  196. <div class="h-1">物料名字</div>
  197. <div class="h-1">操作人</div>
  198. </div>
  199. <div v-for="i in 10" :class="{'table-line': true, 'acitve': i == 3}">
  200. <div class="h-1">NO.0{{ i }}</div>
  201. <div class="h-1">张三</div>
  202. <div class="h-1">张三</div>
  203. <div class="h-1">1983-02-15</div>
  204. <div class="h-1">姬馥爱</div>
  205. </div>
  206. </div>
  207. </div>
  208. </div>
  209. </div>
  210. </template>
  211. <script>
  212. import {getOrgName} from '@/api/org'
  213. export default {
  214. data () {
  215. return {
  216. orgName: '',
  217. toScale: 1.0,
  218. show: true
  219. }
  220. },
  221. created () {
  222. this.init()
  223. },
  224. mounted () {
  225. this.$nextTick(() => {
  226. let screen = document.getElementById('my-home-main')
  227. if (screen.requestFullscreen) {
  228. document.addEventListener('fullscreenchange', () => {
  229. if (this.getFullscreenElement() == null) {
  230. this.setScale()
  231. this.show = true
  232. }
  233. })
  234. }
  235. setTimeout(() => {
  236. this.setScale()
  237. }, 500)
  238. })
  239. },
  240. methods: {
  241. async init () {
  242. await getOrgName().then(({data}) => {
  243. this.orgName = data.data
  244. })
  245. },
  246. getFullscreenElement () {
  247. return (
  248. document['fullscreenElement'] ||
  249. document['mozFullScreenElement'] ||
  250. document['msFullScreenElement'] ||
  251. document['webkitFullscreenElement'] || null
  252. )
  253. },
  254. setScale () {
  255. const elements = document.getElementsByClassName('my-home')
  256. const toWidth = elements[0].offsetWidth
  257. this.toScale = toWidth / 1920
  258. elements[0].style.height = (1080 * this.toScale) + 'px'
  259. },
  260. fullScreen () {
  261. const element = document.getElementsByClassName('my-home')
  262. element[0].requestFullscreen()
  263. const toWidth = window.innerWidth
  264. this.toScale = toWidth / 1920
  265. this.show = false
  266. },
  267. onChange (num) {
  268. this.$emit('change-nav', num)
  269. }
  270. }
  271. }
  272. </script>
  273. <style scoped lang="scss">
  274. @font-face {
  275. font-family: 'YouSheBiaoTiHei';
  276. src: url('../../assets/home/YouSheBiaoTiHei-2.ttf') format('truetype'); /* 最后优先级 */
  277. }
  278. .home-main{
  279. background: url(../../assets/home/bg.png) no-repeat;
  280. background-size: 100% 100%;
  281. height: 1080px !important;
  282. width: 1920px !important;
  283. overflow: auto;
  284. font-family: YouSheBiaoTiHei;
  285. position: relative;
  286. transform-origin: left top;
  287. .top{
  288. height: 104px;
  289. width: 1920px;
  290. background: url(../../assets/home/top.png) no-repeat;
  291. background-size: 100% 100%;
  292. display: flex;
  293. padding-top:12px;
  294. justify-content: center;
  295. position: absolute;
  296. top: 0;
  297. .top-name{
  298. font-size: 39px;
  299. color: #FFFFFF;
  300. line-height: 51px;
  301. letter-spacing: 11px;
  302. text-shadow: 0px 2px 9px #001E8D;
  303. font-style: normal;
  304. text-transform: none;
  305. }
  306. }
  307. .main-center{
  308. display: flex;
  309. width: 1920px;
  310. flex-flow: wrap;
  311. .center-1{
  312. width: 541px;
  313. min-width: 541px;
  314. padding-left: 16px;
  315. padding-right: 8px;
  316. padding-top: 63px;
  317. }
  318. .center-2{
  319. flex: 1;
  320. overflow: hidden;
  321. padding-top: 88px;
  322. }
  323. .center-3{
  324. width: 541px;
  325. min-width: 541px;
  326. padding-left: 16px;
  327. padding-right: 8px;
  328. padding-top: 63px;
  329. }
  330. .center-4{
  331. width: 50%;
  332. padding-left: 16px;
  333. padding-right: 8px;
  334. }
  335. .center-5{
  336. width: 50%;
  337. padding-left: 16px;
  338. padding-right: 8px;
  339. }
  340. .flex-1{
  341. flex: 1;
  342. }
  343. .item-title{
  344. height: 48px;
  345. width: 100%;
  346. display: flex;
  347. background: url(../../assets/home/title.png) no-repeat;
  348. background-size: 100% 100%;
  349. align-items: center;
  350. .item-title-name{
  351. font-size: 24px;
  352. color: #FFFFFF;
  353. line-height: 31px;
  354. letter-spacing: 2px;
  355. text-shadow: 0px 1px 5px rgba(0,15,108,0.66);
  356. font-style: normal;
  357. text-transform: none;
  358. padding-left: 32px;
  359. }
  360. }
  361. .titel-1{
  362. width: 100%;
  363. background: url(../../assets/home/title2.png) no-repeat;
  364. background-size: 100% 100%;
  365. }
  366. .msg-1{
  367. width: 500px;
  368. height: 471px;
  369. background: url(../../assets/home/bg_1.png) no-repeat;
  370. background-size: 100% 100%;
  371. margin-left: 5px;
  372. padding-top:16px;
  373. padding-left: 21px;
  374. padding-right: 17px;
  375. margin-bottom: 12px;
  376. .table-head{
  377. display: flex;
  378. font-family: PingFangSC, PingFang SC;
  379. font-weight: 500;
  380. font-size: 18px;
  381. color: #FFFFFF;
  382. line-height: 25px;
  383. letter-spacing: 1px;
  384. font-style: normal;
  385. background: url(../../assets/home/table_h.png) no-repeat;
  386. background-size: 100% 100%;
  387. height: 41px;
  388. width: 462px;
  389. align-items: center;
  390. .head1{
  391. flex:1;
  392. padding-left: 11px;
  393. }
  394. .head3{
  395. flex:1;
  396. text-align: center;
  397. }
  398. .head2{
  399. width: 220px;
  400. min-width:200px;
  401. text-align: center;
  402. }
  403. }
  404. .msg-item{
  405. display: flex;
  406. background: url(../../assets/home/line_1.png) no-repeat;
  407. background-size: 100% 100%;
  408. height: 43px;
  409. width: 462px;
  410. margin-top: 7px;
  411. font-family: PingFangSC, PingFang SC;
  412. font-weight: 400;
  413. font-size: 18px;
  414. color: #FFFFFF;
  415. line-height: 25px;
  416. letter-spacing: 1px;
  417. font-style: normal;
  418. align-items: center;
  419. .item-1{
  420. flex:1;
  421. padding-left: 33px;
  422. }
  423. .item-3{
  424. flex:1;
  425. text-align: center;
  426. }
  427. .item-2{
  428. width: 220px;
  429. min-width:200px;
  430. text-align: center;
  431. }
  432. .t-r{
  433. color: #FF5050;
  434. }
  435. .t-b{
  436. color: #4D8CFF;
  437. }
  438. .t-g{
  439. color: #18CB68;
  440. }
  441. }
  442. .active{
  443. background: url(../../assets/home/active_line.png) no-repeat;
  444. background-size: 100% 100%;
  445. }
  446. }
  447. .msg-3{
  448. width: 500px;
  449. height: 471px;
  450. background: url(../../assets/home/bg_1.png) no-repeat;
  451. background-size: 100% 100%;
  452. padding-top: 21px;
  453. padding-left: 21px;
  454. padding-right: 18px;
  455. margin-left: 5px;
  456. .table-h{
  457. width: 459px;
  458. height: 38px;
  459. background: url(../../assets/home/table.png) no-repeat;
  460. background-size: 100% 100%;
  461. display: flex;
  462. align-items: center;
  463. font-family: PingFangSC, PingFang SC;
  464. font-weight: 500;
  465. font-size: 16px;
  466. color: #FFFFFF;
  467. line-height: 26px;
  468. font-style: normal;
  469. text-transform: none;
  470. .table-h-1{
  471. flex: 1;
  472. text-align: center;
  473. }
  474. }
  475. .table-c-item{
  476. width: 459px;
  477. height: 40px;
  478. display: flex;
  479. align-items: center;
  480. font-family: PingFangSC, PingFang SC;
  481. font-weight: 500;
  482. font-size: 14px;
  483. color: #FFFFFF;
  484. line-height: 20px;
  485. font-style: normal;
  486. .c-item{
  487. flex: 1;
  488. text-align: center;
  489. }
  490. &:nth-child(odd) {
  491. background-color: rgba(52, 114, 255, 0.1);
  492. }
  493. }
  494. .active{
  495. background: url(../../assets/home/active2.png) no-repeat;
  496. background-size: 100% 100%;
  497. }
  498. }
  499. .main-nav{
  500. display: flex;
  501. justify-content: space-between;
  502. padding: 0 11px;
  503. margin-bottom: 13px;
  504. .nav-item{
  505. width: 182px;
  506. height: 57px;
  507. background: url(../../assets/home/menu.png) no-repeat;
  508. background-size: 100% 100%;
  509. display: flex;
  510. justify-content:center;
  511. align-items: center;
  512. font-size: 18px;
  513. color: #FFFFFF;
  514. line-height: 23px;
  515. text-shadow: 0px 0px 7px rgba(255,177,30,0.8);
  516. font-style: normal;
  517. text-transform: none;
  518. cursor: pointer;
  519. }
  520. .acitve{
  521. background: url(../../assets/home/active.png) no-repeat;
  522. background-size: 100% 100%;
  523. }
  524. }
  525. .msg-2{
  526. width: 100%;
  527. .line-itme{
  528. display: flex;
  529. justify-content: space-between;
  530. align-items: center;
  531. margin-bottom: 5px;
  532. margin-top: 20px;
  533. .items{
  534. width: 224px;
  535. height: 60px;
  536. display: flex;
  537. align-items: center;
  538. .icon{
  539. width: 60px;
  540. height: 48px;
  541. min-width: 60px;
  542. }
  543. .numbers{
  544. flex: 1;
  545. .number{
  546. font-family: YouSheBiaoTiHei;
  547. font-size: 24px;
  548. line-height: 31px;
  549. font-style: normal;
  550. }
  551. .des{
  552. font-family: PingFangSC, PingFang SC;
  553. font-weight: 400;
  554. font-size: 12px;
  555. color: #FFFFFF;
  556. line-height: 17px;
  557. font-style: normal;
  558. }
  559. }
  560. }
  561. .i-l{
  562. .icon{
  563. margin-left: 17px;
  564. margin-right: 6px;
  565. }
  566. .des{
  567. span{
  568. padding-right: 16px;
  569. }
  570. }
  571. }
  572. .i-r{
  573. .icon{
  574. margin-right: 17px;
  575. margin-left: 6px;
  576. }
  577. .numbers{
  578. text-align: right;
  579. .des{
  580. span{
  581. padding-left: 16px;
  582. }
  583. }
  584. }
  585. }
  586. .c-g{
  587. background: url(../../assets/home/lin_g.png) no-repeat;
  588. background-size: 100% 33px;
  589. background-position-y: bottom;
  590. .icon{
  591. background: url(../../assets/home/icon_g.png) no-repeat;
  592. background-size: 100% 100%;
  593. }
  594. .number{
  595. background: linear-gradient(0deg, #60FFE0 0%, #FFFFFF 100%);
  596. background-clip: text;
  597. color: transparent;
  598. }
  599. }
  600. .c-r{
  601. background: url(../../assets/home/lin_r.png) no-repeat;
  602. background-size: 100% 33px;
  603. background-position-y: bottom;
  604. .icon{
  605. background: url(../../assets/home/icon_r.png) no-repeat;
  606. background-size: 100% 100%;
  607. }
  608. .number{
  609. background: linear-gradient(0deg, #FF4141 0%, #FFFFFF 100%);
  610. background-clip: text;
  611. color: transparent;
  612. }
  613. }
  614. .c-b{
  615. background: url(../../assets/home/lin_b.png) no-repeat;
  616. background-size: 100% 33px;
  617. background-position-y: bottom;
  618. .icon{
  619. background: url(../../assets/home/icon_b.png) no-repeat;
  620. background-size: 100% 100%;
  621. }
  622. .number{
  623. background: linear-gradient(0deg, #5A5A5A 0%, #FFFFFF 100%);
  624. background-clip: text;
  625. color: transparent;
  626. }
  627. }
  628. .c-y{
  629. background: url(../../assets/home/lin_y.png) no-repeat;
  630. background-size: 100% 33px;
  631. background-position-y: bottom;
  632. .icon{
  633. background: url(../../assets/home/icon_y.png) no-repeat;
  634. background-size: 100% 100%;
  635. }
  636. .number{
  637. background: linear-gradient(0deg, #FDC73D 0%, #FFFFFF 100%);
  638. background-clip: text;
  639. color: transparent;
  640. }
  641. }
  642. }
  643. .px-1{
  644. padding: 0 46px;
  645. }
  646. .px-2{
  647. padding: 0 24px;
  648. }
  649. .px-3{
  650. padding: 0 10px;
  651. }
  652. }
  653. .msg-4{
  654. width: 923px;
  655. height: 425px;
  656. background: url(../../assets/home/bg_2.png) no-repeat;
  657. background-size: 100% 100%;
  658. padding-top: 18px;
  659. padding-left: 21px;
  660. padding-right: 13px;
  661. margin-left: 5px;
  662. display: flex;
  663. justify-content: space-between;
  664. .item-list{
  665. width: 439px;
  666. .tops{
  667. display: flex;
  668. justify-content: space-between;
  669. align-items: center;
  670. .top-icon{
  671. width: 34px;
  672. height: 34px;
  673. background: url(../../assets/home/title_icon.png) no-repeat;
  674. background-size: 100% 100%;
  675. }
  676. .tops-title{
  677. width:398px;
  678. height: 35px;
  679. background: url(../../assets/home/table_1.png) no-repeat;
  680. background-size: 100% 100%;
  681. font-family: PingFangSC, PingFang SC;
  682. font-weight: 400;
  683. font-size: 18px;
  684. color: #FFFFFF;
  685. line-height: 25px;
  686. text-shadow: 0px 0px 3px rgba(30,198,255,0.8);
  687. font-style: normal;
  688. text-transform: none;
  689. display: flex;
  690. align-items: center;
  691. span{
  692. flex: 1;
  693. text-align: right;
  694. font-weight: 600;
  695. font-size: 20px;
  696. color: #D8D8D8;
  697. line-height: 23px;
  698. font-style: normal;
  699. text-transform: none;
  700. background: linear-gradient(0deg, #0DCAF5 0%, #9BE5FF 67%, #FFFFFF 100%);
  701. background-clip: text;
  702. color: transparent;
  703. padding-right: 20px;
  704. }
  705. }
  706. }
  707. .list{
  708. margin-top: 9px;
  709. height: 345px;
  710. width: 439px;
  711. background: url(../../assets/home/table_1_bg.png) no-repeat;
  712. background-size: 100% 100%;
  713. .list-1{
  714. padding: 12px 14px;
  715. padding-bottom: 2px;
  716. .list-msg{
  717. display: flex;
  718. align-items: center;
  719. font-family: PingFangSC, PingFang SC;
  720. font-weight: 400;
  721. font-size: 16px;
  722. color: #FFFFFF;
  723. line-height: 21px;
  724. font-style: normal;
  725. text-transform: none;
  726. .msg-name{
  727. flex: 1;
  728. }
  729. .msg-value{
  730. font-size: 18px;
  731. span{
  732. color: #2D9BF5;
  733. }
  734. .t-r{
  735. color: #FF0022;
  736. }
  737. .t-o{
  738. color: #D48021;
  739. }
  740. }
  741. }
  742. .list-line{
  743. position: relative;
  744. background: #FFFFFF;
  745. height: 6px;
  746. margin: 13px 0;
  747. border-radius: 3px;
  748. .line-color{
  749. position: absolute;
  750. left: 0;
  751. height: 6px;
  752. width: 80%;
  753. display: flex;
  754. justify-content: end;
  755. align-items: center;
  756. border-radius: 3px;
  757. .line-icon{
  758. background: url(../../assets/home/r_w.png) no-repeat;
  759. background-size: 100% 100%;
  760. width: 28px;
  761. height: 28px;
  762. margin-right: -14px;
  763. }
  764. }
  765. .c-b{
  766. background: linear-gradient( -90deg, #2C52FF 0%, rgba(56,139,252,0) 100%);
  767. }
  768. .c-g{
  769. background: linear-gradient( -90deg, #00C6FF 0%, rgba(56,139,252,0) 100%);
  770. }
  771. .c-o{
  772. background: linear-gradient( -90deg, #FF952C 0%, rgba(56,139,252,0) 100%);
  773. }
  774. .c-r{
  775. background: linear-gradient( -90deg, #FF0000 0%, rgba(56,139,252,0) 100%);
  776. }
  777. }
  778. }
  779. }
  780. }
  781. }
  782. .msg-5{
  783. width: 923px;
  784. height: 425px;
  785. background: url(../../assets/home/bg_2.png) no-repeat;
  786. background-size: 100% 100%;
  787. padding: 17px;
  788. padding-bottom: 0px;
  789. margin-left: 5px;
  790. font-family: PingFangSC, PingFang SC;
  791. font-weight: 400;
  792. font-size: 16px;
  793. color: #D8F0FF;
  794. line-height: 16px;
  795. font-style: normal;
  796. text-transform: none;
  797. .table-h{
  798. display: flex;
  799. background: rgba(21,77,160,0.87);
  800. align-items: center;
  801. height: 35px;
  802. .h-1{
  803. flex: 1;
  804. text-align: center;
  805. }
  806. }
  807. .table-line{
  808. display: flex;
  809. align-items: center;
  810. height: 35px;
  811. .h-1{
  812. flex: 1;
  813. text-align: center;
  814. font-size: 14px;
  815. }
  816. &:nth-child(even){
  817. background: url(../../assets/home/table_2.png) no-repeat;
  818. background-size: 100% 100%;
  819. }
  820. }
  821. .acitve{
  822. background: url(../../assets/home/table_2_active.png) no-repeat;
  823. background-size: 100% 100%;
  824. }
  825. }
  826. }
  827. }
  828. .full-screen{
  829. position: absolute;
  830. right: 20px;
  831. top: 20px;
  832. cursor: pointer;
  833. svg{
  834. width: 20px;
  835. height: 20px;
  836. }
  837. }
  838. </style>