使用html5+css来自适应布局下图先给你写一套代码,之后再来解释哈。css部分:.aa { display: flex 使用flex布局,可以轻易获得水平布局 align-items: center 垂直方向居中 justify-content2023-03-03html-css200