两侧定宽,中栏自适应布局

利用flex实现

.parent{display:flex;}
.left,.right{width:100px;}
.center{flex:1;}
原文地址:https://www.cnblogs.com/wujiaqi/p/7850788.html