下面是我的html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<style>
input {
width: 100px;
display: block;
height: 10px;
padding: 0 0 0 0px;
}
</style>
<input name="page_search" placeholder="Quick search..." type="text">
<body>
</body>
</html>
在 Firefox 中看起来像下面
在 chrome 中,如下所示
但是输入(我认为它的' padding
')在Firefox和cromo中看起来不同,为什么?