从学过Bootstrap框架基础来看就是这么写
<div class="container-child">
<div class="row text-center">
<h1 >Hello World!</h1>
<button class="btn btn-primary center-block btn-lg">我是按钮,按我一下</button>
</div>
</div>