这是最基本的样式:
1
2 li {
3 list-style-type : none ;
4 float : left ;
5 width : 60px ;
6 height : 60px ;
7 background-color : #979698 ;
8 margin-left : 10px ;
9 text-align : center ;
10 line-height : 60px ;
11 border-radius : 50% ;
13 }
14
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did101661