派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-03-13 4fc6a012ac1975002cd7941bbbf6b3b8f32d2f23
src/assets/css/map/map-elem-ui.less
@@ -60,3 +60,31 @@
    cursor: pointer;
  }
}
.map-tooltip{
  font-size: .08333rem !important;
  color: @color-highlight !important;
  background: @background-color !important;
  border-radius: 10px;
  padding: .05rem !important;
}
.btn-active{
  color: @color-highlight !important;
}
.map-background{
  //color: @color;
  border: .00521rem solid @color;
  box-shadow: 0 0 .03rem @color;
  background: @background-color !important;
  //padding: .05rem !important;
  border-radius: .05208rem;
}
.map-under-line {
  height: 1px;
  background: @background-color-split;
  margin-block-start: 0;
  margin-block-end: 0;
}