单项选择题
(网站)将.box下所有被选中的复选框的边框去掉,正确的样式是():
A..box>input[type=checkbox]:checked{border:none}
B..box>input[type=radio:checked]{border:none}
C..box>input[type=radio]:checked{background:none}
D..box>input[type=checkbox:checked]{background:none}
点击查看答案&解析
相关考题
-
单项选择题
(网站)img标签的()属性是用来设置图片路径?
A.href
B.title
C.alt
D.src -
单项选择题
(网站) p.box{color:#f00};#title{color:#000};hellohello的最终颜色是():
A.红色
B.黑色
C.蓝色
D.绿色 -
单项选择题
(网站)AngularVueHTMLCSS给.list中第偶数个li设置样式,正确的选择器写法是():
A..listli:nth-child(n)
B..listli:nth-child(odd)
C..listli:nth-child(n+1)
D..listli:nth-child(even)
