| | |
| | | |
| | | .company-bindTooltip-hover h3 { |
| | | text-align: center; |
| | | border-bottom: 1px solid #0B3B6D; |
| | | border-bottom: 1px solid @background-color-split; |
| | | color: @color-highlight; |
| | | margin: 0; |
| | | padding: 0; |
| | | } |
| | |
| | | margin: 15px 0; |
| | | } |
| | | |
| | | .fixed-table { |
| | | background: rgba(0, 16, 30, 1) !important; |
| | | } |
| | | //.fixed-table { |
| | | // background: rgba(0, 16, 30, 1) !important; |
| | | //} |
| | | |
| | | /****************************报表二级子弹框样式***/ |
| | | .el-tabs__nav-wrap::after { |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | |
| | | padding: 5px 0; |
| | | .time-select { |
| | | cursor: pointer; |
| | | padding: 5px; |
| | |
| | | } |
| | | |
| | | .echarts-form { |
| | | height: 0.3rem; |
| | | line-height: 0.3rem; |
| | | |
| | | .demonstration { |
| | | color: #00fff6; |
| | | font-size: 12px; |
| | |
| | | } |
| | | |
| | | .el-input__inner { |
| | | height: 0.15rem; |
| | | background-color: #2e4967; |
| | | color: #fff; |
| | | font-size: 12px; |
| | |
| | | .el-icon-time:before { |
| | | content: " "; |
| | | } |
| | | } |
| | | .el-tabs--card>.el-tabs__header{ |
| | | border-bottom-color: @background-color; |
| | | } |
| | | |
| | | /************leaflet-tooltip 悬浮框样式统一修改************/ |
| | | .leaflet-tooltip-top, |
| | | .leaflet-tooltip-left, |
| | | .leaflet-tooltip-right, |
| | | .leaflet-tooltip-bottom{ |
| | | background-color: @background-color; |
| | | box-shadow: 0 0 0.03rem #00fff6; |
| | | border-color: #00fff6; |
| | | color: @color-highlight; |
| | | >div{background-color: @background-color;color: #00fff6} |
| | | } |
| | | .leaflet-tooltip-top::before{border-top-color: @background-color;} |
| | | .leaflet-tooltip-left::before{border-left-color: @background-color;} |
| | | .leaflet-tooltip-right::before{border-right-color: @background-color;} |
| | | .leaflet-tooltip-bottom::before{border-bottom-color: @background-color;} |
| | | |
| | | |
| | | .el-date-editor.el-input, .el-date-editor.el-input__inner{ |
| | | width: 160px; |
| | | height: 30px; |
| | | } |
| | | .el-select.el-select--mini{ |
| | | width: 80px; |
| | | } |
| | | .time-select{ |
| | | display:block;text-align: center; |
| | | } |
| | | .public-bounced-content-left{ |
| | | width: 5rem; |
| | | } |
| | | .echarts-chart>div{ |
| | | width: 100%; |
| | | height: 1.5rem; |
| | | } |
| | | |
| | | .el-dialog__body{ |
| | | padding: 5px; |
| | | color: #f2f2f2; |
| | | } |
| | | |
| | | /************搜索数据分页功能总数量样式添加************/ |
| | | .page_total { |
| | | text-align: right; |
| | | margin: 5px 0; |
| | | color: @color; |
| | | } |