Styling Disabled Buttons

input[disabled] {
  border: 1px solid #999;
  background-color: #ddd;
}

提示:你可以先修改部分代码再运行。

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注