1、
<div>
<div style="position:fixed; width:100px;"></div>
<div style="margin-left:100px;"></div>
</div>
2、
<div>
<div style="display:table-cell; min-width:100px;"></div>
<div style="display:table-cell; width:10000px;"></div>
</div>
时间: 2024-10-10 23:09:11