58 lines
590 B
Plaintext
58 lines
590 B
Plaintext
|
|
.search {
|
|
padding: 20rpx 24rpx;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-color: #ffffff;
|
|
}
|
|
.back {
|
|
width: 16rpx;
|
|
height: 32rpx;
|
|
|
|
|
|
|
|
margin-right: 20rpx;
|
|
}
|
|
.search-right {
|
|
width: 660rpx;
|
|
height: 64rpx;
|
|
background-color: #fff;
|
|
border-radius: 32rpx;
|
|
position: relative;
|
|
}
|
|
.search-inp {
|
|
flex: 1;
|
|
height: 64rpx;
|
|
height: 64rpx;
|
|
font-size: 24rpx;
|
|
color: #000000;
|
|
border-width: 0;
|
|
padding: 0 70rpx 0 48rpx;
|
|
}
|
|
.search-icon {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
position: absolute;
|
|
right: 40rpx;
|
|
top: 16rpx;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|