选择已选中的元素对象。
input[type="text"]:checked { border:1px solid DodgerBlue; <!-- 以选中的 input checkbox 的边框颜色为 蓝色 --> } <input type="checkbox" checked /> <input type="checkbox" />
显示效果