Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/35.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 如何更改大小下拉箭头图标?_Html_Css - Fatal编程技术网

Html 如何更改大小下拉箭头图标?

Html 如何更改大小下拉箭头图标?,html,css,Html,Css,如何更改下拉图标的大小?这在css中是可能的吗?谢谢如果不是我我想把它换成图片btn。。谢谢 18 19 20 21 22 23 24 25 26 27 28 29 30 使用以下css进行选择: .select { width: 500px; padding: 0px; font-size: 25px; line-height: 1; border: 0; border-radius: 5px; height: 50px; -webkit-appearanc

如何更改下拉图标的大小?这在css中是可能的吗?谢谢如果不是我我想把它换成图片btn。。谢谢


18
19
20
21
22
23
24
25
26
27
28
29
30

使用以下css进行选择:

.select {
  width: 500px;
  padding: 0px;
  font-size: 25px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  height: 50px;
  -webkit-appearance: none;
  background-position-x: 244px;
}

使用以下css进行选择:

.select {
  width: 500px;
  padding: 0px;
  font-size: 25px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  height: 50px;
  -webkit-appearance: none;
  background-position-x: 244px;
}
这有帮助吗?可能重复的有帮助吗?可能重复的