input[type="submit"] :disabled {
background: #eee;
border-color: #eee;
color: #ccc;
}
:disabled 冒号前面不能有空格 -_-