.action-box {
    position: absolute;
    top: 0;
    right: 5px;
}

.attach_del_text,
.attach_download_text,
.action-box .btn_icon {
    color: #1f85ec;
    cursor: pointer;
    font-size: 20px;
}

.attach_del_text:hover {
    color: #39c;
}

.attach_download_text:hover {
    color: #39c;
}

.action-box:hover .btn_icon {
    color: #39c;
}

.go_file_single_input{
    .go-content-body{
        .ivu-upload{
            width: 100%;
        }

        .ivu-btn{
            width: 100%;
            text-align: left;
        }
        .ivu-btn > .ivu-icon{
            float: right;
            font-size: 16px;
            position: absolute;
            color: #808695;
            right: 8px;
            top: 4px;
        }
        .ivu-btn > .ivu-icon + span{
            margin-left: 0;
            position: relative;
            left:-6px;
            display: inline-block;
        }
    }
}

.go_file_sel_upload{
    .img_show_area{
        border: 2px solid #ddd;
        box-sizing: border-box;
        margin: 35px 15px;
        height: 180px;
        text-align: center;
        vertical-align: center;
        line-height: 120px;
        font-size: 120px;
        i{
            font-size: 120px;
            position: relative;
            top:2px;
        }
        img{
            border:0;
            width:100%;
            height: 100%;
        }
    }
}
//上传附件list 列表
.go-form-file .ivu-upload-list-file{
    padding: 0 6px 0 6px;
    background-color: #E6EEF7;
    float: left;
    margin-right: 3px;
    border-radius: 4px;
    //删除按钮的样式
    .ivu-upload-list-remove{
        position: relative;
        top: 3px;
        display: inline-block;
    }
}
//附件上传
.go-form-file{
    //简约显示模式
    .simple{
        .ivu-btn{
            line-height: 1;
            border:0;
            &:hover{
                border:0;
            }
            &:active,
            &.active {
                border:0;
            }
        }
    }
}

.userUpload .ivu-upload.ivu-upload-drag{
    box-shadow: 0px 0px 15px #999999;
    border-radius: 50%;
    background-color: #C6E1FE;
    border: 1px solid @whiteFFF;
    border-radius: 50%;
    width:100px;
}

.go-file-single-input .ivu-upload-drag{
    border: 0 !important;
}
.userUpload .ivu-upload-drag{
    background-color:inherit;
}

.userUpload .ivu-upload-drag:hover{
    border: 1px solid @whiteFFF;
    border-radius: 50%;
}
.userUpload .ivu-upload-drag{
    border: 1px solid @whiteFFF;
    border-radius: 50%;
}
