【发布时间】:2017-02-14 04:16:12
【问题描述】:
只是想寻求您的帮助。 html页面加载时,输入文本上的光标太高或位置不对:
但是当焦点对准时,输入文本光标是正确的:
在此处找到另一个相同的问题,但 line-height 修复无法解决我的问题。
css:
input[type=text] {
border-radius: 0 !important;
height: 50px !important;
font-size: 14px !important;
box-shadow: none !important;
line-height: 100% !important;
}
【问题讨论】:
-
请包含所有代码,以便我们有一个minimal reproducible example。
-
css 选择器应该是
input[type="text"]