拓扑图
parent
8086e7d224
commit
4a003de4ef
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
After Width: | Height: | Size: 353 KiB |
|
@ -1689,7 +1689,7 @@ const styleVar = computed(() => {
|
|||
height: 100%;
|
||||
// border:1px solid red;
|
||||
// background: url("@/assets/images/osPage/xixiaozhantp.png") no-repeat;
|
||||
background: url('@/assets/images/osPage/xixiaozhan1.png') no-repeat;
|
||||
background: url('@/assets/images/osPage/xuetp.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
// background-image: url(".png");
|
||||
}
|
||||
|
@ -1749,9 +1749,11 @@ const styleVar = computed(() => {
|
|||
align-items: center;
|
||||
|
||||
.linepic {
|
||||
width: changeHeight(768.6);
|
||||
height: changeHeight(728.6);
|
||||
background: url('@/assets/images/osPage/linepic.png') no-repeat;
|
||||
// width: changeHeight(768.6);
|
||||
// height: changeHeight(728.6);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url('@/assets/images/osPage/rztp.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue