31 lines
445 B
Plaintext
31 lines
445 B
Plaintext
.search_box {
|
|
width: 500rpx;
|
|
height: 66rpx;
|
|
background: rgba(245, 245, 245, 1);
|
|
border-radius: 33rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
position: relative;
|
|
}
|
|
|
|
.search_icon {
|
|
width: 29rpx;
|
|
height: 29rpx;
|
|
margin-left: 45rpx;
|
|
}
|
|
|
|
.search_input {
|
|
width: 380rpx;
|
|
margin-left: 34rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.delete_search {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
position: absolute;
|
|
top: 20rpx;
|
|
right: 30rpx;
|
|
z-index: 50;
|
|
}
|