preferential.less
434 Bytes
.item_box{
margin: 20px;
display: flex;
justify-content: space-between;
.left{
img{
display: block;
width:350px;
height:160px;
}
}
.right{
flex: 1;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
.first{
width:350px;
height: 330px;
}
.item{
width:350px;
height:150px;
}
}
}