物联网平台 +Web 组态
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

145 lines
2.6 KiB

.index_theLeft ul {
width: 100%;
padding: 0px;
margin: 0px;
overflow: auto;
}
.index_theLeft li {
list-style: none;
position: relative;
padding: 15px 0 15px 20px;
border-bottom: 1px solid #f9f9f9;
cursor: pointer;
}
.returnlink {
margin-right: 30px;
cursor: pointer;
color: #18bbfc;
}
.index_theLeft li.active , .index_theLeft li:HOVER{
background: #f9f9f9 !important;
color: #333 !important;
}
.index_theLeft li span,.index_theLeft li h5{
text-align: center;
color: #333;
}
.mapContainer{
height: 550px;width:100%;
}
.dashboard-menu{
border-top:1px solid #ecf0f5;
}
.app-container{
background: #f2f2f2;width: 100%;border-top:1px solid #ecf0f5;
}
.sceneList-info{
margin-left: 0px;
/* margin-right: 40px; */
padding-top: 10px;
}
h3{
margin: 15px 0;
}
.box-white {
width: 97%;
min-width: 897px;
padding-bottom: 0;
margin: 0 auto;
}
.box {
padding: 10px;
padding-top:1px;
border-left: 1px solid #d2d6de;
border-right: 1px solid #d2d6de;
border-bottom: 1px solid #d2d6de;
}
.box {
border: 0!important;
box-shadow: 0 0 2px 1px rgba(13,5,9,.08)!important;
}
.box {
position: relative;
border-radius: 3px;
background: #fff;
border-top: 3px solid #d2d6de;
/* padding-bottom: 20px; */
width: 100%;
box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.sensor_detail_title{
padding: 15px 0;
}
.jui-echart{
padding: 10px;
border: 1px solid #dadada;
}
.detail-line{
padding: 3px 0;
}
.video_container{
border: 1px solid #bfbfbf;
padding: 10px;
border-radius: 5px ;
}
.operateColumn{
padding-top: 30px;
margin-left: 30px;
}
.operateColumn a{
color: #18bbfc;
text-decoration: underline !important;
}
.operate_column_one{
width: 40px;
height: 40px;
float: left;
font-size: 30px;
text-align: center;
line-height: 40px;
}
.operate_column_cell {
height: 40px;
}
.operate_btn, .stop_btn{
cursor: pointer;
}
.device_capture{
}
.delete_capture{
color: red;
position: absolute;
top: -12px;
right: -8px;
font-size: 22px;
cursor: pointer;
display: none;
}
.device_capture_img{
float: left;
width: 200px;
margin-right: 20px;
border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #eaeaea;
height: 120px;
position: relative;
background: #929292;
}
.capture_img_time{
position: absolute;
bottom: 0px;
line-height: 25px;
margin-left: 10px;
color: #fff;
}
.operate_old_video{
padding:20px 0;
}