我想通过选择 radio 按钮更换对应的div border颜色为红色。 有没有高手指点一下?
HTML
<label ><div class="discount"><input type="radio" name="abc">2件999</div></label>
<label ><div class="discount"><input type="radio" name="abc">2件999</div></label>
CSS
.discount{
border: 1px solid #cccccc;
padding:2px;
width:100%;
}
如截图
https://jsfiddle.net/rtf6w78b/