使用這個(gè)css,它將會(huì)選擇被選取的單選框輸入的下一個(gè)相鄰的標(biāo)籤。
input[type="radio"]:checked+label.btn { border: 1px solid #000; //在這里添加邊框/陰影 }