$("input:not(:checked)+p").css("background-color", "#CD00CD");中的:checked是什么意思?
表示在所有的input元素里面checked为true。即被选中的input元素
已选中
选中某项