index.scss
377 Bytes
.search {
width: 670px;
height: 72px;
display: flex;
align-items: center;
background: #f5f5f5;
border-radius: 6px;
margin-top: 12px;
font-family: SFProText-Regular;
font-size: 34px;
color: #000;
margin-bottom: 20rpx;
}
.search-icon {
width: 28px;
height: 28px;
margin: 0 14px 0 20px;
}
.width-list {
width: 586px;
}