I thought it could be easily solved in CSS like input, but I didn’t expect to find out after trying it that the select style cannot be changed by regular CSS. No matter how I do it in CSS, the select style is still the default three-dimensional style. . So I searched on the Internet and found out that this selection cannot be defined in CSS style using conventional methods. It needs to be handled in a special way. I believe that many friends will encounter this problem when dealing with web pages, so I found a good article and forwarded it. I hope it will be helpful to everyone————
First of all, I want to tell you that if you use In the css method, except for the arrow part, everything else can be changed. This is very awkward, because if other styles are changed, the arrow part cannot be changed, which means it is useless.
The following is an example of changing css to select