.rightification{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
//主要是这个after伪类,
.rightification:after{
display: block;
content: "";
height: 0;
width: 40%;
}
时间: 2020-04-25|tag:css3 flex最后一行对齐|166次围观|0 条评论
.rightification{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
//主要是这个after伪类,
.rightification:after{
display: block;
content: "";
height: 0;
width: 40%;
}
还没有人抢沙发呢~