发布网友 发布时间:2022-04-22 02:39
共2个回答
热心网友 时间:2022-04-22 04:08
这个清除浮动用法,举个例吧<div style="background-color: green;"> <div style="float:left; height: 50px; background-color: red;">这个左浮动</div> <div style="float:right; height: 50px; background-color: blue;">">这个右浮动</div> <div style="clear:both;"></div></div>你试下把 <div style="clear:both;"></div>去掉和保留,再看效果,就明白了热心网友 时间:2022-04-22 05:26
clear:both;清除(浮动)效果想要去掉浮动的div的css里就可以