diff --git a/src/App.vue b/src/App.vue
index 2165d05..228a37d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -13,9 +13,11 @@
#app {
width: 7680px;
height: 3240px;
- width: 100vw;
- height: 100vh;
+ /* width: 100vw;
+ height: 100vh; */
overflow: hidden;
background-color: transparent;
+ background-image: url(./assets/img/左遮罩.png), url(./assets/img/右遮罩.png),
+ url(./assets/img/遮罩上.png), url(./assets/img/下遮罩.png);
}
diff --git a/src/views/Index.vue b/src/views/Index.vue
index 8bba34c..ada37c5 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -3,7 +3,7 @@
-
@@ -94,7 +94,7 @@ export default {
left: 0;
bottom: 200px;
z-index: 100;
- background-color: red;
+ // background-color: red;
}
.footer {
width: 100%;
diff --git a/src/views/lll/ZNYW.vue b/src/views/lll/ZNYW.vue
index dc43282..13d38b0 100644
--- a/src/views/lll/ZNYW.vue
+++ b/src/views/lll/ZNYW.vue
@@ -2,19 +2,165 @@

+
+
+

+
环保数据
+
+
+
一号窑系统
+
二号窑系统
+
三号窑系统
+
+
+
+
+ SO2折算值:
+ 0.47
+
+
+ 颗粒折算值:
+ 0.20
+
+
+ NOX折算值:
+ 41.42
+
+
+ CO折算值:
+ 219.70
+
+
+
+
+ 实际值:
+ 0.60
+
+
+ 实际值:
+ 0.26
+
+
+ 实际值:
+ 52.78
+
+
+ 实际值:
+ 280.00
+
+
+
+
+ O2::
+ 6.98
+
+
+ 流量:
+ 615218.94
+
+
+ 流速:
+ 18.74
+
+
+ 压力:
+ -0.07
+
+
+
+
diff --git a/vue.config.js b/vue.config.js
index 6a93a94..761a4af 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -2,17 +2,4 @@ const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
transpileDependencies: true,
- // css: {
- // loaderOptions: {
- // // css: {},
- // // postcss: {
- // // plugins: [
- // // require("postcss-px2rem")({
- // // // 以设计稿750为例, 750 / 10 = 75
- // // remUnit: 768,
- // // }),
- // // ],
- // // },
- // },
- // },
});