【发布时间】:2016-01-15 20:21:02
【问题描述】:
我有这个带有单选按钮的下拉菜单:
当被点击时,我的下拉菜单变为:
但在 Mozilla 中,不要改变就像没有样式一样:
我的 css 是这样的(只放一种样式,因为其余元素相同);
点击下拉菜单时:
li:first-child input[type='radio']{
-webkit-appearance:none;
-moz-appearance: none;
width:15px;
height:15px;
border:3px solid #6a706d;
border-radius:50%;
outline:none;
margin: 0 13px -3px 0;
/*box-shadow:0 0 5px 0px #6a706d inset;*/
}
这是出现在下拉列表中的时间:
.status-1{
-webkit-appearance:none;
-moz-appearance: none;
width:12px;
height:12px;
border:3px solid #6a706d;
border-radius:50%;
outline:none;
margin: 0 13px -3px 0;
}
这里是米fiddle
【问题讨论】:
-
请通过小提琴分享您的代码....
-
我发布了我的小提琴,谢谢你的支持!!