diff --git a/src/components/boxes/FanRuntime.vue b/src/components/boxes/FanRuntime.vue index 7b5351b..13f7f47 100644 --- a/src/components/boxes/FanRuntime.vue +++ b/src/components/boxes/FanRuntime.vue @@ -2,20 +2,19 @@ -
+
无数据
diff --git a/src/components/layout/Main.vue b/src/components/layout/Main.vue index c4ee287..6c42ecd 100644 --- a/src/components/layout/Main.vue +++ b/src/components/layout/Main.vue @@ -51,12 +51,12 @@ -
+
-
+
@@ -309,7 +309,7 @@ main { background: url(../../assets/eq.png) no-repeat; background-size: 100%; top: adjust(h(220px)); - left: adjust(w(6500px)); + left: adjust(w(6600px)); position: relative; transform: rotateY(0.5turn); } @@ -323,7 +323,7 @@ main { height: adjust(75px); background: url(../../assets/mirror.png) no-repeat; background-size: 100% 100%; - animation: 10s linear 0.3s infinite mirror-to-left-2; + // animation: 10s linear 0.3s infinite mirror-to-left-2; } .eq-main::after { @@ -335,7 +335,7 @@ main { height: adjust(75px); background: url(../../assets/mirror.png) no-repeat; background-size: 100% 100%; - animation: 10s linear 5s infinite mirror-to-left; + // animation: 10s linear 5s infinite mirror-to-left; } @keyframes mirror-to-left { diff --git a/src/components/layout/SubContainer.vue b/src/components/layout/SubContainer.vue index 95a1148..0e664cb 100644 --- a/src/components/layout/SubContainer.vue +++ b/src/components/layout/SubContainer.vue @@ -72,12 +72,12 @@ export default { } .icon-oil { - background: url(../../assets/oil.png) top 15% left 0 / 95% 85% no-repeat; + background: url(../../assets/oil.png) top -1px left 0 / 90% 75% no-repeat; margin-right: 6px; } .icon-gas { - background: url(../../assets/gas-icon.png) top 15% left 0 / 95% 85% no-repeat; + background: url(../../assets/gas-icon.png) top -1px left 0 / 90% 75% no-repeat; margin-right: 6px; } @@ -87,17 +87,17 @@ export default { } .icon-fan { - background: url(../../assets/fan-icon.png) top 15% left 0 / 95% 85% no-repeat; + background: url(../../assets/fan-icon.png) top -1px left 0 / 90% 75% no-repeat; margin-right: 6px; } .icon-kiln-top { - background: url(../../assets/kiln-top-icon.png) top 15% left 0 / 95% 85% no-repeat; + background: url(../../assets/kiln-top-icon.png) top -1px left 0 / 90% 75% no-repeat; margin-right: 6px; } .icon-kiln-bottom { - background: url(../../assets/kiln-bottom-icon.png) top 15% left 0 / 95% 85% no-repeat; + background: url(../../assets/kiln-bottom-icon.png) top -1px left 0 / 90% 75% no-repeat; margin-right: 6px; } @@ -106,7 +106,7 @@ export default { } .title { - font-size: adjust(h(52px)); + font-size: adjust(h(40px)); letter-spacing: 1px; color: #3565ff; font-family: sans-serif;