diff --git a/src/App.vue b/src/App.vue
index 4bdbe94..559a9dc 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -17,7 +17,7 @@
/* width: 100vw;
height: 100vh; */
overflow: hidden;
- background-color: transparent;
+ background: transparent;
background-image: url(./assets/img/左遮罩.png), url(./assets/img/右遮罩.png),
url(./assets/img/遮罩上.png), url(./assets/img/下遮罩.png);
}
diff --git a/src/assets/znyw/tpt.png b/src/assets/znyw/tpt.png
new file mode 100644
index 0000000..a708bdc
Binary files /dev/null and b/src/assets/znyw/tpt.png differ
diff --git a/src/router/index.js b/src/router/index.js
index eb3e63c..d491c45 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -19,6 +19,11 @@ const routes = [
name: "pds",
component: () => import("../views/lll/PDS.vue"),
},
+ {
+ path: "/nyjcd",
+ name: "nyjcd",
+ component: () => import("../views/lll/NYJCD.vue"),
+ },
],
},
];
diff --git a/src/views/Index.vue b/src/views/Index.vue
index ada37c5..b278ef5 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -87,6 +87,7 @@ export default {
.content {
width: 100%;
height: 100%;
+ background-color: transparent;
background: url(../assets/img/标题.png);
background-size: cover;
.box {
diff --git a/src/views/lll/NYJCD.vue b/src/views/lll/NYJCD.vue
new file mode 100644
index 0000000..595198f
--- /dev/null
+++ b/src/views/lll/NYJCD.vue
@@ -0,0 +1,390 @@
+
+
+
+

+
+
+

+
全厂实时电荷
+
+
+ 年
+ 月
+ 日
+
+
+
+
+
+

+
全厂用电量
+
+
+
+
{{ item.name }}
+
+
{{ item.value }}kWh
+
+
+
+
+
+

+
总降拓扑图
+
+
+

+
+
+
+
+
+
+
+

+
余热发电
+
+
+
+
+
+
+
+
diff --git a/src/views/lll/ZNYW.vue b/src/views/lll/ZNYW.vue
index 8d52050..cc54f3a 100644
--- a/src/views/lll/ZNYW.vue
+++ b/src/views/lll/ZNYW.vue
@@ -568,7 +568,12 @@ export default {
display: flex;
margin: 20px;
justify-content: space-between;
- background: linear-gradient(#38b7a1 20%, #38b7a1 0%);
+ background: linear-gradient(
+ 90deg,
+ rgba(56, 183, 161, 0.3) 30%,
+ rgba(79, 180, 163, 0.3) 30%,
+ rgba(81, 147, 136, 0.3) 40%
+ );
border-left: 5px solid #28a896;
padding-left: 16px;
padding-right: 16px;