* { padding: 0; margin: 0; box-sizing: border-box; } ._treeTxt{ display: flex; align-items: center; justify-content: center; width: 120px; min-height: 360px; height: 100%; border-right: 1px solid rgba(255, 255, 255, 0.2); } .search_ input { position: relative; width: 100%; height: 32px; line-height: 32px; border-radius: 4px; font-size: 14px; padding: 0 5px 0 25px; color: #dcdcdc; background-color: rgba(255, 255, 255, 0.2); border: 1px solid rgba(232, 232, 232, 0.3); } .search_ input::-webkit-input-placeholder { color: #dcdcdc; } .search_ .el-icon-search { position: absolute; left: 12px; top: 16px; color: #dcdcdc; } .elTable{ width: 100%; border: 1px solid rgba(255, 255, 255, 0.2); } .el-table::before{ height: 0; } .el-table::after{ width: 0; } .el-table,.el-table__expanded-cell { color: #ddd; background-color: #040d32 !important; } .el-table tr, .el-table td { font-size: 14px; background-color: #040d32 !important; } .el-table td.el-table__cell,.el-table th.el-table__cell.is-leaf{ border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .el-table--border .el-table__cell{ border-right: 1px solid rgba(255, 255, 255, 0.2); } .el-dialog__header{ padding: 10px; } .el-dialog__title{ font-size: 15px; } .el-dialog__headerbtn{ top: 14px; } .el-dialog__body{ padding: 10px; color: #fff; background-color: #082041; } .br{ border: 1px solid rgba(255, 255, 255, 0.2); } ._Form{ flex:1; flex-direction: column; border-right: 1px solid rgba(255, 255, 255, 0.2); } ._Form>div{ height: 20%; min-height: 60px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } ._Form>div>div:first-child{ display: flex; align-items: center; justify-content: center; width: 100px; height: 100%; min-height: 60px; border-right: 1px solid rgba(255, 255, 255, 0.2); } ._Form>div>div:last-child{ width: calc(100% - 100px); padding: 0 10px; } .el-input__inner{ height: 34px; line-height: 34px; } .el-input__inner,._Form .el-textarea__inner{ color: #a1a1a1; border-color: transparent; background-color: rgba(255, 255, 255, 0.2); } .el-input__inner::-webkit-input-placeholder { color: #b9b9b9; } ._Form .el-radio{ color: #fff; } .el-select-dropdown__item{ height: auto; } .el-tree{ color: #fff; background-color: transparent; } .el-select-dropdown__item.hover, .el-select-dropdown__item:hover, .el-tree-node__content:hover,.el-tree-node:focus>.el-tree-node__content{ background-color: transparent; } .el-popper[x-placement^=bottom] .popper__arrow::after{ border-bottom-color: #707070; } .el-select-dropdown{ background-color: #707070; } .el-radio__input.is-checked .el-radio__inner, .el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner, .el-button--success{ border-color: #39b54a; background: #39b54a; } .el-radio__input.is-checked+.el-radio__label{ color: #39b54a; } .el-select-dropdown__item{ color: #fff; }