Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://screencast.com/t/ltPiCJwBaqT
是否可以在 Safari 中删除这一像素?两个字段都没有应用任何 CSS
您可以使用填充设置输入的样式:
input { padding-left: 1px; padding-right: 1px; }
如果您没有设置样式,浏览器会采用标准样式,并且它可能因浏览器而异(正如您所指出的)。
我上面的示例需要调整,您甚至可能需要添加或多或少的填充。