@Html.TextBoxFor(m => m.SurveyName,new {@class = "textBoxProp" })
.textBoxProp{
width:500px;
height:35px;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-weight:normal;
}
当 width 在 300px 之内时会反映效果,但之后它无效。