码迷,mamicode.com
首页 > Web开发 > 详细

如何用css样式修改select下拉箭头默认样式

时间:2020-04-02 15:59:40      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:修改   箭头   style   poi   tail   css   下拉   net   调整   

select {
    /* 鼠标移上,变小手 */
     cursor: pointer;
     padding: 0 10px;
     /* 清除默认的箭头样式 */
     appearance: none;
     -moz-appearance: none;
     -webkit-appearance: none;
     /* 右侧添加箭头的背景图  自行调整位置 */
     background: url(‘img/xia.png‘) 210px center no-repeat #fff;
}

转自:https://blog.csdn.net/Originally_M/article/details/98968399

如何用css样式修改select下拉箭头默认样式

标签:修改   箭头   style   poi   tail   css   下拉   net   调整   

原文地址:https://www.cnblogs.com/-ting/p/12620045.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!