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

67 lines
1.3 KiB
Plaintext

.search.data-v-e977de88 {
padding: 20rpx 30rpx;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
position: relative;
background: linear-gradient(134deg, #f52540 0%, #e8101e 100%);
-webkit-transform: translateY(0rpx);
transform: translateY(0rpx);
}
.back.data-v-e977de88 {
width: 16rpx;
height: 32rpx;
margin-right: 20rpx;
}
.search-right.data-v-e977de88 {
width: 100%;
height: 66rpx;
background-color: #fff;
border-radius: 32rpx;
position: relative;
}
.search-inp.data-v-e977de88 {
flex: 1;
height: 66rpx;
font-size: 26rpx;
color: #000000;
border-width: 0;
padding: 0 136rpx 0 72rpx;
}
.search-icon.data-v-e977de88 {
width: 34rpx;
height: 34rpx;
position: absolute;
left: 20rpx;
top: 16rpx;
}
.btn_search.data-v-e977de88 {
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;
}
.inputPlaceholder.data-v-e977de88{
font-weight: 400;
font-size: 30rpx;
color: #CCCCCC;
line-height: 34rpx;
text-align: left;
font-style: normal;
}