
.webuploader {
    position: relative;
    width: 146px;
    height: 122px;
    line-height: 122px;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}

.webuploader .upload-content {
    width: 100%;
    height: 100%;
    border: 1px dashed #d9d9d9;
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
}

    .webuploader .upload-content:hover {
        border-color: #818181;
    }

    .webuploader .upload-content .icon {
        font-size: 54px;
        color: #8c939d;
        z-index: 0;
    }

    .webuploader .upload-content .upload-msg {
        font-size: 12px;
        color: #333;
        z-index: 0;
        line-height: 0px;
        position: absolute;
        left: 0px;
        text-align: center;
        bottom: 17px;
        max-width: 146px;
        display: inline-block;
        overflow: hidden;
        height: 24px;
        line-height: 24px;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-left: 5px;
        right: 5px;
    }

.webuploader .progress {
    width: 100%;
    position: relative;
    height: 24px;
    line-height: 24px;
    background-color: yellowgreen;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
}

    .webuploader .progress .progress-line {
        width: 0%;
        height: 3px;
        background-color: blueviolet;
    }

    .webuploader .progress .progress-text {
        padding-left: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
        font-size: 12px;
        color: #ffffff;
        line-height: 20px;
        text-align: center;
    }

.webuploader div.action_close {
    height: 18px;
    width: 16px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    display: none;
}

    .webuploader div.action_close i {
        font-size: 18px;
        color: #8c939d;
        text-align: center;
        position: inherit;
        left: 0px;
    }

/*VUE单图上传样式*/
.image-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .image-uploader .el-upload:hover {
        border-color: #409EFF;
    }

.image-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
}

.image-uploader-image, .el-upload-list__item-thumbnail {
    object-fit: scale-down !important;
}

.image-uploader-text {
    position: absolute;
    top: 100px;
    font-size: 12px;
    color: #333;
    display: block;
    width: 100%;
    text-align: center;
}

.el-upload--picture-card {
    background-color: #fff !important;
}

.el-upload-list--picture-card .el-upload-list__item-actions {
    background-color: rgba(0,0,0,.4) !important;
}

.apkicon {
    background-color: #97C023;
    color: #fff;
    text-align: center;
    line-height: 150px;
    font-size: 100px;
}



.image-uploader-icon-min {
    font-size: 25px;
    color: #8c939d;
    width: 70px;
    height: 70px;
    line-height: 60px;
    text-align: center;
}



.image-uploader-text-min {
    position: absolute;
    top: 40px;
    font-size: 12px;
    color: #333;
    display: block;
    width: 100%;
    text-align: center;
}
