From b756f6444be5060c2e5245fcf6e182a21c1d949c Mon Sep 17 00:00:00 2001 From: Jack <1638169491@qq.com> Date: Mon, 1 Aug 2022 09:45:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F(=E9=A6=96=E9=A1=B5=E6=A6=82?= =?UTF-8?q?=E8=A7=88)=EF=BC=9A=E5=88=A0=E9=99=A4=E5=86=97=E4=BD=99?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectAdmin/dataBoard/index.vue | 126 ++------------------- 1 file changed, 8 insertions(+), 118 deletions(-) diff --git a/src/views/projectAdmin/dataBoard/index.vue b/src/views/projectAdmin/dataBoard/index.vue index 6c9cc5c4..ec634dcb 100644 --- a/src/views/projectAdmin/dataBoard/index.vue +++ b/src/views/projectAdmin/dataBoard/index.vue @@ -1024,7 +1024,13 @@ export default { margin-top: -5px; height: 165px; margin-left: 12px; - background: linear-gradient(rgba(21, 25, 33, 0.06), rgba(6, 248, 179, 0.06)); + background: linear-gradient(rgba(5, 11, 59, 0.1), rgba(40, 109, 221, 0.1)); + &:nth-child(2n) { + background: linear-gradient(rgba(40, 109, 221, 0.1), rgba(5, 11, 59, 0.1)); + } + &:first-child { + background: linear-gradient(rgba(5, 11, 59, 0.3), rgba(36, 100, 206, 0.3)); + } &:nth-child(2n) { background: linear-gradient( rgba(6, 248, 179, 0.06), @@ -1049,15 +1055,6 @@ export default { margin-bottom: 3px; } } -.weatherItem { - background: linear-gradient(rgba(5, 11, 59, 0.1), rgba(40, 109, 221, 0.1)); - &:nth-child(2n) { - background: linear-gradient(rgba(40, 109, 221, 0.1), rgba(5, 11, 59, 0.1)); - } - &:first-child { - background: linear-gradient(rgba(5, 11, 59, 0.3), rgba(36, 100, 206, 0.3)); - } -} .optionListBox { display: flex; justify-content: center; @@ -1075,13 +1072,6 @@ export default { border-bottom: 3px #27a3e2 solid; } } -.listItem { - color: white; - font-size: 15px; - .label { - opacity: 0.8; - } -} .changeVideoBtn { border: 1px solid rgba(255, 255, 255, 0.5); padding: 3px 5px; @@ -1103,107 +1093,7 @@ export default { left: 50%; transform: translateX(-50%); } -// 蓝色 -.dataBoardPage_blue { - .dataBoardContent { - .bottom { - .blockTitle { - top: 0px; - } - } - .splitLine { - opacity: 0; - margin: 15px 0 15px; - } - .timeBox { - margin-top: 20px; - } - } - .bottomInner { - padding-left: 20px; - &::before { - content: ''; - position: absolute; - top: 38px; - left: 0; - width: 100%; - height: calc(100% - 48px); - background-color: rgba(38, 104, 209, 0.1); - } - } -} -// 湛蓝 -.dataBoardPage_blue2 { - .dataBoardContent { - .bottom { - .blockTitle { - top: 0px; - } - } - .splitLine { - opacity: 0; - margin: 15px 0 15px; - } - .timeBox { - margin-top: 20px; - } - } - .bottomInner { - padding-left: 20px; - &::before { - content: ''; - position: absolute; - top: 38px; - left: 0; - width: 100%; - height: calc(100% - 48px); - background-color: rgba(2, 99, 152, 0.2); - } - } -} -.managePeople { - float: left; - position: relative; - width: 100%; - height: 60%; - .managePeopleTitle { - &::before { - content: ''; - background-color: #6ce9f0; - width: 5px; - height: 5px; - position: absolute; - top: 5px; - border-radius: 50%; - display: block; - } - } - .managePeopleTitle > p { - margin-left: 10px; - } - .management { - display: flex; - justify-content: space-between; - margin-top: 20px; - .management_item { - box-sizing: border-box; - position: relative; - width: 120px; - text-align: center; - .item_content { - position: absolute; - right: -5px; - top: 0px; - } - .itemImgBox { - img { - width: 90px; - height: 90px; - } - } - } - } -} + .airQulityChart { position: absolute !important; top: -5%;