双飞翼布局 用户6826123846897 2022-02-15 145 阅读1分钟 最快实现双飞翼布 .header { display: flex; } .header img { width: 100px; height: 100px; } .header .center { flex: 1; height: 100px; background-color: hotpink; }