You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
638 B
44 lines
638 B
/* components/search/searchbar.wxss */
|
|
.searchbar {
|
|
height: 88rpx;
|
|
padding: 0rpx 32rpx;
|
|
display: flex;
|
|
width: 686rpx;
|
|
}
|
|
|
|
.content {
|
|
height: 72rpx;
|
|
padding: 0 18rpx;
|
|
background: #F9F9F9;
|
|
border-radius: 8rpx;
|
|
margin: 8rpx 0rpx;
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.search-icon {
|
|
width: 34rpx;
|
|
height: 34rpx;
|
|
margin-bottom: -4rpx;
|
|
}
|
|
|
|
.input {
|
|
flex: 1;
|
|
margin: 0 20rpx;
|
|
}
|
|
|
|
.delete-icon {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
|
|
.text-btn {
|
|
margin-left: 24rpx;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
font-size: 32rpx;
|
|
font-family: PingFangSC;
|
|
font-weight: 400;
|
|
color: rgba(21, 96, 220, 1);
|
|
} |