元素还有一个启用状态(enabled state),在启用状态下,元素可以被激活或获取焦点。 /* Selects any disabled <input> */ input:disabled { background: #ccc; }
確定! 回上一頁