📅  最后修改于: 2022-03-11 14:47:35.157000             🧑  作者: Mango
.container {
display: flex;
justify-content: space-around;
/* OR */
justify-content: space-between;
/* OR */
justify-content: space-evenly;
}