anxiao_web/pages/cmddispatch/css/leaflet-popup.css

65 lines
1.1 KiB
CSS

.leaflet-popup-content-wrapper{
border: 1px solid rgb(56,125,191);
box-shadow: 0 0 5px 2px #3765b8 inset;
background: #071D4D !important;
padding: 0px 20px 20px 20px;
width:580px;
color:#fff !important;
font-size:14px;
height:210px;
}
.leaflet-popup-content{
width:calc(100% - 40px) !important;
}
.leaflet-popup-content>div{
width:100%;
}
.leaflet-popup-content>div>div{
overflow: hidden;
}
.leaflet-popup-content .sb_bInfo{
width:100%;
}
.sb_grade>div{
overflow: hidden;
}
.sb_grade>div>div{
float:left;
width:16%;
margin-top:3px;
}
.sb_grade>div>div>p{
line-height:20px;
}
.schoolWindowInfo .sb_grade{
margin-top:10px;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip{
background: #071d4d !important;
}
.leaflet-container a.leaflet-popup-close-button{
color:#fff !important;
}
.leaflet-popup-content p{
margin:0 !important;
margin-right:10px !important;
}
#sosAlarmVideoContent{
width:260px;
height:160px;
margin:10px auto;
}
#sosAlarmVideoContent>video{
width:100%;
}