Nil*_*ils 6 html5 css3 grid-layout flexbox
我目前正在使用以下网格布局:
display: -ms-grid;
-ms-grid-columns: 400px 100px max-content 1fr 50px;
-ms-grid-rows: 1fr 1fr;
Run Code Online (Sandbox Code Playgroud)
这类似于这种布局:
| <----------------- this has a fixed width --------------------------> |
+----------+----------+-------------------+-----------------+-----------+
|<- fix -> |<- fix -> | <--- growing ---> | <- shrinking -> | <- fix -> |
+----------+----------+-------------------+-----------------+-----------+
| | | max-width content | | |
+----------+----------+-------------------+-----------------+-----------+
Run Code Online (Sandbox Code Playgroud)
现在,要多一点的浏览器,supportig我既可以使用填充工具或切换到Flexbox的布局(在大多数现代浏览器都支持).上面的布局是否可以使用flexbox?
| 归档时间: |
|
| 查看次数: |
427 次 |
| 最近记录: |