gpt4 book ai didi

html - 如何在填充方面获得与文本框相同的 div 行为

转载 作者:太空宇宙 更新时间:2023-11-03 23:12:42 25 4
gpt4 key购买 nike

在将填充设置为空文本框时,它的行为如下: enter image description here

对一个空的 div 做同样的事情,它的行为是这样的: enter image description here

两个元素有相同的内边距,但文本框比 div 高。

我想这是因为文本框假定会有内容(见光标),但 div 没有内容,因此它不如没有内容的文本框高。

即使没有内容,我怎样才能使 div 与文本框具有相同的高度?

最佳答案

您必须手动向 div 提及高度以用于 input 它会在渲染后标记一些默认的 height

input {
padding:10px
}
div {
border: 1px;
width: 100px;
padding: 10px;
height: 13px;
background-color :#e9e9e9;
}

Demo here

关于html - 如何在填充方面获得与文本框相同的 div 行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32011163/

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