使用CSS样式写选择框右侧小三角

2022-01-11,,,

本文通过实例代码给大家介绍了用CSS样式选择框右侧小三角的方法,需要的朋友参考下吧

效果图如下所示:

直接上代码!

   小三角 .up-triangle{ width:0px; height:0px; border-bottom:30px solid #000; border-left:15px solid transparent; border-right:15px solid transparent; margin:100px auto; } .down-triangle{ width:0px; height:0px; border-top:30px solid #000; border-left:15px solid transparent; border-right:15px solid transparent; margin:100px auto; } .left-triangle{ width:0px; height:0px; border-right:30px solid #000; border-top:15px solid transparent; border-bottom:15px solid transparent; margin:100px auto; } .right-triangle{ width:0px; height:0px; border-left:30px solid #000; border-top:15px solid transparent; border-bottom:15px solid transparent; margin:100px auto; }  

总结

以上所述是小编给大家介绍的用CSS样式写选择框右侧小三角,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对本站网站的支持!

以上就是使用CSS样式写选择框右侧小三角的详细内容,更多请关注本站其它相关文章!

《使用CSS样式写选择框右侧小三角.doc》

下载本文的Word格式文档,以方便收藏与打印。