gpt4 book ai didi

css - ASP.NET MVC 5 中心文本框 css

转载 作者:太空宇宙 更新时间:2023-11-04 03:56:22 27 4
gpt4 key购买 nike

我使用的是默认 MVC 模板附带的文本框,其定义如下:

@Html.TextBox("txtVideo", null, new { @class = "form-control" })

我试图将其置于屏幕中央,并能够调整宽度以获得我想要的尺寸。我尝试了下面的内容,但文本框并没有变大。如何使用默认 MVC 模板创建的文本框的宽度大小?

<div style="width:100%; background-color: Green;">
<div style="display: table; margin: 0 auto; width: 800px; background-color: Red;">
@Html.TextBox("txtVideo", null, new { @class = "form-control", @style = "width: 100%;" })
</div>
</div>

最佳答案

@Html.TextBox("txtVideo", null, new { @class = "form-control", @style = "margin: 0px auto; width: 600px;" })

关于css - ASP.NET MVC 5 中心文本框 css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22744611/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com