日期:2014-05-17  浏览次数:20451 次

如何调整文件框中文字与边框距离?
<input type="text" style="font-size:16px; color:red; height:15px; padding-top:0px; border:1px solid black;" />

以上padding-top:0px;似乎不起作用,文字与上边框距离始终会有几个像素的距离去不掉。


------解决方案--------------------
如果是一行的话可以用line-height设置行高。