火狐 css3怎么去掉input的默认样式
1个回答
展开全部
你可以用input的伪类:after或者before来控制它的样式,我就复制一段我写的样式:
input[type="radio"]{
appearance: none;
-webkit-appearance: none;
font-family:"icon" !important;
vertical-align: middle;
border: none;
color: #808080;
font-size: 1.2rem;
margin-top: -4px;
margin-right: 3px;
line-height: 1;
outline: 0;
background: 0 0;
}
input[type="radio"]:checked::before{
content: "\e617";
color: #fd6f27;
}
input[type="radio"]{
appearance: none;
-webkit-appearance: none;
font-family:"icon" !important;
vertical-align: middle;
border: none;
color: #808080;
font-size: 1.2rem;
margin-top: -4px;
margin-right: 3px;
line-height: 1;
outline: 0;
background: 0 0;
}
input[type="radio"]:checked::before{
content: "\e617";
color: #fd6f27;
}
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询