_simple-header.css
637 Bytes
.blk-settle-header,
.blk-sign-header {
.center-content {
height: 80px;
border-bottom: 1px solid #eee;
}
.main-logo {
width: 200px;
height: 80px;
background: resolve("layout/blk-logo.svg") no-repeat center center;
display: inline-block;
background-size: 100%;
> a {
display: inline-block;
width: 100%;
height: 100%;
}
}
.header-tools {
font-size: 14px;
font-weight: bold;
li {
float: left;
line-height: 80px;
margin-left: 50px;
}
}
}