anxiao_web/pages/video/css/alarmEvent.css

195 lines
3.1 KiB
CSS
Raw Permalink Normal View History

2024-07-24 09:22:32 +08:00
.alarmEventInfoImg{
float:right;
width:300px;
height:180px;
margin-left:15px;
}
.alarmEventInfoImg>p{
line-height:40px;
height:40px;
}
.alarmHandleBtnBox{
width:400px;
overflow: hidden;
}
.alarmHandleBtnBox>button{
width:120px;
height:36px !important;
line-height:36px !important;
float:left;
font-size:16px;
}
.popWindows{
width:100%;
height:100%;
box-sizing: border-box;
border:1px solid rgb(56,125,191);
box-shadow: 0 0 5px 2px #3765b8 inset;
background:#071D4D;
}
.popWindows>div:first-child{
width:100%;
height:100%;
color:#fff;
}
.popWindows>div:first-child>div:first-child{
width:calc(100% - 20px);
height:39px;
line-height:39px;
margin:0 10px;
box-sizing: border-box;
border-bottom:1px solid #3374B4;
}
.popWindows>div:first-child>div>span{
float:left;
color:#0580C1;
}
.popWindows>div:first-child>div>img{
float:right;
margin-top:8px;
width:20px;
height:20px;
}
.taskSendEventOperTime{
width:calc(100% - 20px);
margin:10px;
}
.taskRange{
height:40px;
line-height:40px;
margin:10px 0;
}
.taskRange>input{
background:#0F1C40;
color:#fff;
width:100px;
height:36px;
border:0;
border-radius:4px;
border:1px solid #1F9AD8;
text-align: center;
}
.taskRange>button{
padding:0;
width:38px;
height:38px !important;
line-height:38px !important;
background:none;
box-sizing: border-box;
border:1px solid #1F9AD8;
color:#fff;
border-radius:4px;
margin-top:-1px;
font-size: 30px !important;
}
.taskSendOptions{
margin:0.1rem 0;
}
.taskSendOptions>ul,
.taskSendHandle{
overflow: hidden;
background:#083973;
padding:0 10px 0 0;
height:40px;
line-height:40px;
}
.taskSendOptions>ul>li:first-child{
float:left;
}
.taskSendOptions>ul>li>span:first-child,
.taskSendL>div>p:first-child>span:first-child{
float:left;
width:14px;
height:14px;
border:1px solid #7591B1;
border-radius:6px;
margin:10px;
}
.taskSendOptions>ul>li>span:first-child>img,
.taskSendL>div>p:first-child>span:first-child>img{
float:left;
width:10px;
height:8px;
margin:3px 2px;
}
.taskSendOptions>ul>li:last-child{
float:right;
}
.taskSendOptions>ul>li:last-child>button,
.taskSendHandle>p>button{
border:0;
background:#083973;
color:#fff;
margin-left:10px;
line-height:24px;
height:24px;
padding:0 10px;
}
.taskSendOptions>ul>li:last-child>button:hover,
.taskSendHandle>p>button:hover{
background:#083973 !important;
}
.taskSendL{
clear: both;
height:130px;
overflow-y: auto;
}
.taskSendL>div{
overflow: hidden;
padding:0 0.1rem;
}
.taskSendL>div>p{
height:40px;
line-height:40px;
}
.taskSendL>div>p>img{
width:24px;
height:24px;
float:right;
margin:5px;
}
.taskSendL>div>p:hover{
cursor: pointer;
}
.taskSendL>div>p:first-child{
float:left;
}
.taskSendL>div>p:last-child{
float:right;
}
.taskSendL>div>p>span>i{
color:#E8E03E;
}
.taskSendHandle{
clear: both;
}