有没有一种方法可以拥有不同长度的表单元素?
在forms.cs中,我更改了标题和文本字段的宽度,但这当然会应用于所有表单字段…:/
input.text, input.title {width:628px;padding:5px;}
有什么想法吗?
在blueprintcss 1.0.1上,您也可以将普通的span-*类添加到输入中。
这有助于理解你是否可以看看源代码
https://github.com/joshuaclayton/blueprint-css/blob/master/blueprint/screen.css#L135