CSS3 :enabled 选择器完整CSS选择器参考手册实例设置所有type='text'的启用的输入元素的背景颜色: input[type='text']:enabled { background:#ffff00; } ...
確定! 回上一頁