upload-file.less 832 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
.upload-file{
    width: 100%;
    .ivu-upload{
        height: 100%;
        .ivu-upload .ivu-upload-drag{
            height: 100%;
        }
        .ivu-upload-drag{
            border-radius: 2px;
            border:1px dashed #fff !important;
        }
        .ivu-upload-list{
            margin: 0px;
            // display: none !important;
        }
    }
    .upload-text{
        border:1px dashed rgb(125, 134, 148);
        padding:12px 18px;
        text-align: center;
        color: rgb(141, 158, 167);
        font-family: -apple-system, "SF UI Text", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Zen Hei", sans-serif;
        font-weight: 400;
        font-size: 12px;
        
    }
    .text-style{
        cursor: pointer;
        color: rgb(41, 141, 248);
    }
}