index.scss
627 Bytes
.search-item {
margin-top: 48px;
width: 670px;
.title {
font-family: PingFang-SC-Medium;
font-weight: bold;
font-size: 40px;
color: #000;
display: flex;
justify-content: space-between;
align-items: flex-end;
.removeSearch {
color: #999;
font-size: 32px;
font-weight: 400;
}
}
.list-item {
border-bottom: 1px solid #eee;
font-family: PingFang-SC-Regular;
font-size: 28px;
color: #333;
height: 88px;
text-align: left;
line-height: 88px;
}
}