📅  最后修改于: 2022-03-11 14:47:39.882000             🧑  作者: Mango
.test {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
.test > div {
margin-top: 10px;
padding: 20px;
background-color: #FF0000;
}