二联专题

[CSS]使用flex实现二联三联布局

1. 使用flex实现二联布局 思路:左侧为固定width,右侧为所有 <style type="text/css">.wrap {display: flex;justify-content: space-between;}​.left,.right,{height: 100px;}​.left {width: 200px;background: coral;}​.right {flex