Merge branch 'dev-xiaole' of http://139.9.66.234:18023/dhp/zhgdyun into dev-xiaomi

This commit is contained in:
Luck-Xiaomi 2022-06-15 17:10:34 +08:00
commit c024005c88
7 changed files with 12 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@ -1,8 +1,12 @@
<template>
<div>
</div>
<div class="imgbox">
<img class="img" src="../../../assets/images/zjbigScreen/binscreen.png" alt="">
</div>
</template>
<script>
</script>
<style lang="less" scoped>
.img{
width:1750px;
}
</style>

View File

@ -5,7 +5,7 @@
}
.headerBox{
background-image: url('../../../assets/images/dataBoard/title_line.png');
// background-image: url('../../../assets/images/dataBoard/title_line.png');
background-position: bottom center;
background-repeat: no-repeat;
height: 100px;
@ -66,7 +66,7 @@
display: inline-block;
color: rgba(92, 226, 246, 100);
font-size: 18px;
background-image: url('../../../assets/images/dataBoard/menuBG.png');
background-image: url('../../../assets/images/dataBoardTwo/active.png');
width: 130px;
height: 40px;
text-align: center;
@ -77,8 +77,8 @@
z-index: 2;
margin-right: 30px;
&.active{
background-image: url('../../../assets/images/dataBoard/menuBG-active.png');
color: rgba(247, 211, 0, 100);
background-image: url('../../../assets/images/dataBoardTwo/unactive.png');
color: white;
}
&.right{
float: right;
@ -269,7 +269,7 @@ background-image: url('../../../assets/images/dataBoard/blockBG2.png');
.top{
height: 57%;
background-image: url('../../../assets/images/dataBoard/centerTopBG.png');;
background-image: url('../../../assets/images/dataBoardTwo/top.png');;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
@ -279,7 +279,7 @@ background-image: url('../../../assets/images/dataBoard/blockBG2.png');
.bottom{
margin: 10px 20px;
height: calc(43% - 20px);
background-image: url('../../../assets/images/dataBoard/centerBottomBG.png');
// background-image: url('../../../assets/images/dataBoard/centerBottomBG.png');
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;