diff --git a/src/components/boxes/InWater.vue b/src/components/boxes/InWater.vue index cc07034..89818ff 100644 --- a/src/components/boxes/InWater.vue +++ b/src/components/boxes/InWater.vue @@ -49,12 +49,13 @@ export default { @import "../../assets/styles/functions"; .in-water { - position: absolute; - top: -200px; - left: 27px; - height: 509px; - width: 1323px; - background: url(../../assets/in-water.png) top 0 left 0 / cover no-repeat; + // position: absolute; + // top: -200px; + // left: 27px; + height: 100%; + width: 100%; + background: url(../../assets/in-water.png) top 0 left 0 / 100% 100% no-repeat; + overflow: hidden; } .content { @@ -62,16 +63,16 @@ export default { } .realtime { - width: 530px; + width: 620px; // height: 337px; - background: url(../../assets/inwater.png) top 90% left 0 / 100% 80% no-repeat, - url(../../assets/i-water.png) top 24px right 24px / 40% 70% no-repeat; + background: url(../../assets/inwater.png) top 88% left 0 / 100% 100% no-repeat, + url(../../assets/i-water.png) top 24px right 24px / 45% 70% no-repeat; } .graph { // background: #0cc3; - height: 436px; - transform: translate(0, -64px); + height: 100%; + transform: translate(0, -48px); } .flex-1 { diff --git a/src/components/boxes/OutWater.vue b/src/components/boxes/OutWater.vue index 4d4c02b..88b0318 100644 --- a/src/components/boxes/OutWater.vue +++ b/src/components/boxes/OutWater.vue @@ -48,12 +48,12 @@ export default { @import "../../assets/styles/functions"; .out-water { - position: absolute; - top: -200px; - left: 1350px; - height: 509px; - width: 1323px; - background: url(../../assets/out-water.png) top 0 left 0 / cover no-repeat; + // position: absolute; + // top: -200px; + // left: 1350px; + height: 100%; + width: 100%; + background: url(../../assets/out-water.png) top 0 left 0 / 100% 100% no-repeat; } .content { @@ -61,16 +61,16 @@ export default { } .realtime { - width: 530px; + width: 620px; // height: 337px; - background: url(../../assets/outwater.png) top 90% left 0 / 100% 80% no-repeat, + background: url(../../assets/outwater.png) top 88% left 0 / 100% 100% no-repeat, url(../../assets/o-water.png) top 24px right 24px / 40% 70% no-repeat; } .graph { // background: #0cc3; - height: 436px; - transform: translate(0, -64px); + height: 100%; + transform: translate(0, -48px); } .flex-1 { flex: 1; diff --git a/src/components/common/SmallBox2.vue b/src/components/common/SmallBox2.vue index f6fa384..268276c 100644 --- a/src/components/common/SmallBox2.vue +++ b/src/components/common/SmallBox2.vue @@ -59,8 +59,8 @@ export default { flex-shrink: 0; padding: 0; user-select: none; - width: 744px; - height: 366px; + width: 750px; + height: 340px; display: flex; background: url(../../assets/top-middle.png) no-repeat; background-size: 100% 100%; diff --git a/src/components/isolate-area-1/Area.vue b/src/components/isolate-area-1/Area.vue index eca6345..05a9ee0 100644 --- a/src/components/isolate-area-1/Area.vue +++ b/src/components/isolate-area-1/Area.vue @@ -1,6 +1,6 @@