-
+
@@ -106,8 +106,8 @@ import InWater from "../boxes/InWater.vue";
import OutWater from "../boxes/OutWater.vue";
import AreaOne from "../isolate-area-1/Area.vue";
import Runtime from "../isolate-area-1/Runtime.vue";
-import MonitorGroup2 from "../groups/monitor2.vue";
-import DataGroup from "../groups/data.vue";
+// import MonitorGroup2 from "../groups/monitor2.vue";
+// import DataGroup from "../groups/data.vue";
import FaultAnalysis from "../groups/fault.vue";
import Environ from "../groups/environ.vue";
import { mapMutations, mapState } from "vuex";
@@ -118,8 +118,8 @@ export default {
name: "Main",
components: {
Runtime,
- DataGroup,
- MonitorGroup2,
+ // DataGroup,
+ // MonitorGroup2,
Environ,
FaultAnalysis,
AreaOne,
@@ -202,8 +202,8 @@ main {
.arrow {
display: inline-block;
- width: 64px;
- height: 64px;
+ width: 32px;
+ height: 32px;
border-radius: 100%;
position: absolute;
background: #ff5757;
@@ -235,22 +235,22 @@ main {
.swd {
// background-size: 100% 10px;
- width: 350px;
- height: 202px;
+ width: 240px;
+ height: 90px;
position: absolute;
- transform: rotateY(180deg);
+ // transform: rotateY(180deg);
p {
margin: 0;
color: #000;
- margin-top: 16px;
+ margin-top: 8px;
}
.swd-box {
- margin-left: 54px;
- margin-top: 44px;
- font-size: 30px;
- letter-spacing: 2px;
+ margin-left: 32px;
+ margin-top: 10px;
+ font-size: 20px;
+ // letter-spacing: 2px;
color: #000;
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei,
@@ -258,8 +258,9 @@ main {
.swd-value {
color: #ff2020;
- margin-top: 12px;
- font-size: 64px;
+ margin-top: 0;
+ margin-bottom: 12px;
+ font-size: 48px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
@@ -270,43 +271,41 @@ main {
.onekb,
.onesp {
- background: url(../../assets/tem-bottom.png) top 0 left 0 / 100% no-repeat;
+ background: url(../../assets/tem-bottom.png) 0 0 / 100% no-repeat;
}
.onekb {
- top: 760px;
- left: 1560px;
+ top: 520px;
+ right: 1000px;
}
.onesp {
- top: 860px;
- left: 1100px;
+ top: 590px;
+ right: 690px;
}
.twokb,
.twosp {
- background: url(../../assets/tem-top.png) top 0 left 0 / 100% no-repeat;
+ background: url(../../assets/tem-top.png) right 0 bottom 0 / 100% no-repeat;
}
.twokb {
- top: 72px;
- left: 1580px;
+ top: 108px;
+ right: 1020px;
}
.twosp {
- top: -32px;
- left: 1080px;
+ top: 32px;
+ right: 700px;
}
.eq-main {
- width: 9162px;
- height: 1178px;
- background: url(../../assets/eq.png) no-repeat;
+ width: 100%;
+ height: 800px;
+ background: url(../../assets/eq.png) no-repeat, #0003;
background-size: 100%;
top: 256px;
- left: 2172px;
position: relative;
- transform: rotateY(0.5turn);
}
.eq-main::before {
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index 7874e5d..2a8bcd6 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -8,26 +8,39 @@