IonicSystem.less
1.9 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
@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;
}
}
}