css

.right-img-box{
display: flex;
// flex-wrap:wrap; 属性:让弹性盒元素在必要的时候拆行,也就是换行。
flex-wrap: wrap;
}

.nav-list {
display: flex;
// justify-content: space-around; 均匀排列每个元素,每个元素周围分配相同的空间 。
justify-content: space-around;
margin: 15px 0;

}

posted @ 2024-10-29 23:11  鲁班大师智商二百五  阅读(3)  评论(0编辑  收藏  举报