gpt4 book ai didi

html输入并选择不同的高度

转载 作者:太空狗 更新时间:2023-10-29 13:42:58 25 4
gpt4 key购买 nike

我设置高度:

input,select{height: 20px;}

但在浏览器中它的高度是input : 20pxselect 18px ,我不知道为什么,因为在 input 和 select 被重置之前。如果我删除 <!DOCTYPE html>然后就可以了,但是 IE 不居中页面。

最佳答案

这可以通过将元素的 box-sizing 属性设置为 border-box 来纠正:

input, select{
box-sizing: border-box;
}

moz-webkit- 等供应商特定前缀可能适用。

关于html输入并选择不同的高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13661759/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com