index.scss
487 Bytes
.search-list-page {
width: 750px;
height: 100vh;
.header {
padding: 20px 40px;
display: flex;
}
.fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2;
}
.cancel-btn {
font-family: PingFang-SC-Regular;
font-size: 32px;
color: #999;
text-align: center;
border: none;
padding: 0;
line-height: 72px;
margin: 20px 0 0 20px;
}
}