﻿.body-content {

}
.item-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    padding-top: 8px;
}
.item-label {
    width: 100px;
    text-align: right;
    font-size: 14px;
}
.item-content {
    margin-left: 10px;
}
.item-desc {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
.tool-bar {
    border-bottom: 1px solid #EEE;
    height: 45px;
    line-height: 45px;
    text-align: right;
    padding-right: 20px;
}
.hrwrap {
    display: flex;
    flex-direction: row;
}

.el-table__header-wrapper {
    height:0px;
}

.left-part {
    width: 280px;
    height: 870px;
    overflow-y: auto;
    margin: 5px;
    border: 1px solid #e6e6e6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.mid-part {
    width: 535px;
    height: 870px;
    margin: 5px;
    border: 1px solid #e6e6e6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}
.mid-part-img {
    height: 830px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 10px;
    overflow-y: auto;
    padding-bottom:10px;
    box-sizing:border-box;
}

.right-part {
    flex: 1;
    height: 870px;
    margin: 5px;
    border: 1px solid #e6e6e6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}
.link-btn {
    text-decoration: underline;
    cursor:pointer;
}

.right-part-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


.el-menu-item-active {
    color: rgb(255, 176, 0) !important;
    border-bottom-color: rgb(255, 176, 0) !important;
    background-color: rgb(255, 255, 255) !important;
}
.part-title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e6e6e6;
    margin-bottom: 5px;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.table-cell {
    border-bottom: 1px solid #ebeef5;
    height: 40px;
}