common.less 2.54 KB
@import "./m/reset";
@import "./m/utils";
@import "./m/icon";
@import "./m/btn";
@import "./m/table";
@import "./m/list";
@import "./m/form";
@import "./m/popup";
@import "./m/security";
@import "./m/page";
@import "./m/tips";
html{
	height:100%;
	// background:url(../images/dest/loadding.gif) 50% center no-repeat;
}
body{
	font:13px/1.5 normal SimSun, "宋体", sans-serif, Arial, "华文细黑", "Microsoft YaHei", "微软雅黑", Tahoma, STXihei;
	color: #333;
	background-color: #f1f2f7;
}


.m-top{
	background-color: #373e4d;
	color: #FFF;
	border-bottom: 1px solid #e6e6e6;
	.text{
		float: left;
		color: #FFF;
		line-height: 30px;
	}
	.links{
		float: right;
		color: #FFF;
		li{
			float: left;
			color: #56656d;
			a{
				display: inline-block;
				padding: 5px 12px;
				color: #FFF;
			}
		}
	}
}


.m-header{
	padding:15px 0 18px;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	.logo{
		float: left;
	}
	.nav{
		float: right;
		margin-top: 15px;
		li{
			float: left;
			margin-left: 20px;
			text-align: center;
			a{
				float: left;
				padding: 4px 24px;
				color: #868a85;
				border-radius: 2px;
				&:hover{
					background-color: #f0f0f0;
					color: #999;
				}
			}
			&.on{
				a{
					background-color: #23ac38;
					color: #FFF;
				}
			}
		}
	}
}

.m-content {
  .cont-title {
	font-size: 14px;
	margin: 15px 0;
  }
  .cont-view {
	border-top :4px solid #23ac38;
	background: #fff;
	min-height: 400px;
	padding: 20px 30px;
	.tip {
		color: #999;
	  span {
		color: #FF6600;
	  }
	}
  }
  margin-bottom: 50px;
}

.m-footer{
	background-color: #FFF;
	padding-bottom: 50px;
	.helper{
		padding: 30px 0 20px;
	}
	.links{
		float: left;
		padding: 0 20px;
		margin-right: 20px;
		dt{
			font-size: 16px;
			color: #333;
			margin-bottom: 10px;
			font-weight: 700;
		}
		dd{
			font-size: 14px;
			color: #999;
			line-height: 1.8;
			a{
				color: #999;
			}
		}
	}
	.contact{
		float: right;
		margin-right: 40px;
		dt{
			float: left;
		}
		dd{
		  font-size: 14px;
		  margin-left: 160px;
		  height: 55px;
		  line-height: 55px;
		}
	}
	.about{
		border-top: 1px solid #f1f2f7;
		padding: 30px 0 10px;
		a{
			color: #333;
			font-size: 14px;
		}
	}
	.copyright{
		color: #999;
		line-height: 1.8;
	}
}
.lock{
	position:absolute;
	height:100%;
	width:100%;
	background:#000;
	opacity:0.8;
	filter: alpha(opacity=80);
	text-align:center;
	top:0px;
	left:0px;
}
.lock .desc{
	position:absolute;
	top:50%;
	color:#fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.wrap >h2 {
    font-size: 14px;
    line-height: 50px;
    border-bottom: 4px solid #5eba2c;
}