diff --git a/src/assets/videos/fire-to-bottom.mp4 b/src/assets/videos/fire-to-bottom.mp4
new file mode 100644
index 0000000..51e80ce
Binary files /dev/null and b/src/assets/videos/fire-to-bottom.mp4 differ
diff --git a/src/assets/videos/fire-to-top.mp4 b/src/assets/videos/fire-to-top.mp4
new file mode 100644
index 0000000..7808bfd
Binary files /dev/null and b/src/assets/videos/fire-to-top.mp4 differ
diff --git a/src/components/layout/Main.vue b/src/components/layout/Main.vue
index e9b8140..1bad760 100644
--- a/src/components/layout/Main.vue
+++ b/src/components/layout/Main.vue
@@ -1,40 +1,90 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -77,23 +127,23 @@ export default {
@import "../../assets/styles/functions";
main {
- height: 1px;
- flex: 1;
- // background: #eee2;
+ height: 1px;
+ flex: 1;
+ // background: #eee2;
}
.eq-main {
- width: w(7150px);
- height: h(960px);
- background: url(../../assets/eq.png) no-repeat;
- background-size: 100%;
- top: 170px;
- left: 380px;
- position: relative;
+ width: w(7150px);
+ height: h(960px);
+ background: url(../../assets/eq.png) no-repeat;
+ background-size: 100%;
+ top: 170px;
+ left: 380px;
+ position: relative;
}
.eq-main::after {
- content: '';
+ content: "";
position: absolute;
right: 1000px;
top: 164px;
@@ -104,52 +154,52 @@ main {
}
.kiln-runtime {
- top: h(200px);
- left: w(60px);
+ top: h(200px);
+ left: w(60px);
}
.kiln-pressure {
- top: h(610px);
- left: w(60px);
+ top: h(610px);
+ left: w(60px);
}
.fan-runtime {
- top: h(1020px);
- left: w(60px);
+ top: h(1020px);
+ left: w(60px);
}
.oil-flow {
- top: h(1588px);
- left: w(60px);
+ top: h(1588px);
+ left: w(60px);
}
.gas-flow {
- top: h(1588px);
- left: w(1660px);
+ top: h(1588px);
+ left: w(1660px);
}
.top-temp {
- top: h(1588px);
- left: w(3260px);
+ top: h(1588px);
+ left: w(3260px);
}
.bottom-temp {
- top: h(1588px);
- left: w(4860px);
+ top: h(1588px);
+ left: w(4860px);
}
.ou-temp {
- top: h(1588px);
- left: w(6460px);
+ top: h(1588px);
+ left: w(6460px);
}
.in-water {
- top: h(200px);
- left: w(8096px);
- // left: w(5096px);
- z-index: 100;
+ top: h(200px);
+ left: w(8096px);
+ // left: w(5096px);
+ z-index: 100;
}
.out-water {
- top: h(1177px);
- left: w(8096px);
- // left: w(5096px);
- z-index: 100;
+ top: h(1177px);
+ left: w(8096px);
+ // left: w(5096px);
+ z-index: 100;
}