security.css
1.32 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
79
80
81
82
83
84
85
86
87
88
@import "./m-public.css";/*基类*/
@import "./m-header.css";/*头部*/
@import "./m-footer.css";/*底部*/
@import "./m-form.css";/*表单*/
@import "../fancybox/jquery.fancybox.css";/*fancybox*/
@import "./manage.public.css";/*后台管理公用样式*/
@import "./old.cache.css";/*兼容旧版本样式*/
.security-header{
margin: 0 0 20px 0;
}
.level-box{
display: inline-block;
*display: inline;
*zoom:1;
}
.level-bar{
display: inline-block;
*display: inline;
*zoom:1;
position: relative;
width: 180px;
height: 10px;
background: #ddd;
}
.level-bar span{
position: absolute;
left: 0;
top: 0;
width: 33.3%;
height: 100%;
background: #ff1111;
}
.middle .level-bar span{
background: #fccd5b;
width: 60%;
}
.high span {
background: #23ac38;
}
.lower b{
color: #ff1111;
}
.middle b{
color: #fccd5b;
}
.high b{
color: #85bf2b;
}
.safe-list{
border: 1px #ddd solid;
padding: 0 20px;
}
.safe-list li{
padding: 25px 10px;
border-bottom: 1px #ddd solid;
margin-bottom: -1px;
}
.safe-list li span{
display: inline-block;
*display: inline;
*zoom:1;
vertical-align: middle;
margin:0 5px;
}
.safe-title{
font-weight: 700;
color: #666;
}
.safe-tips{
width: 437px;
*width: 430px;
color: #999;
}
.errorTips{
color: #ff1111;
font-size: 13px;
}
.safe-operate{
min-width: 88px;
text-align: center;
margin-right: 0;
}