高度自适应
height: auto!important; height: 600px; min-height:600px
关于父容器不自动适应增长的问题,需同时在子容器和父容器加上
<div style="width: 700px; background-color: #0066FF; height: auto!important; min-height:400px "> <div style="width: 600px; height: 200px; background-color: #FF0066;height: auto!important; min-height:200px "> <div style=" width:300px;height:600px; background-color: #FF9900;""></div>