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.
104 lines
2.1 KiB
SCSS
104 lines
2.1 KiB
SCSS
.deviceScene_wrap {
|
|
.deviceScene_container {
|
|
.deviceScene_body {
|
|
.scene_box {
|
|
background-color: white;
|
|
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
|
|
border-radius: 8px;
|
|
height: calc(100vh - 160px);
|
|
}
|
|
.left {
|
|
width: 65.52%;
|
|
padding: 16px;
|
|
.deviceScene_box_top {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
color: #333333;
|
|
padding: 8px 0 16px;
|
|
.bg_icon {
|
|
color: #154ddd;
|
|
|
|
i {
|
|
font-size: 25px;
|
|
}
|
|
margin-right: 14px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.right {
|
|
width: 32.61%;
|
|
.alarm_head {
|
|
padding: 7px 16px;
|
|
border-bottom: 1px solid #e0e0e0;
|
|
.label {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
color: #333333;
|
|
}
|
|
}
|
|
.alarm_body {
|
|
& > li {
|
|
background: #f3f6ff;
|
|
margin: 16px;
|
|
border-radius: 2px;
|
|
h5 {
|
|
padding: 12px;
|
|
border-bottom: 1px solid #e0e0e0;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
}
|
|
.alarm_info {
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
padding: 12px;
|
|
color: #666666;
|
|
& > p {
|
|
padding-bottom: 8px;
|
|
}
|
|
.label {
|
|
}
|
|
.active_value {
|
|
color: #e80d0d;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.el-dialog__body {
|
|
padding-top: 8px;
|
|
}
|
|
.alarm_table {
|
|
height: 550px;
|
|
}
|
|
|
|
.alarm_detail_box {
|
|
.alarm_detail_info {
|
|
border-radius: 2px;
|
|
h5 {
|
|
padding: 0 0 12px;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
}
|
|
.alarm_info {
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
color: #666666;
|
|
& > p {
|
|
padding-bottom: 8px;
|
|
}
|
|
.label {
|
|
}
|
|
.active_value {
|
|
color: #e80d0d;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|