.topList {
width: 300px;
height: 180px;
border: 1px solid #e8e8e8;
margin: 0 auto;
}
.topList ul {
margin: 5px;
}
.topList li {
float: left;
list-style-type: none;
}
width: 300px;
height: 180px;
border: 1px solid #e8e8e8;
margin: 0 auto;
}
.topList ul {
margin: 5px;
}
.topList li {
float: left;
list-style-type: none;
}
最赞回答 / augushong
一般来讲在用代码做网页的时候,首先考虑页面样式的布局(这个地方是什么内容、那个地方是什么内容,心里有个样子,) 但不考虑样式的实现(不写任何代码);(就是说心里有个数,简单...
2015-12-31