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.

30 lines
422 B

.item-container{
padding: 10px 12px;
display: flex;
background: white;
align-items: center;
}
.item-detail{
display: flex;
flex-direction: column;
font-size: 15pxs;
margin-left: 12px;
}
.tip{
font-size: 12px;
color: grey;
}
.image-wrp{
flex: none;
width: 200rpx;
height: 110rpx;
overflow:hidden;
border-radius: 4px;
}
.item-image{
height: 100%;
width: 128.2%;
background: lightblue;
}