首页/styles.css:修订间差异

无编辑摘要
无编辑摘要
第198行: 第198行:
justify-content: space-evenly;
justify-content: space-evenly;
flex-wrap: wrap;
flex-wrap: wrap;
}
.scroll-content_page{
display: flex;
flex-wrap: wrap;
align-content:center;
justify-content: center;
}
}