TextBox也像其他控件一样,能用style属性控制样式。如bgcolor、font-family、font-color、font-size等等
@Html.TextBox("xxx", "",new { @style = "width:60px;" })
new前面的""不能省