怎么会这样?li标签的文本莫名的右移。。怎么改
*{
margin:0;
padding :0;
font-size:14px;
}
.notice{
width:298px;
height:98px;
margin:10px;
border:1px solid #eee;
overflow:hidden;
}
.notice_tit {
height:27px;
position :relative;
}
.notice_tit ul{
position:absolute;
width:300px;
left:-1px;
list-style-type:none;
border-bottom:1px solid #eee;
}
.notice_tit li{
float:left;
height:26px;
line-height:26px;
width:58px;
overflow:hidden;
background-color:#fff;
border-bottom:1px solid #eee;
}