我試圖與它的標籤垂直居中我所有的單選按鈕,但vertical-align
沒有幫助:中心單選按鈕垂直旁邊標註
input[type="radio"]{
vertical-align: center;
}
<p style="display:inline-block;margin:0 0;"> Option: </p>
<label>
<input type="radio" name="group1"> Label1
</label>
<label>
<input type="radio" name="group1"> Label2
</label>
<label>
<input type="radio" name="group1"> Label3
</label>
我試了一下,單選按鈕將在底部 – user924
https://jsfiddle.net/n6pywz4g/2/ – user924
取決於你的行高也與在線交易時塊元素。 – Stuart