mrr.sj.front/unpackage/dist/dev/mp-weixin/components/search/search-box.wxss

58 lines
590 B
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
.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;
}