From 7a271781850cfbee68b583a25eb88d0cc5c8f61e Mon Sep 17 00:00:00 2001 From: gongjiale <942894820@qq.com> Date: Thu, 24 Nov 2022 15:54:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 1 - .../pages/area/components/VideoListLeft.vue | 74 ++ .../pages/area/components/VideoListRight.vue | 1037 ++++++++--------- 3 files changed, 588 insertions(+), 524 deletions(-) create mode 100644 src/views/pages/area/components/VideoListLeft.vue diff --git a/src/router/index.js b/src/router/index.js index 9a13943..7dcd1c9 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -202,7 +202,6 @@ const router = new Router({ }) router.beforeEach((to, from, next) => { - debugger const userName = Cookies.get('userCJZT') console.log(userName) if (to.path === '/login' || to.path === '/' || to.path === '/waterPoints') { diff --git a/src/views/pages/area/components/VideoListLeft.vue b/src/views/pages/area/components/VideoListLeft.vue new file mode 100644 index 0000000..11d1ef9 --- /dev/null +++ b/src/views/pages/area/components/VideoListLeft.vue @@ -0,0 +1,74 @@ + + + + \ No newline at end of file diff --git a/src/views/pages/area/components/VideoListRight.vue b/src/views/pages/area/components/VideoListRight.vue index 22aac67..735705e 100644 --- a/src/views/pages/area/components/VideoListRight.vue +++ b/src/views/pages/area/components/VideoListRight.vue @@ -1,544 +1,535 @@ - - + .list3 { + width: 100%; + .list3-analysis{ + display: table; + width: 98%; + margin-left: 10px; + + .analysis-item{ + text-align: center; + display: table-cell; + width:25%; + color:#fff; + .item-div{ + background: #5f676c; + margin: 10px 10px; + } + } + } + .analysis-advice{ + color: rgb(0 255 255); + font-size: 14px; + margin-left: 10px; + } + + } + .list4 { + width: 100%; + + } + header { + width: 100%; + height: 44px; + background: url(../../../../assets/construction/subTitle.png) no-repeat + center; + text-align: center; + .title { + font-size: 26px; + font-weight: bold; + background: linear-gradient(0deg, #9dbbd2 0%, #ffffff 100%); + background-clip: text; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + font-family: "Tensentype-ZhiHeiJ-W5"; + } + .title::before { + content: "事件感知"; + text-shadow: 0px 2px 5px rgba($color: #091a29, $alpha: 0.6); + position: absolute; + z-index: -1; + } + } +} + \ No newline at end of file