You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.0 KiB
SCSS
56 lines
1.0 KiB
SCSS
.deviceList_wrap {
|
|
padding: 32px;
|
|
.bg_device_left {
|
|
background: url("@/assets/dataScreen/common/deviceListLeft.svg") no-repeat;
|
|
}
|
|
|
|
.bg_device_right {
|
|
background: url("@/assets/dataScreen/common/deviceListRight.svg") no-repeat;
|
|
}
|
|
.device_left_box {
|
|
position: relative;
|
|
canvas {
|
|
border-radius: 0 0px 30px 30px;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
/* 设备列表 */
|
|
.deviceList_params {
|
|
position: absolute;
|
|
left: 24px;
|
|
top: 24px;
|
|
.el-input {
|
|
background-color: #00183e;
|
|
width: 147px;
|
|
height: 40px;
|
|
}
|
|
}
|
|
|
|
/* 设备详情 */
|
|
.device_alarm_info {
|
|
& > p {
|
|
padding: 16px 0 23px;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
color: #2de6ff;
|
|
line-height: 22px;
|
|
}
|
|
.device_alarm_info_list {
|
|
font-size: 14px;
|
|
li {
|
|
padding-bottom: 23px;
|
|
.level_status_2 {
|
|
color: #e80d0d;
|
|
}
|
|
.level_status_1 {
|
|
color: #faad14;
|
|
}
|
|
.level_status_0 {
|
|
color: #52c41a;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|