我有<div>
一些嵌套的 div。它们都具有相同的高度。我需要父母<div>
尽可能多地接受width
它的内容(我想申请border-style
财产)。财产display:inline
(父母)对我没有帮助。
这是标记:
<div style="border-style:solid;height:60px;">
<div style="display:inline;float:left;background-color:Aqua;height:60px;width:30px;border-left-style:solid"></div>
<div style="display:inline;float:left;background-color:Black;height:60px;width:30px;border-left-style:solid"></div>
......
</div>