app-data-upload.less 477 字节
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
.app-data-upload-view{
    width: 100%;
    height: 100%;
    padding: 16px;
    .import-temp{
        text-align: right;
        vertical-align: middle;
        color: #409EFF;
    }
    .data-info-content{
        height: 100%;
        width: 100%;
        overflow: auto;
    }
    .font-class{
        margin: 0px;
        padding: 0px;
        font-family: '微软雅黑','黑体','宋体';
        font-size: 16px;
    }
    .progress {
        margin-top: -15px;
    }
}