原本网页的排列是这样的:
求帮忙求帮忙
求帮忙求帮忙
求帮忙求帮忙
把红色部分去掉
ul {
margin: 0 10px;
width: 960px;
height: 31px;
padding: 0;
list-style: none;
overflow: hidden;
clear: both;
}
ul li {
float: left;
width: 31%;
border-bottom: 1px solid #eee;
line-height: 30px;
height: 30px;
overflow: hidden;
padding-left: 20px;
margin-bottom: 3px;
color: #090;
}