HTML select 去掉样式和下拉箭头

外层套一层div进行覆盖select的边框和下拉箭头(欺骗显示效果)

1 <div style="80px;height:30px;margin:-4px;">
2     <select style="120px;float:left;font-size:20px;">
3          <option>1</option>
4          <option>2</option>
5     </select>
6 <div>
原文地址:https://www.cnblogs.com/chai-blogs/p/12743727.html