* {
margin:0;
padding:0;
}
ul,li {
list-style:none;
display:block;
}
#scrollBox {
height:150px;
width:300px;
margin:100px auto;
background:#ff0;
overflow:hidden;
}
#scrollBox #con1,#con2 {
width:280px;
float:left;
}
#scrollBox li {
height:15px;
line-height:15px;
text-align:center;
margin-bottom:15px
}
更新时间:2019-12-30 09:22:02