css对号实现
[type=radio]:checked::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 1rem;
width: .6125rem;
height: .325rem;
margin: auto;
border-left: 2px solid;
border-bottom: 2px solid;
transform: rotate(-45deg);
}