security.css 1.32 KB
@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;
}