双飞翼布局

145 阅读1分钟

最快实现双飞翼布

.header { display: flex; }

.header img { width: 100px; height: 100px; }

.header .center { flex: 1; height: 100px; background-color: hotpink; }