﻿body {
    margin: 0px;
    padding: 0px;
}

    body:not(.use-def-font) {
        font-family: HarmonyOS_Sans_SC_Regular !important;
    }

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url('../lib/font/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
}

[v-cloak] {
    display: none !important;
}

/*滚动条样式Start*/
::-webkit-scrollbar {
    width: 7px;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
    border-radius: 3px;
}

::placeholder {
    color: #909399 !important;
    font-size: 1em;
}

/*elmentui 固定列样式调整*/
.el-table__body-wrapper {
    z-index: 2;
}

.el-table__fixed-footer-wrapper {
    z-index: 1;
}

.el-table__fixed-right::before,
.el-table__fixed::before {
    height: 0px !important;
}

.el-scrollbar__wrap::-webkit-scrollbar {
    width: 9px;
    height: 6px;
}
/*滚动条样式End*/

.layui-layer-title {
    font-size: 14px !important;
    color: #303133 !important;
    line-height: 39px !important;
    height: 39px !important;
    border-bottom: 1px solid #ebeef5 !important;
    background: white !important;
    padding-left: 24px;
}

.layui-layer-setwin {
    top: 14px !important;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.el-dropdown-selfdefine {
    cursor: pointer;
}


.table-filter-span {
    cursor: pointer;
    position: relative;
    top: -4px;
}

/*可点击的span样式*/
.span-click {
    color: #409eff;
    cursor: pointer;
}

/*审批弹窗（$alert）样式*/
.windowApproval {
    width: 800px;
    width: 600px;
}

.el-input__prefix {
    left: 0px;
}

.el-input__suffix {
    right: 0px;
}

.el-input--prefix .el-input__inner {
    padding-left: 20px;
}

.el-input--suffix .el-input__inner {
    padding-right: 30px;
}

    .el-input--suffix .el-input__inner:read-only {
        padding-right: 15px;
    }

.el-form-item__label {
    font-size: 12px;
}

.el-radio__input.is-disabled + span.el-radio__label {
    color: #303133;
}

.el-table table th {
    background-color: #f5f7fa !important;
}

    .el-table table th div.cell {
        line-height: 28px !important;
    }

td .el-input {
    line-height: 25px;
}

    td .el-input input {
        height: 25px !important;
    }

    td .el-input .el-input-group__append {
        line-height: 23px;
    }

.el-collapse-item__header.is-active {
    border-bottom-color: #EBEEF5;
}


.el-message {
    z-index: 9999999999 !important;
}

.div-key-val {
    display: flex;
    align-items: center;
    width: 100%;
}

    .div-key-val .el-select {
        flex: 1;
        margin-right: 5px;
    }

    .div-key-val i {
        font-size: 18px;
        color: green;
        font-weight: bold;
        cursor: pointer;
    }

.has-fixed-table.el-table--scrollable-x .el-table__body-wrapper {
    z-index: 2;
}

/*禁用状态的显示*/
.el-checkbox__input.is-disabled.is-checked + span.el-checkbox__label {
    color: #409EFF;
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner,
.el-radio__input.is-disabled.is-checked .el-radio__inner {
    border-color: #409EFF;
    background: #409EFF;
}

.el-textarea.is-disabled .el-textarea__inner,
.el-input.is-disabled .el-input__inner {
    cursor: text !important;
    color: #606266;
}
