158 lines
5.2 KiB
SCSS
158 lines
5.2 KiB
SCSS
.cn-chart__alarm-info {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
|
|
.alarm-info__box {
|
|
height: calc(100% - 40px);
|
|
width: 100%;
|
|
|
|
.box__body {
|
|
display: flex;
|
|
margin-left: 30px;
|
|
margin-right: 30px;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
height: calc(100% / 9);
|
|
border-bottom: 1px solid #E7EAED;
|
|
|
|
.body__content {
|
|
display: flex;
|
|
|
|
.content__icon-box {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
.icon-box__icon {
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.cn-icon-alert {
|
|
width: 12px;
|
|
position: absolute;
|
|
top: calc(50% - 8px);
|
|
left: calc(50% - 8px);
|
|
}
|
|
}
|
|
|
|
.content__text-box {
|
|
margin-left: 17px;
|
|
|
|
.text-box__title {
|
|
font-size: 16px;
|
|
line-height: 19px;
|
|
font-family: Roboto-Regular;
|
|
color: #333333;
|
|
font-weight: 400;
|
|
div {
|
|
max-width: 400px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
.text-box__text {
|
|
font-size: 12px;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
|
|
&>div {
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.text__time-box {
|
|
display: flex;
|
|
margin-left: 20px;
|
|
height: 14px;
|
|
|
|
.cn-icon-time2 {
|
|
color: #8FA1BE;
|
|
width: 10px;
|
|
height: 10px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.time-box__start-time {
|
|
font-family: PingFangSC-Regular;
|
|
font-size: 12px;
|
|
color: #999999;
|
|
line-height: 14px;
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
|
|
.text__duration-box {
|
|
height: 14px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
.cn-icon-time2 {
|
|
color: #8FA1BE;
|
|
width: 12px;
|
|
height: 12px;
|
|
font-size: 12px;
|
|
line-height: 12px;
|
|
}
|
|
|
|
.time-box__start-time {
|
|
font-family: PingFangSC-Regular;
|
|
font-size: 12px;
|
|
color: #999999;
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
|
|
.text__type {
|
|
width: auto;
|
|
font-family: Roboto-Regular;
|
|
line-height: 16px;
|
|
font-size: 12px;
|
|
border: 1px solid;
|
|
font-weight: 400;
|
|
max-width: 150px;
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.duration-box__circle {
|
|
display: inline-block;
|
|
width: 5px;
|
|
height: 5px;
|
|
border-radius: 50%;
|
|
font-family: Roboto-Black;
|
|
font-size: 12px;
|
|
color: #666666;
|
|
line-height: 17px;
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
.alarm-info__pagination {
|
|
height: 40px !important;
|
|
width: 100%;
|
|
}
|
|
}
|