You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
329 B
20 lines
329 B
.sea_con{
|
|
padding: 36rpx;
|
|
}
|
|
.sea_item{
|
|
padding: 0 !important;
|
|
background-color: #F5F7FA;
|
|
border-radius: 20rpx !important;
|
|
position: relative;
|
|
}
|
|
.sea_item .img{
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
position: absolute;
|
|
left: 20rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
/deep/ .item_input{
|
|
padding-left: 76rpx !important;
|
|
}
|