qq_格格_7
2017-03-17 20:56
*{
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;
}
li的父级ul要设置清除浮动
Tab选项卡切换效果
65465 学习 · 533 问题
相似问题