怎么會(huì)這樣?li標(biāo)簽的文本莫名的右移。。怎么改
*{
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;
}
2017-03-18
li的父級(jí)ul要設(shè)置清除浮動(dòng)