浮动在弹性盒中失效是因flex容器会忽略子元素的float属性,应改用flex布局实现排列。1.水平排列可用display:flex替代float:left;2.左右对齐可用justify-conte...