hy_gx
Version:
73 lines (67 loc) • 1.21 kB
text/less
.fixed-content{
position: fixed;
left:0;
z-index: 10000;
right:0;
background: white;
}
.header{
height: 60px;
line-height: 60px;
width: 100%;
.content{
height:100%;
line-height: 58px;
width:1024px;
margin: 0 auto;
&>span{
display: inline-block;
}
}
.indicate{
display: inline-block;
width: 16px;
height: 9px;
position: absolute;
bottom: 2px;
left: 32px;
background: url('./images/indicate.png');
}
.person-img{
&>img{
position:relative;
top:12px;
width:40px;
height:40px;
}
}
.person-name{
font-size: 12px ;
color: #0674d3;
}
}
.header .first-page,.header .navigation,.header .person-img,.header .person-name{
width:80px;
text-align: center;
line-height: 60px;
position: relative;
top:-2px;
font-size: 16px;
height: 60px;
cursor: pointer;
}
.btn-input-serach{
position: relative;
top:-3px;
left: -9px;
}
.btn-search{
position: relative;
top:-3px;
background: #2bcaff;
border:1px solid #2bcaff;
}
.banner{
background: url('./images/baner.png');
height:7px;
}