最大宽度和最小宽度不灵啊
<div style="max-width: 800px;min-width:300px; border: solid 1px Red;margin:4px;position:absolute">
<div style="border: solid 1px black;margin:4px;float:left">
ddddddddddddddddd
</div>
<div style="border: solid 1px purple;margin:4px;float:right;min-width:500px;max-width:800px">
asdfasdfasd
</div>
<!--<div style="clear: both">-->
</div>
</div>