secure.less
1.17 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
68
69
70
71
72
73
74
75
76
77
78
/**
* name : zzf
* info :
*/
@import "m/step";
@import "m/result";
.grade {
display: block;
width: 800px;
line-height: 20px;
margin: 80px auto 0px;
font-size: 14px;
label {
float: left;
}
.text {
margin-left: 20px;
color: #55cc15;
float: left;
}
.grade-view {
float: right;
width: 590px;
height: 20px;
background: #f0f0f0;
position: relative;
span {
position: absolute;
width: 100%;
height: 100%;
left: 0px;
}
span.red {
background: #f25a0f;
}
span.green {
background: #55cc15;
}
span.yellow {
background: #fdd80b;
}
}
}
.secure-list {
width: 935px;
margin: 0 auto;
padding: 30px 0;
.item {
margin: 50px 0;
height: 45px;
line-height: 50px;
.m-icon {
margin-left: 65px;
margin-right: 10px;
}
label {
font-weight: bold;
}
.type {
background: #999999;
padding: 5px 5px;
margin: 0 20px;
color: #fff;
border-radius: 3px;
&.succeed {
background: #55cc15;
}
}
.operation {
float: right;
a {
margin: 0 10px;
}
}
}
}