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.
85 lines
2.0 KiB
Plaintext
85 lines
2.0 KiB
Plaintext
.alarmImgBox {
|
|
// display: flex;
|
|
// justify-content: flex-start;
|
|
.alarmImgLeft {
|
|
position: relative;
|
|
margin-right: 32px;
|
|
width: 120px;
|
|
// height: 600px;
|
|
.alarmImgLeftBox{
|
|
width: 112px;
|
|
height: 112px;
|
|
border-radius: 4px;
|
|
// background: skyblue;
|
|
}
|
|
.alarmImgLeftBoxActive {
|
|
width: 112px;
|
|
height: 112px;
|
|
border-radius: 4px;
|
|
border: 1.5px solid #081FA8;
|
|
}
|
|
.shadowBox {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0px;
|
|
width: 112px;
|
|
height: 20px;
|
|
background: #FFF;
|
|
z-index: 999;
|
|
}
|
|
}
|
|
.alarmImgRight{
|
|
flex: 1;
|
|
position: relative;
|
|
.alarmImgRightTopBox {
|
|
width: 640px;
|
|
height: 640px;
|
|
background: skyblue;
|
|
}
|
|
.alarmDetails {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 38px;
|
|
padding-left: 24px;
|
|
line-height: 38px;
|
|
margin-bottom: 16px;
|
|
font-family: PingFang SC;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
|
|
.alarmSpan {
|
|
// color: #333;
|
|
margin-right: 24px;
|
|
}
|
|
}
|
|
}
|
|
.alarmImgDescribe {
|
|
margin-bottom: 12px;
|
|
font-family: PingFang SC, PingFang SC;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
color: #666;
|
|
span {
|
|
color: #333;
|
|
}
|
|
}
|
|
.alarmImgContent {
|
|
box-sizing: border-box;
|
|
padding: 16px;
|
|
width: 100%;
|
|
// height: 172px;
|
|
background: #F7F7F7;
|
|
border-radius: 4px;
|
|
border: 2px dashed #DCDCDC;
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
}
|
|
}
|
|
.myButtonDisabled{
|
|
visibility: hidden;
|
|
} |