文字与单选复选框对齐
Posted 莫笑我胡为
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了文字与单选复选框对齐相关的知识,希望对你有一定的参考价值。
<style> .box3>input { vertical-align: middle; margin-top: -2px; margin-bottom: 1px } </style> <p> vertical-align: middle;margin-top: -2px;margin-bottom: 1px</p> <p>把此元素放置在父元素的中部</p> <div class="box3"> <input type="radio">单选 <input type="checkbox" name="" id="">复选 </div>
以上是关于文字与单选复选框对齐的主要内容,如果未能解决你的问题,请参考以下文章