更改了全局样式

This commit is contained in:
骆乐 2022-06-15 16:40:46 +08:00
parent 81fe7735f6
commit bbbca84b57
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> <template>
<div> <div class="imgbox">
</div> <img class="img" src="../../../assets/images/zjbigScreen/binscreen.png" alt="">
</div>
</template> </template>
<script> <script>
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.img{
width:1750px;
}
</style> </style>

View File

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