§ ITPOW >> 文档 >> CSS

如何将 select 与 input 对齐-select height 包含 border

作者:vkvi 来源:ITPOW(原创) 日期:2021-4-1

select { height:32px; border:1px solid #ccc; }
input { height:32px; border:1px solid #ccc; }

如上,input 指输入框,实际显示效果是 select 32px,input 34px,说明:

select height 包含 border。

其实 input 的 button 也是包含 border 的。


相关文章