discountZone.less
484 Bytes
.item_box{
margin: 20px 20px 50px 20px;
display: flex;
justify-content: space-between;
.left{
img{
display: block;
width:296px;
height:480px;
}
}
.right{
flex: 1;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-left: 10px;
.item{
width:197px;
height:235px;
}
img:nth-child(1),img:nth-child(2){
margin-bottom: 10px;
}
}
}