您的位置:首页 > Web前端 > CSS

MVC4怎么设置@Html.TextBoxFor这样的输入框的css样式

2017-01-19 10:46 555 查看
@Html.TextBoxFor(model => model.Title, new { @class = "inputxt w250 validate[required,maxSize[10]]",@style="width:250px;" })


  

@Html.TextBoxFor(model => model.Title, new { @class = "inputxt w250 validate[required,maxSize[10]]" })


  增加行内样式和只使用class样式
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: