问答详情
源自:1-2 tab页面布局-标题布局

怎么会这样?li标签的文本莫名的右移。。怎么改

http://img.mukewang.com/58cbdc870001106104480193.jpg

*{

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;


}


提问者:qq_格格_7 2017-03-17 20:56

个回答

  • 逆风扬尘
    2017-03-18 17:34:36

    li的父级ul要设置清除浮动