红绿项目
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.
 
 
 
 

34 lines
540 B

.goods_con{
background-color: #F5F7FA;
}
.goods_list_con{
width: 100%;
padding:36rpx 36rpx 140rpx 36rpx;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.good_item{
width: 320rpx;
background-color: #fff;
border-radius: 20rpx;
margin-bottom: 36rpx;
}
.good_item image{
width: 100%;
}
.text{
padding: 24rpx;
font-size: 26rpx;
color: #303133;
height: 200rpx;
overflow-x: hidden;
overflow-y: scroll;
}
.price{
padding: 18rpx 24rpx 36rpx 24rpx;
font-size: 28rpx;
color: #954DE3;
text-align: left;
}