﻿
.td-left {
    width: 200px !important;
    padding-right: 10px
}
/*上传按钮*/
.upload-td {
    display: flex;
    align-items: center;
}

.upload-area {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.btn-img-clear {
    display: inline-block;
    width: 86px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #5fa8d4;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 20px;
}

.btn-img-upload {
    background: #5fa8d4;
    border-radius: 5px;
    color: white;
    display: block;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    padding: 0px 15px;
}

.file-up-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.uploadimg {
    padding: 5px 5px 0 0;
    position: relative;
    width: 120px;
    display: inline-block;
    margin: 16px 0 0 10px;
}

.img-area {
    padding-bottom: 10px;
}

.uploadimg img {
    width: 100%;
    height: auto;
}

.img-del {
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
}

.docin-show, .docout-show {
    display: none;
}
