派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-14 a66092232c904e34e4977687d9e2ee73a1ca49e1
src/assets/css/map/map-panel-style.less
@@ -6,12 +6,14 @@
  font: 12px/1.5 "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
/*全局设置***********/
h1, h2, h3, h4, h5, h6, ul, li, p {
  padding: 0;
  margin: 0;
  list-style: none;
}
i {
  font-style: normal
@@ -46,6 +48,7 @@
}
.el-dialog {
  height: 500px;
  border: 0.00521rem solid @color;
  box-shadow: 0 0 0.03rem @color;
  background: rgba(0, 16, 30, 0.8);
@@ -115,6 +118,7 @@
  thead.is-group th {
    background: transparent;
    padding: 0
  }
  .el-table__expanded-cell {
@@ -251,6 +255,11 @@
}
.hover-bottom:hover,
.hover-bottom.hover{
  box-shadow: 0 0 0.03rem #fff700 inset !important;
  color: #fff700 !important;
  cursor: pointer;
}
.active-button {
  border: 0.00521rem solid #fff700 !important;
  box-shadow: 0 0 0.03rem #fff700 !important;
@@ -364,10 +373,8 @@
    height: 0;
    background: none;
  }
  .cell {
    padding: 0 3px !important;
    i {
      display: block;
      font-style: normal;
@@ -392,7 +399,6 @@
}
.el-table th > .cell {
  border: 1px #396d83 solid;
  color: #00fff6;
}
@@ -556,7 +562,7 @@
  }
}
/***********************************************右侧官网相关************/
/***********************************************右侧管线相关************/
.el-tabs__header {
  background: none;
}
@@ -564,25 +570,47 @@
.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  padding-left: 20px;
}
.el-tabs--border-card {
  background: none;
  border: none;
  box-shadow: none;
}
.el-tabs--border-card>.el-tabs__header {
.el-tabs--border-card > .el-tabs__header {
  background: none;
  border-bottom: none;
  margin: 0;
}
.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
  color: #409EFF;
  background: none;
  border: none;
}
.el-tabs--border-card>.el-tabs__header .el-tabs__item {
.el-tabs--border-card > .el-tabs__header .el-tabs__item {
  border: none;
}
.panel-right ::-webkit-scrollbar-thumb {
  background: none;
  border: none;
}
.el-card {
  margin-top: 15px;
  background: rgba(0, 16, 30, 0.5);
  border: 0.00521rem solid @color;
  box-shadow: 0 0 0.03rem @color;
}
.clearfix {
  display: inline-block;
  color: #ffffff;
  margin: 15px 0;
}
.fixed-table {
  background: rgba(0, 16, 30, 1) !important;
}