css中li使用float后ul不自适应解决 27 Jun 2016 in 知识 on Css解决办法:在ul 的样式里写上float:left,让ul 也飘浮;在ul的样式里写上width:100%; overflow:hidden; 这样也好用;