通过把<a>浮动使得<a>标签block化,精简了代码。
li{ list-style-type:none; } a{ float:left; text-align:center; width:50px; height:30px; line-height:30px; color:black; text-decoration:none; } a:visited{ color:black; } a:hover, a:active{ background-color:#BE3948; color:white; }