大屏(首页概览):删除冗余样式

This commit is contained in:
Jack 2022-08-01 09:45:07 +08:00
parent c08f971fff
commit b756f6444b

View File

@ -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%;