文字与单选复选框对齐

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>

 

以上是关于文字与单选复选框对齐的主要内容,如果未能解决你的问题,请参考以下文章

[CSS]复选框单选框与文字对齐问题的研究与解决.

复选框单选按钮与文字的对齐问题

复选框单选按钮与文字的对齐问题

将 TextView 与单选按钮标签对齐

复选框单选框与文字对齐问题的研究与解决

与单选按钮关联的复选框