日期:2014-05-16 浏览次数:20582 次
<style type="text/css">
.box{ width:100px; height:50px; background:yellow;}
.box .checkbox{
vertical-align:middle;
margin:auto;
}
</style>
<div class="box">
<input type="checkbox" class="checkbox" style="height:48px;padding:0px"/>
</div>