@import './vars.less';

.jad-upload-files-wrap {
    width: 486px;
    height: 88px;
    background-color: @JG_WHITE_TOTAL;
    border: 1px dashed @JG_BLACK_12;
    border-radius: 2px;
    padding: 20px 24px 20px;
    text-align: left;
    display: flex;

    >i {
        &:first-child {
            font-size: 45px;
            color: @JG_BLACK_84;
            margin-right: 18px;
        }
    }

    .upload-operate {
        .upload-prepare {
            cursor: pointer;

            >div {
                line-height: 22px;

                &:first-child {
                    margin-bottom: 6px;
                }
            }
        }

        .ant-upload-list {
            .ant-upload-list-item-name {
                width: 365px;
            }
        }
    }
}