CSS :disabled 伪类选择器用于匹配被禁用的元素。 ... border: 1px solid grey; } /* 为页面中被禁用的提交按钮设置样式*/ input[type="submit"]:disabled ...
確定! 回上一頁