EP-WachatApp/eaterplanet_ecommerce/moduleB/writeoff/member.wxss

37 lines
576 B
Plaintext
Raw Normal View History

2023-03-24 11:24:28 +08:00
.search-bar {
padding: 12rpx 25rpx;
background-color: #fff;
width: 100%;
box-sizing: border-box;
}
.search-box {
background-color: #f0f0f0;
height: 56rpx;
line-height: 56rpx;
border-radius: 28rpx;
color: #acacac;
display: flex;
align-content: center;
}
.search-icon {
position: absolute;
left: 20rpx;
margin-left: 25rpx;
margin-right: 12rpx;
}
.search-icon .iconfont {
font-size: 34rpx;
padding-top: 10rpx;
}
.search-box .ipt {
padding: 0 30rpx 0 60rpx;
line-height: 56rpx;
height: 56rpx;
width: 100%;
box-sizing: border-box;
}