@import './variables.scss'; @import './mixin.scss'; @import './transition.scss'; @import './element-ui.scss'; @import './sidebar.scss'; body { height: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; } label { font-weight: 700; } html { height: 100%; box-sizing: border-box; } #app{ height: 100%; } *, *:before, *:after { box-sizing: inherit; } a, a:focus, a:hover { cursor: pointer; color: inherit; outline: none; text-decoration: none; } div:focus{ outline: none; } a:focus, a:active { outline: none; } a, a:focus, a:hover { cursor: pointer; color: inherit; text-decoration: none; } .clearfix { &:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } } //main-container全局样式 .app-main{ min-height: 100% } .app-container { padding: 20px; } .filter-container { padding-bottom: 10px; .filter-item { display: inline-block; vertical-align: middle; margin-bottom: 10px; } } .float-r{ float: right; } .float-l{ float: left; } /*日志折叠面板定制*/ .log .el-collapse{ border-top:0; border-bottom:0; } .log .el-collapse-item__header { height: 40px; line-height: 40px; cursor: pointer; border: 1px solid #fff; background:rgba(145,163,177,.15); font-size: 14px; color: #666; -webkit-transition: border-bottom-color .3s; transition: border-bottom-color .3s; outline: 0; padding: 0 20px; } .log .el-collapse-item__wrap { will-change: height; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px solid #fff; background: #263C7C; } .log .el-collapse-item__content{ font-size: 14px; color: #FFFFFF; padding: 20px; } .log .el-collapse-item__arrow{ margin-top: 14px; float: right; margin-right: -77px; } .log .icon-btn_style, .log .icon-btn_style:hover { background: none; border: 0; padding: 0; } //大屏展示的一些样式 .my-dialog{ .el-dialog{ background: #062B69; border:1px solid #5DDAF6 } .el-dialog__header{ border-bottom:1px solid #5DDAF6; text-align: center; } .el-dialog__title{ color: #5CDCF9; } .el-input__inner{ background:#091E43; border-color: #254E97; } .el-date-editor .el-range__icon{ color: #5CDCF9; } input { background:#091E43; } .el-date-editor .el-range-input{ color: #5CDCF9; } .form-handle{ .el-form-item__label{ color: #5CDCF9; font-weight: 500; } } .el-form-item{ margin-bottom: 10px; } .el-textarea__inner,.el-select:hover .el-input__inner{ background-color: #091E43; border-color: #254E97; border-bottom:1px solid #254E97; } .el-button--blue{ color: #FFF; background-color: #224788; border-color: #224788; } .el-button--green{ color: #FFF; background-color: #2092AD; border-color: #2092AD; } } .el-input--prefix .el-input__inner{ padding-left: 45px; } .el-input-group__append, .el-input-group__prepend{ color: #333; } //avue .preview-form{ height: auto!important; overflow-y: auto!important; } .x-spreadsheet-toolbar-btns{ margin-left: 30px !important; } .ml10{ margin-left: 10px; } .Customized .CodeMirror { font-family: monospace; height: 190px !important; color: black; direction: ltr; } .jsoneditor-vue{ height: 100%; } .printSet { background-image: url('../images/bianzu.png') !important; background-size: 19px; background-position: left top; background-repeat: no-repeat; position: absolute; opacity: 1!important; } .qrCodes { background-image: url('../images/qrcode.png') !important; background-size: 19px; background-position: left top; background-repeat: no-repeat; position: absolute; opacity: 1!important; } .barCodes { background-image: url('../images/tiaoxingma.png') !important; background-size: 19px; background-position: left top; background-repeat: no-repeat; position: absolute; opacity: 1!important; } .collapse-input-style { .el-input__inner ,.el-textarea__inner{ background: #263445 !important; border: 1px solid #3f5673; color:#a8e3ff } .el-slider__runway{ height: 2px; background-color:#5e6b82 } .el-slider__bar{ height: 2px; } .el-slider__button-wrapper{ top: -17px; } .el-slider__button{ width: 14px; height: 14px; } .el-switch__core{ background-color:#5e6b82; border: 1px solid #3f5673; } .el-input-group__append, .el-input-group__prepend{ background: #5e6b82 !important; border: 1px solid #3f5673; color:#a8e3ff } .el-input-number__increase, .el-input-number__decrease{ background: #5e6b82 !important; border: 1px solid #3f5673; color:#a8e3ff } .el-input-number.is-controls-right .el-input-number__increase{ height: 15px; border-bottom: 1px solid #3f5673; } .el-input-number.is-controls-right .el-input-number__decrease{ border-left: 1px solid #3f5673; } .el-form-item__label { font-size: 12px; color: #bfcbd9!important; font-weight: normal !important; } } .el-form-item__label { line-height: 30px !important; height: 30px; } .el-form-item__content { line-height: 30px !important; height: 30px; }