我想使用 CSS 来呈现两列布局。我使用的标记是这个
<div style="-webkit-column-count: 2;
-webkit-column-rule: 1px solid black;
-webkit-column-width: 80px;
margin-left:20px;margin-top:20px;">
<div id="picturebox" style="">picture box</div>
<div id="nme">name</div>
</div>
有没有办法让一列的宽度为 20 像素,而一列的宽度为 80 像素?