From 5317c873041a994c4da5089b8b16f7a24f670bb4 Mon Sep 17 00:00:00 2001 From: lll Date: Thu, 23 Nov 2023 14:56:43 +0800 Subject: [PATCH] nyjc --- src/router/index.js | 17 +- src/views/lll/NYJC.vue | 868 ++++++++++++++++++++++++++++++++++++++++ src/views/lll/NYJCD.vue | 2 +- src/views/lll/PDS.vue | 2 +- src/views/lll/ZNYW.vue | 2 +- 5 files changed, 882 insertions(+), 9 deletions(-) create mode 100644 src/views/lll/NYJC.vue diff --git a/src/router/index.js b/src/router/index.js index bec0eb0..6ca6aeb 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -15,14 +15,14 @@ const routes = [ component: () => import("../views/lll/ZNYW.vue"), }, { - path:"/fhgl", - name:"fhgl", - component:()=>import("@/views/Zhou/FHGL.vue") + path: "/fhgl", + name: "fhgl", + component: () => import("@/views/Zhou/FHGL.vue"), }, { - path:"/kdfh", - name:"kdfh", - component:()=>import("@/views/Zhou/KDFH.vue") + path: "/kdfh", + name: "kdfh", + component: () => import("@/views/Zhou/KDFH.vue"), }, { path: "/pds", @@ -34,6 +34,11 @@ const routes = [ name: "nyjcd", component: () => import("../views/lll/NYJCD.vue"), }, + { + path: "/nyjc", + name: "nyjc", + component: () => import("../views/lll/NYJC.vue"), + }, ], }, ]; diff --git a/src/views/lll/NYJC.vue b/src/views/lll/NYJC.vue new file mode 100644 index 0000000..f8fc77d --- /dev/null +++ b/src/views/lll/NYJC.vue @@ -0,0 +1,868 @@ + + + diff --git a/src/views/lll/NYJCD.vue b/src/views/lll/NYJCD.vue index f134c7f..6488433 100644 --- a/src/views/lll/NYJCD.vue +++ b/src/views/lll/NYJCD.vue @@ -353,7 +353,7 @@ export default { .box { width: 100%; height: 100%; - padding-top: 500px; + padding-top: 400px; box-sizing: border-box; background-color: transparent; display: flex; diff --git a/src/views/lll/PDS.vue b/src/views/lll/PDS.vue index 95fb8e3..86bb1db 100644 --- a/src/views/lll/PDS.vue +++ b/src/views/lll/PDS.vue @@ -39,7 +39,7 @@ export default { .box { width: 100%; height: 100%; - padding-top: 500px; + padding-top: 400px; box-sizing: border-box; display: flex; background-color: transparent; diff --git a/src/views/lll/ZNYW.vue b/src/views/lll/ZNYW.vue index ce25f82..6065fcf 100644 --- a/src/views/lll/ZNYW.vue +++ b/src/views/lll/ZNYW.vue @@ -494,7 +494,7 @@ export default { .box { width: 100%; height: 100%; - padding-top: 500px; + padding-top: 400px; box-sizing: border-box; display: flex; justify-content: space-between;