更改了全局样式
This commit is contained in:
parent
81fe7735f6
commit
bbbca84b57
BIN
src/assets/images/dataBoardTwo/active.png
Normal file
BIN
src/assets/images/dataBoardTwo/active.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/images/dataBoardTwo/bigTitle.png
Normal file
BIN
src/assets/images/dataBoardTwo/bigTitle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
BIN
src/assets/images/dataBoardTwo/top.png
Normal file
BIN
src/assets/images/dataBoardTwo/top.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
BIN
src/assets/images/dataBoardTwo/unactive.png
Normal file
BIN
src/assets/images/dataBoardTwo/unactive.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
src/assets/images/zjbigScreen/binscreen.png
Normal file
BIN
src/assets/images/zjbigScreen/binscreen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
@ -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>
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user