gpt4 book ai didi

HTML5,占位符,Webkit 中的行高

转载 作者:技术小花猫 更新时间:2023-10-29 12:28:34 24 4
gpt4 key购买 nike

我有一个输入框:

<input type="text" placeholder="whatever">

样式:

input {
margin: 0;
padding: 0 6px;
font-size: 19px;
line-height: 19px;
height: 36px;
width: 255px;
}

问题是 webkit CHROME 中的占位符行高没有生效。所以输入字段中的文本以丑陋的方式对齐。还有其他人看到过这个问题吗?现在如何解决?

谢谢

最佳答案

输入占位符似乎不喜欢像素行高值,但这会在输入中垂直居中:

::-webkit-input-placeholder { line-height: normal; }

关于HTML5,占位符,Webkit 中的行高,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4982045/

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