Html
    Css
    Js

    
                        
.which_group {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	font-size:11px;
	color:#595959;
}
.which_group li {
	float:left;
	list-style:none;
	padding:7px;
	cursor:pointer;
	box-Shadow:1px 2px 3px #D9D9D9;
}
.which_group li:first-child {
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.which_group li:last-child {
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}

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

好看的单选按钮组

0