美文网首页
select清除默认样式

select清除默认样式

作者: 苏本的书柜 | 来源:发表于2019-01-20 09:05 被阅读13次
 select{
                    appearance:none;   
                    -moz-appearance:none;   
                    -webkit-appearance:none; /*兼容苹果手机*/
                    -ms-appearance:none; 
                    outline:none;      
                    -webkit-tap-highlight-color: #fff;
                    border: rem(1) solid #EBEBEB;
                    width:rem(100);
                    height: rem(50);
                    line-height: rem(50);
                    /*防止紧紧靠在边上*/
                    text-indent:rem(4);
                    background-color: transparent;
                }

相关文章

网友评论

      本文标题:select清除默认样式

      本文链接:https://www.haomeiwen.com/subject/rnztjqtx.html