deguodaigou/components/index/search/index.scss
2019-12-13 14:35:22 +08:00

23 lines
483 B
SCSS

.search{
width: 613rpx;
height: 76rpx;
margin-top: 30rpx;
box-sizing: border-box;
border-radius: 15rpx;
display: flex;
border:1rpx solid rgba(198,198,198,1);
>image{
width: 42rpx;
height: 42rpx;
background-color: #000;
margin-left: 40rpx;
margin-top: 17rpx;
}
>input{
height: 30rpx;
width: 480rpx;
margin-top: 20rpx;
margin-left: 17rpx;
font-size: 30rpx;
}
}