input[type="radio"]{
position: absolute;
left: 50%;
top: 30%;
transform: translateX(-50%);
-webkit-appearance: none;
height: 32px;
vertical-align: middle;
width: 32px;
outline: none;
border: none;
}
input[type="radio"]:checked {
background: url('http://nffs.xulog.com:8080/node/src/answer/images/xuan.svg')no-repeat;
background-size: 100% 100%;
}
更改input等的默认样式
最新推荐文章于 2021-12-23 16:46:18 发布