2022-03-07 09:30:17 +08:00
|
|
|
.cn-chart-alarm-info {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
position: relative;
|
2022-03-07 14:59:14 +08:00
|
|
|
|
|
|
|
|
.cn-chart-alarm-info-mainContent {
|
|
|
|
|
height: calc(100% - 40px);
|
2022-03-07 09:30:17 +08:00
|
|
|
width: 100%;
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-07 09:30:17 +08:00
|
|
|
.cn-chart-alarm-content {
|
|
|
|
|
display: flex;
|
2022-03-07 15:54:28 +08:00
|
|
|
margin-left: 30px;
|
|
|
|
|
margin-right: 30px;
|
2022-03-07 09:30:17 +08:00
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: center;
|
|
|
|
|
height: calc(100% / 9);
|
2022-03-07 14:59:14 +08:00
|
|
|
border-bottom: 1px solid #E7EAED;
|
|
|
|
|
|
2022-03-07 09:30:17 +08:00
|
|
|
.cn-alarm-info-main {
|
|
|
|
|
display: flex;
|
2022-03-07 14:59:14 +08:00
|
|
|
|
|
|
|
|
.cn-alarm-info-main-left {
|
2022-03-07 09:30:17 +08:00
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-07 09:30:17 +08:00
|
|
|
.cn-chart-alarm-info-icon {
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2022-03-07 14:59:14 +08:00
|
|
|
|
|
|
|
|
.cn-icon-alert {
|
2022-03-07 09:30:17 +08:00
|
|
|
width: 12px;
|
|
|
|
|
position: absolute;
|
2022-03-07 15:54:28 +08:00
|
|
|
top: calc(50% - 8px);
|
|
|
|
|
left: calc(50% - 8px);
|
2022-03-07 09:30:17 +08:00
|
|
|
}
|
|
|
|
|
}
|
2022-03-07 14:59:14 +08:00
|
|
|
|
|
|
|
|
.cn-alarm-info-textContent {
|
2022-03-07 09:30:17 +08:00
|
|
|
margin-left: 17px;
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-07 09:30:17 +08:00
|
|
|
.cn-alarm-info-main-title {
|
2022-03-07 14:59:14 +08:00
|
|
|
font-size: 16px;
|
2022-03-07 09:30:17 +08:00
|
|
|
line-height: 19px;
|
2022-03-07 17:27:55 +08:00
|
|
|
font-family: Roboto-Regular;
|
|
|
|
|
color: #333333;
|
|
|
|
|
font-weight: 400;
|
2022-03-07 09:30:17 +08:00
|
|
|
}
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-07 09:30:17 +08:00
|
|
|
.cn-alarm-info-bottom {
|
2022-03-07 14:59:14 +08:00
|
|
|
font-size: 12px;
|
2022-03-07 09:30:17 +08:00
|
|
|
line-height: 14px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 10px;
|
2022-03-07 14:59:14 +08:00
|
|
|
display: flex;
|
2022-03-07 15:54:28 +08:00
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2022-03-07 14:59:14 +08:00
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
2022-03-07 09:30:17 +08:00
|
|
|
.cn-alarm-info-bottom-middle {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
height: 14px;
|
2022-03-07 17:27:55 +08:00
|
|
|
|
|
|
|
|
.cn-icon-time2 {
|
2022-03-07 15:54:28 +08:00
|
|
|
color: #8FA1BE;
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
2022-03-07 17:27:55 +08:00
|
|
|
|
2022-03-07 09:30:17 +08:00
|
|
|
.cn-alarm-info-bottom-time {
|
2022-03-07 17:27:55 +08:00
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
|
font-size: 12px;
|
2022-03-07 09:30:17 +08:00
|
|
|
color: #999999;
|
|
|
|
|
line-height: 14px;
|
2022-03-07 17:27:55 +08:00
|
|
|
font-weight: 400;
|
2022-03-07 09:30:17 +08:00
|
|
|
}
|
|
|
|
|
}
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-07 09:30:17 +08:00
|
|
|
.cn-alarm-info-bottom-right {
|
2022-03-07 15:54:28 +08:00
|
|
|
height: 14px;
|
2022-03-07 09:30:17 +08:00
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2022-03-07 17:27:55 +08:00
|
|
|
|
|
|
|
|
.cn-icon-time2 {
|
2022-03-07 15:54:28 +08:00
|
|
|
color: #8FA1BE;
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
2022-03-07 17:27:55 +08:00
|
|
|
|
2022-03-07 09:30:17 +08:00
|
|
|
.cn-alarm-info-bottom-time {
|
2022-03-07 17:27:55 +08:00
|
|
|
font-family: PingFangSC-Regular;
|
2022-03-07 14:59:14 +08:00
|
|
|
font-size: 12px;
|
2022-03-07 17:27:55 +08:00
|
|
|
color: #999999;
|
|
|
|
|
line-height: 17px;
|
|
|
|
|
font-weight: 400;
|
2022-03-07 09:30:17 +08:00
|
|
|
}
|
|
|
|
|
}
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-07 09:30:17 +08:00
|
|
|
.cn-alarm-info-bottom-type {
|
|
|
|
|
width: auto;
|
2022-03-07 15:54:28 +08:00
|
|
|
border-radius: 2px;
|
|
|
|
|
font-family: Roboto-Regular;
|
|
|
|
|
line-height: 16px;
|
2022-03-07 09:30:17 +08:00
|
|
|
font-size: 12px;
|
|
|
|
|
border: 1px solid;
|
|
|
|
|
font-weight: 400;
|
2022-03-07 14:59:14 +08:00
|
|
|
max-width: 72px;
|
|
|
|
|
overflow: hidden;
|
2022-03-07 15:54:28 +08:00
|
|
|
padding-left: 2px;
|
|
|
|
|
padding-right: 2px;
|
2022-03-07 09:30:17 +08:00
|
|
|
}
|
2022-03-07 14:59:14 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-03-07 09:30:17 +08:00
|
|
|
.cn-alarm-info-bottom-circle {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 5px;
|
|
|
|
|
height: 5px;
|
|
|
|
|
border-radius: 50%;
|
2022-03-07 17:27:55 +08:00
|
|
|
font-family: Roboto-Black;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #666666;
|
|
|
|
|
line-height: 17px;
|
|
|
|
|
font-weight: 400;
|
2022-03-07 09:30:17 +08:00
|
|
|
}
|
|
|
|
|
}
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-07 09:30:17 +08:00
|
|
|
}
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-07 09:30:17 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-03-07 14:59:14 +08:00
|
|
|
|
|
|
|
|
.cn-chart-alarm-info-pagination {
|
2022-03-07 09:30:17 +08:00
|
|
|
height: 40px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|