Html
    Css
    Js

    
                        
ul {
	width:600px;
	height:40px;
	line-height:40px;
	border-bottom:2px solid #ff0000;
	margin:0 auto;
}
ul li {
	width:30%;
	margin-left:2%;
	float:left;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	text-align:center;
	list-style:none
}
.onclick {
	background:#c42223;
	color:white;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

给同class名元素添加样式

提供给初学者

0