_floor-header.css
613 Bytes
.floor-header {
margin: 29px 30px 0;
background: #fff;
border: 1px solid #e0e0e0;
border-bottom: none;
height: 70px;
line-height: 70px;
text-align: center;
font-size: 30px;
color: #b0b0b0;
}
.floor-header-more {
position: relative;
height: 99px;
line-height: 99px;
margin: 29px 0 0;
background: #fff;
border-top: 1px solid #e0e0e0;
text-align: center;
font-size: 32px;
color: #444;
.more-btn {
position: absolute;
right: 30px;
top: 0;
bottom: 0;
color: #b0b0b0;
font-size: 50px;
}
}