﻿.el-header {
    background-color: #B3C0D1;
    color: #333;
    line-height: 60px;
}

.i-red {
    color: red;
    float: right;
}

.w-40 {
    width: 40% !important;
}

.w-35 {
    width: 35% !important;
}

a:hover {
    text-decoration: none !important;
}
.start-85 {
    left: 85% !important;
}

.top-1 {
    top: 1rem !important;
}

.el-avatar {
    width: 178px;
    height: 178px;
    display: block;
}
/*卡片*/
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text {
    font-size: 14px;
}

.item {
    margin-bottom: 18px;
}

.box-card {
    width: 480px;
}

.el-table .success-row {
    background: #f0f9eb;
}


.sidebar-brand2 {
    font-weight: 600;
    font-size: 1.15rem;
    display: block;
    color: #f8f9fa;
}

.avatar-uploader .el-upload {
    margin-right: 1.5rem !important;
    float: left;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.el-upload-text {
    display: block;
}

.avatar-uploader .el-upload:hover {
    border-color: #409eff;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
}

.contract {
    width: 100px;
    height: 100px;
    display: block;
}

.el-input-width {
    width: 30rem;
}