On this page,在select选项之前有一个文本缩进/空格,但输入没有。
不知道它来自何处,因为CSS对于选择,选项和输入是相同的。 CSS是:
input, select {
margin: 0px;
height: 38px;
border: 0;
padding: 0 0 0 15px;
}
select {
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
appearance: none;
}
任何想法都赞赏。