header.less
382 Bytes
@import "variables.less";
/*header公共样式开始*/
#head{
height: 75px;
}
.xn-header{
width: 100%;
background-color: #333;
min-width: 1190px;
position: relative;
}
.xn-header .header-top{
height: 25px;
line-height:25px;
border-bottom: 1px solid #444;
font-size: 14px;
color: #999;
position: relative;
}
/*header公共样式开始*/