实现左右布局,最简单的就是使用flex布局
display:flex;
//左右贴边对齐
justify-content:space-between;
display:flex;
//左右贴边对齐
justify-content:space-between;
相关文章: