input checkbox 複選框大小修改 及 checkbox和後面文字沒法對齊的解決方法

一、input checkbox 複選框大小修改字體

其實就是zoom屬性,這個是放大的意思,能夠設置爲180%,這樣就會比以前大不少。spa

<input type="checkbox" name="checkbox" value="checkbox" style="zoom:80%;">.net

二、checkbox和後面文字沒法對齊的解決方法blog

同時爲input和後面字體同時加上style="vertical-align:middle;"input

<input type="checkbox" " style="vertical-align:middle;" />
<span style="vertical-align:middle;" ></span>方法

轉自checkbox

https://blog.csdn.net/baidu_18607183/article/details/53128683ps

https://blog.csdn.net/Billyond/article/details/45098333文字

相關文章
相關標籤/搜索