本文主要包含每行显示4个,CSS等相关知识,佚名  希望在学习及工作中可以帮助到您
  
  这个样式 就可以让每行显示4个 
外面的 .liStyle {width:700px; float:left;}
里面的 .liStyle li{list-style:none; width:170px; float:left;}
 
外面的 .liStyle {width:700px; float:left;}
里面的 .liStyle li{list-style:none; width:170px; float:left;}

