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

56 lines
990 B
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
.search.data-v-59c9eade {
padding: 18rpx 30rpx;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
position: relative;
}
.back.data-v-59c9eade {
width: 16rpx;
height: 32rpx;
margin-right: 20rpx;
}
.search-right.data-v-59c9eade {
width: 660rpx;
height: 66rpx;
background-color: #fff;
border-radius: 32rpx;
position: relative;
}
.search-inp.data-v-59c9eade {
flex: 1;
height: 66rpx;
font-size: 26rpx;
color: #000000;
border-width: 0;
padding: 0 136rpx 0 26rpx;
}
.search-icon.data-v-59c9eade {
width: 32rpx;
height: 32rpx;
position: absolute;
right: 40rpx;
top: 16rpx;
}
.btn_search.data-v-59c9eade {
width: 112rpx;
height: 58rpx;
border-radius: 28rpx;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(306deg, #e8101e 0%, #fc563b 100%);
background-size: cover;
color: #fff;
font-size: 26rpx;
position: absolute;
right: 4rpx;
top: 4rpx;
}