Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/url/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 输入和选择相同大小(宽度x高)_Html_Css - Fatal编程技术网

Html 输入和选择相同大小(宽度x高)

Html 输入和选择相同大小(宽度x高),html,css,Html,Css,如何创建输入[文本]并选择相同高度和宽度的内容。在所有浏览器中都应该是相同的吗 首先 标签input和select不采用正文中的字体样式,您必须为它们设置相同的样式,例如: input, select {font-family:sans-serif;} input, select {font-family:sans-serif;}

如何创建输入[文本]并选择相同高度和宽度的内容。在所有浏览器中都应该是相同的吗

首先


标签
input
select
不采用正文中的字体样式,您必须为它们设置相同的样式,例如:

input, select {font-family:sans-serif;}
input, select {font-family:sans-serif;}