IonicSystem.less 1.9 KB
@import './common.less';
.stytem{
    padding:0 45px;
    .vcss{
        margin-top:25px;display:flex;align-items:center;
        .vcssChild{
            width:115px;height:25px;font-size:14px;border:1px solid #797979;color:white;margin-right:40px;text-align:left;text-indent:5px;
        }
        .clearCss{
            margin-top:25px;margin-top:25px;display:flex;align-items:center;justify-content:flex-end;
        }
    }
    .clearCss{
        margin-top:25px;margin-top:25px;display:flex;align-items:center;justify-content:flex-end;
        .clearBox{
            height:25px;
        }
        .marginr40{
            margin-right:40px;
        }
    }
    .stepTable{
        margin-top:50px; padding: 0 60px;
    }
    .testProcess{
        margin-left:20px;
        margin-top:60px;
        .processTiem{
            width:100%;line-height:40px;background:#2B2C2C;display:flex;
            // margin-top:20px;
            .tiem{
                color:white;text-align:left;text-indent: 5px;width:70px;font-size:14px;
            }
            .timeInput{
                flex:1;border:0;background:#2B2C2C;
            }
        }
        .statusCss{
            display:flex;margin-top:20px;
            .stepName{
                width:70px;line-height:25px;color:white;flex:1;font-size:14px;
            }
            .stepImg{
                width:17px;height:19px;
            }
        }
        
    }
    .processing{
        margin:60px 0 25px 0;
        .filterCss{
            width:90px;line-height:25px;border:1px solid #797979;color:white;font-size:14px;
        }
        .testCss{
            width:90px;line-height:25px;border:1px solid #797979;color:white;margin-top:20px;font-size:14px;
        }
    }
    @media screen and (max-width: 992px) {
        .stepTable {
            margin-top:50px; padding: 0;
        }
        .testProcess{
            margin-top:60px;
            margin-left:0;
        }
    }
}