bootstrap 适应手机端

在html的head标签加入以下内容即可

<head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>