.drawCur { cursor: url(/static/images/cur/draw.cur), auto; } .measureCur { cursor: url(/static/images/cur/measure.cur), auto; } html, body { background-color: black; width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; color: #fff !important; } #loadingbar { bottom: 0; left: 0; margin: auto; position: absolute; right: 0; top: 0; z-index: 999999; display: none; } /* 滚动条整体样式(高宽分别对应横竖滚动条的尺寸) */ body::-webkit-scrollbar { width: 10px; height: 10px; } /* 滚动条里面小方块 */ body::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); /* background: rgba(85, 229, 38, 0.71); */ background: rgba(105, 186, 255, 0.5); } /* 滚动条里面轨道 */ body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 10px; /* background: #2a4fd1b3; */ background: rgba(105, 186, 255, 0.1); } /* 滚动条整体样式(高宽分别对应横竖滚动条的尺寸) */ /* div::-webkit-scrollbar { width: 10px; height: 10px; } */ .messageIndex, .el-message { z-index: 300000000000 !important; } .el-dialog { background: transparent !important; /* background: url(/static/images/popup/background.png) no-repeat !important; */ /* background-size: 100% 100% !important; */ /* background-position: center !important; */ border: none; background-color: #02213e9a !important; color: #fff; } .el-dialog__title, .el-form-item__label { color: white !important; } .el-dialog__title { color: #fff !important; border-bottom: 2px solid #2A5277 !important; display: inline-block; width: 100% !important; } /* .el-dialog__header { background: url(/static/images/ghzc//second_titlebg.png) no-repeat !important; background-size: 100% 100% !important; background-position: center !important; } */ .el-dialog__headerbtn .el-dialog__close { width: 22px; height: 22px; background: #335F87; border-radius: 4px; border: 1px solid rgba(123, 162, 198, 0.5); line-height: 21px; color: white !important; } div::-webkit-scrollbar { width: 5px; height: 5px; } div::-webkit-scrollbar-thumb { background: rgba(63, 147, 245, 0.6); -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 5px; } div::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 10px; background: rgba(4, 28, 50, 0.6); } .el-message-box { background-color: #02213e9a !important; border: none !important; color: #fff; } .el-message-box__header { background-color: transparent !important; padding: 10px 16px 7px !important } .el-message-box__title { color: #fff !important; border-bottom: 1px solid #2A5277 !important; height: 30px !important; } .el-message-box__content { color: #fff !important; } .el-message-box__headerbtn .el-message-box__close { color: #fff !important; width: 22px; height: 22px; background: #335F87; border-radius: 4px; border: 1px solid rgba(123, 162, 198, 0.5); line-height: 21px; } .el-message-box__headerbtn { top: 13px !important; border-radius: 4px; } .el-message-box__status.el-icon-warning { color: #2d8cf0b3; } .el-message-box__btns .el-button { background: #0f7ac8 !important; border-color: #0f7ac8 !important; color: #fff !important; } /* ---------------中图弹窗---------------- */ .vl-notify { border: none !important; border-radius: 0.4vw !important; background: rgba(4, 28, 50, 0.76) !important; } div::-webkit-scrollbar { width: 5px; height: 5px; } div::-webkit-scrollbar-thumb { background: rgba(63, 147, 245, 0.6); border-radius: 5px; } div::-webkit-scrollbar-track { background: rgba(4, 28, 50, 0.6); } .vl-notify.vl-notify-alert h2.vl-notice-title { color: white; display: flex; flex-flow: row nowrap; align-items: center; padding: 0vw 1vw 0vw 0vw; /* border-bottom-left-radius: 1.4vw; */ position: relative; line-height: auto !important; border-bottom: 0px solid #eee !important; background-color: #fff0 !important; background-size: 100% 100% !important; background: url(/static/images/popup/title.png) no-repeat; background-size: 100% 100%; background-position: center; } .vl-notify.vl-notify-alert h2.vl-notice-title .lv-title { height: auto !important; } .vl-notice-title:after { width: 100%; height: 4px; content: ""; position: absolute; left: 0; bottom: 0; background: linear-gradient(180deg, #0061a8 0%, #123568 46%, #11478e 100%); border-radius: 4px; z-index: -1; } .vl-notice-title>span { font-size: 16px; font-weight: 700; letter-spacing: 1px; } .icon-remove { width: 22px; height: 22px; color: #fff !important; background-color: rgba(51, 95, 135, 1); line-height: 23px; padding: 0 5px; border-radius: 4px; /* right: 0 !important; */ top: 10px !important; } .lv-icon-maxmini>i { color: #fff !important; } .lv-icon-maxmini .vlicon-max { display: none !important; } /* -----------中图弹窗------------ */ .el-cascader-node { color: #fff !important; } .el-cascader-node:hover { color: #fff !important; background-color: rgba(255, 255, 255, 0.35) !important; } .el-cascader-node:not(.is-disabled):focus { background-color: rgba(4, 28, 50, 0.5) !important; } .el-checkbox__input>.el-checkbox__inner { border: 1px solid #96a9b7; background-color: rgba(4, 28, 50, 0.6); } .el-select-dropdown__item { color: #fff !important; font-weight: 300; } .el-select-dropdown__item.hover, .el-select-dropdown__item:hover { color: #fff !important; background-color: rgba(255, 255, 255, 0.35) !important; } .el-select-dropdown { color: #fff !important; background-color: rgba(4, 28, 50, 0.5) !important; border: 1px solid rgba(15, 122, 200, 0.4) !important; } .el-cascader__dropdown, .el-picker-panel, .el-picker-panel__footer { color: #fff !important; background-color: rgba(4, 28, 50, 0.5) !important; border: 1px solid rgba(15, 122, 200, 0.4) !important; } .el-cascader--mini { right: 0px !important; } .el-radio__inner{ background-color: transparent !important; }