派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-23 4b2a5a88cbca4c21c18a7b59dae825051cf75c1f
src/assets/css/map/map-panel-style.less
@@ -8,40 +8,45 @@
/*全局设置***********/
h1, h2, h3, h4, h5, h6, ul, li, p,i ,span,div{
h1, h2, h3, h4, h5, h6, ul, li, p, i, span, div {
  padding: 0;
  margin: 0;
  list-style: none;
  -moz-user-select:none; /*火狐*/
  -webkit-user-select:none; /*webkit浏览器*/
  -ms-user-select:none; /*IE10*/
  -khtml-user-select:none; /*早期浏览器*/
  user-select:none;
  -moz-user-select: none; /*火狐*/
  -webkit-user-select: none; /*webkit浏览器*/
  -ms-user-select: none; /*IE10*/
  -khtml-user-select: none; /*早期浏览器*/
  user-select: none;
}
.rt{
  float:right;
.rt {
  float: right;
}
.lt{
  float:left;
.lt {
  float: left;
}
.el-button--mini, .el-button--mini.is-round{
.el-button--mini, .el-button--mini.is-round {
  padding: 0.02rem 0.04rem;
}
/*隐藏*/
.el-dialog__wrapper{
.el-dialog__wrapper {
  height: 0;
}
.el-dialog{
.el-dialog {
  margin: 0 !important;
  position: fixed;
  z-index: 2000;
// left: 50%;
 //bottom:15px;
  .el-dialog__header{
  // left: 50%;
  //bottom:15px;
  .el-dialog__header {
    border-bottom: 1px solid @background-color-split;
  }
}
i {
  font-style: normal
}
@@ -232,7 +237,8 @@
      height: 16px;
    }
  }
  .el-button.hover{
  .el-button.hover {
    color: @color-highlight;
    border: .00521rem solid @color-highlight;
    box-shadow: 0 0 .03rem @color-highlight;
@@ -262,11 +268,12 @@
}
.hover-bottom:hover,
.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;
@@ -375,6 +382,7 @@
.el-table {
  .cell {
    padding: 0 3px !important;
    i {
      display: block;
      font-style: normal;
@@ -385,7 +393,7 @@
}
.el-dialog--center .el-dialog__body{
.el-dialog--center .el-dialog__body {
  padding: 0.04rem;
}
@@ -418,18 +426,22 @@
.el-table td, .el-table th.is-leaf {
  font-size: 0.08rem;
}
.el-table .has-gutter tr th{
  border:1px solid @background-color-split;
.el-table .has-gutter tr th {
  border: 1px solid @background-color-split;
}
.el-table .has-gutter tr th  .cell{
.el-table .has-gutter tr th .cell {
  color: #fff;
}
.el-table--border{
 // border:1px solid @background-color-split;
  border:none
.el-table--border {
  // border:1px solid @background-color-split;
  border: none
}
.el-table--border::after, .el-table--group::after, .el-table::before{
  background:none;
.el-table--border::after, .el-table--group::after, .el-table::before {
  background: none;
}
.el-table .warning-row {
@@ -449,9 +461,11 @@
  padding: 0 !important;
  font-size: 0.01rem !important;
}
.el-scrollbar__wrap {
}
/*****滚动条***/
.scroll::-webkit-scrollbar,
.s-map-popup-panel .el-tabs__content::-webkit-scrollbar,
@@ -470,6 +484,7 @@
  border-radius: 10px;
  background: #000;
}
.scroll::-webkit-scrollbar-track,
.s-map-popup-panel .el-tabs__content::-webkit-scrollbar-track,
.el-table__body-wrapper::-webkit-scrollbar-track,
@@ -481,10 +496,7 @@
}
/*********解决横向滚动**/
/***********************************************动画效果************/
@@ -669,27 +681,45 @@
.fixed-table {
  background: rgba(0, 16, 30, 1) !important;
}
/****************************报表二级子弹框样式***/
.el-tabs__nav-wrap::after{background: none;}
.el-tabs__header{margin-bottom: 0.04rem;
  .is-active{color: @color-highlight}
.el-tabs__nav-wrap::after {
  background: none;
}
.el-tabs__active-bar{
.el-tabs__header {
  margin-bottom: 0.04rem;
  .is-active {
    color: @color-highlight
  }
}
.el-tabs__active-bar {
  background: @color-highlight;
}
.el-popover.popovers{
.el-popover.popovers {
  background: @background-color;
  padding: 0;
  border: 0.00521rem solid @color;
  overflow: hidden;
  box-shadow: 0 0 0.03rem @color;
  .el-popover__title{color: #fff;margin: 0;padding:0.06rem; background: @background-color;border-bottom: 1px solid @background-color-split}
  .el-popover__title {
    color: #fff;
    margin: 0;
    padding: 0.06rem;
    background: @background-color;
    border-bottom: 1px solid @background-color-split
  }
  .refinery {
    background-color: @background-color;
  }
  .waste-water{
  .waste-water {
    background-color: @background-color;
  }
}