.layui-upload-drag-self {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    box-sizing: border-box;
    width: 187px;
    height: 100px;
    line-height: 100px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: 0;
    margin-right: 13px;
    margin-top: 10px;
    float: left;
}

.layui-input-inlines-self {
    position: relative;
    /*margin-left: 90px;*/
    min-height: 36px;
    text-align: left;
}

.layui-upload-drag-self .layui-icon {
    font-size: 28px;
    color: #8c939d
}
.layui-upload-drag-self .img {
    position:relative;
    width: 187px;
    height: 100px;
}

.layui-upload-img {
    width: 187px;
    height: 100px;
    border-radius: 6px;
    margin-top: -3px;
    margin-left: -2px;
}

.handle {
    position: absolute;
    width: 187px;
    height: 100%;
    z-index: 100;
    border-radius: 6px;
    top: 0;
    background: rgba(59, 60, 61, 0.6);
    text-align: center;
}

.handle .icon-myself {
    z-index: 999;
    transition: all .3s;
    cursor: pointer;
    font-size: 25px;
    width: 25px;
    color: rgba(255, 255, 255, 0.91);
    margin: 0 4px;
}