【发布时间】:2020-12-14 06:17:57
【问题描述】:
我的 aspx 页面中有这样的代码:
<div class="container">
<h3 class="my-5 h2">Tasks List</h3>
<div class="form-group w-75">
<label for="lastmonth">Enter Tasks:</label>
<textarea class="form-control" id="lastmonth" rows="7"></textarea>
</div>
</div>
但是即使我给或,文本区域似乎也没有改变。我想增加文本框以占据我页面的 3/4。现在,它只有1/4。我什至在我的 Site.css 中进行了以下更改,但它似乎没有改变。
input,
select,
textarea {
max-width: 100%;
}
【问题讨论】:
标签: c# html asp.net twitter-bootstrap-3 web-applications