anxiao_web/pages/workInClock/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:500px;
color:#fff !important;
font-size:14px;
}
.leaflet-popup-content{
width:calc(100% - 40px) !important;
}
.leaflet-popup-content>div{
width:100%;
}
.leaflet-popup-content .sb_bInfo{
width:100%;
}
.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;
}
.schoolClockRecords{
max-height:120px;
overflow-y: auto;
}
.schoolClockRecords>p{
line-height:34px;
height:34px;
margin:0 !important;
}
.schoolClockRecords>p>button{
float:right;
}
.schoolClockRecords>p>span:nth-child(1){
float:left;
width:110px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}