时间:2021-07-01 10:21:17 帮助过:34人阅读
Example Source Code [www.52css.com]
Example Source Code [www.52css.com]
* {
margin:0;
padding:0;
font-size:12px;
color:#000;
}
Example Source Code [www.52css.com]
#biaoge {
width:405px;
margin:50px auto;
}
Example Source Code [www.52css.com]
#biaoge li,#biaoge li.biaotou {
list-style-type:none;
width:100px;
height:30px;
line-height:30px;
text-align:center;
float:left;
margin-left:1px;
margin-bottom:1px;
background:#ccc;
}
Example Source Code [www.52css.com]
#biaoge li.biaotou {
background:#999;
}