.infoBox { position: absolute; z-index: 40; display: flex; flex-direction: column; } .infoResize { width: 10px; height: 10px; cursor: nw-resize; margin-bottom: 0px; margin-left: calc(100% - 10px); /* background: red; */ } .infoTitle { font-size: 14px; width: calc(100% - 40px); padding: 0px 20px; display: flex; justify-content: space-between; } .infoContent { flex: 1; padding: 2% 2% 0% 2%; display: flex; flex-direction: column; } .infoContentMenu { left: 0px; top: 0px; font-size: 14px; position: absolute; padding: 10px; z-index: 99999 !important; box-shadow: 0px 0px 16px 0px #0042ff; border-radius: 4px; border: 2px solid rgba(0, 186, 255, 1); } .infoTree { flex: 1; margin-top: 10px; position: relative; } .el-tree { height: 100%; overflow: auto; background: transparent !important; } .el-tree-node__label { color: white; font-size: 12px; } .slot-t-node { color: white; font-size: 12px; } .soltBox { display: flex; align-items: center; height: 100%; } .el-checkbox__inner { background: rgba(0, 0, 0, 0.64); } .el-tree-node__content:hover, .el-upload-list__item:hover { background: rgba(8, 75, 66, 1) !important; } .el-tree-node__content { background: transparent !important; } .el-tree--highlight-current { color: #409eff; } .resizing { cursor: nw-resize; } .el-popover { min-width: 0px; background: rgba(0, 0, 0, 0.64); border: 1px solid rgba(0, 186, 255, 1); color: white; } .el-popper[x-placement^="right"] .popper__arrow::after { border-right-color: rgba(255, 255, 255, 0.64); } .el-popover li { list-style: none; padding: 2px 0px; border-bottom: 1px solid white; } .el-popover li:hover { color: #409eff; } .el-button--text { margin: 0px 0px 0px 5px; } .listBox { position: absolute; z-index: 40; padding: 10px; top: 150px; left: 80px; } .listBox .listItem { background: url("@/assets/img/mapview/圆角矩形 4 拷贝 15.png") no-repeat; background-size: 100% 100%; margin-top: 4px; padding: 10px; } .listBox .listItem:hover { scale: 1.1; } .listInfo { position: absolute; width: 336px; margin-top: 5px; height: calc(100% - 75px); z-index: 40; padding: 0px 10px; display: inline-block; } .echartsBox { width: 335px; height: 100%; z-index: 40; border-radius: 4px; padding: 10px 10px; } .echartCont p { color: white; font-size: 16px; font-weight: 700; margin-left: 10px; margin-top: 5px; } .echartCont { width: 100%; height: 30%; } /* .echarts1{ width: 100%; height: 100%; } .echarts2{ width: 100%; height: 100%; } */ .echartBox { flex: 1; margin-top: 10px; height: calc(100% - 41px); } .listinfo-btns { width: 100%; height: 35px; margin-left: 0px; } .listinfo-btn { background: url("@/assets/img/left/infobtn.png") no-repeat; float: left; color: white; width: 105px !important; height: 35px; text-align: center; line-height: 35px; margin-left: 0px; padding: 0px; cursor: pointer; } .listinfo-btn-ac { background: url("@/assets/img/left/infobtnac.png") no-repeat; } .listinfo-btn:hover { background: url("@/assets/img/left/infobtnac.png") no-repeat; }