index.scss
332 Bytes
.search-page {
padding: 0 40px;
height: 100vh;
width: 670px;
.latelySearch {
margin-top: 140px;
}
.hotSearch {
margin-top: 140px;
}
}
.search-out-box {
width: 100%;
height: 96px;
padding: 0 40px;
background: #fff;
z-index: 99;
position: fixed;
top: 0;
}