<style>
.col-center-block {
float: none;
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<div id="title">帖子管理</div>
<div id="input" class="form-inline col-lg-3 col-center-block">@Html.Label("标题:")<input type="text" class="form-control" placeholder="查询帖子"><input type="button" class="btn btn-default btn-sm" value="查询"></div>
加入
col-center-block class. 新发现的方法 添加
col-center-block a 到 要居中的Class即可.不用在到style内写要居中的代码.
新发现的方法 添加
col-center-block a 到 要居中的Class即可.不用在到style内写要居中的代码.