慕粉3461685
2018-02-25 21:44
#buttons {
position:absolute;
left:90px;
top:230px;
z-index:1;
width:100px;
height:10px;
}
#buttons span{
border-radius:10px;
width:20px;
height:20px
border:1px solid #fff;
float:left;
margin:0 5px;
background:#333;
}
#buttons .on {
background:#F30;
}
span是内联元素,设置宽高、内边距、外边距都没有效果,将它的display="inline-block",这样设置就好了
没有全代码,看不出来
buttons在list的上方显示,#buttons的z-index值应该要大于#list的z-index
焦点图轮播特效
65279 学习 · 611 问题
相似问题