bmh_cesium/public/widgets/addmarker/view.css
2025-03-10 07:23:50 +08:00

41 lines
716 B
CSS

.mp_head {
line-height: 35px;
border-bottom: #dedede 1px solid;
overflow: hidden;
}
.mp_head ul {
padding: 0;
}
.mp_head ul li {
padding: 0;
float: left;
display: inline-block;
}
.mp_head ul li i {
width: 28px;
height: 25px;
line-height: 25px;
text-align: center;
background: #f5f5f5;
border: #dedede 1px solid;
color: #3374e0;
display: inline-block;
font-size: 16px;
margin-left: 10px;
cursor: pointer;
}
.ml10 {
margin-left: 10px
}
.mp_head2 {
width: 100%;
height: 45px;
line-height: 45px;
text-align: center;
}
.dark .mp_head ul li i {
background-color: rgba(63, 72, 84, 0.6);
border: #dedede 1px solid;
color: #ffffff;
}