input[type=submit] { // properties }
这对于样式表单按钮非常有用。
你在SASS中如何做同样的事情?
input &[type="submit"] .... &[type="search"] ....