<legend id='19x4H'><style id='19x4H'><dir id='19x4H'><q id='19x4H'></q></dir></style></legend>
    • <bdo id='19x4H'></bdo><ul id='19x4H'></ul>

    <tfoot id='19x4H'></tfoot>
  • <small id='19x4H'></small><noframes id='19x4H'>

      1. <i id='19x4H'><tr id='19x4H'><dt id='19x4H'><q id='19x4H'><span id='19x4H'><b id='19x4H'><form id='19x4H'><ins id='19x4H'></ins><ul id='19x4H'></ul><sub id='19x4H'></sub></form><legend id='19x4H'></legend><bdo id='19x4H'><pre id='19x4H'><center id='19x4H'></center></pre></bdo></b><th id='19x4H'></th></span></q></dt></tr></i><div id='19x4H'><tfoot id='19x4H'></tfoot><dl id='19x4H'><fieldset id='19x4H'></fieldset></dl></div>

      2. 引导网格无法使用 xs 列

        Bootstrap grid won#39;t work using xs columns(引导网格无法使用 xs 列)

              <bdo id='xuhD1'></bdo><ul id='xuhD1'></ul>
                <tbody id='xuhD1'></tbody>
            • <legend id='xuhD1'><style id='xuhD1'><dir id='xuhD1'><q id='xuhD1'></q></dir></style></legend>

                <tfoot id='xuhD1'></tfoot>

                  <small id='xuhD1'></small><noframes id='xuhD1'>

                • <i id='xuhD1'><tr id='xuhD1'><dt id='xuhD1'><q id='xuhD1'><span id='xuhD1'><b id='xuhD1'><form id='xuhD1'><ins id='xuhD1'></ins><ul id='xuhD1'></ul><sub id='xuhD1'></sub></form><legend id='xuhD1'></legend><bdo id='xuhD1'><pre id='xuhD1'><center id='xuhD1'></center></pre></bdo></b><th id='xuhD1'></th></span></q></dt></tr></i><div id='xuhD1'><tfoot id='xuhD1'></tfoot><dl id='xuhD1'><fieldset id='xuhD1'></fieldset></dl></div>
                  本文介绍了引导网格无法使用 xs 列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我在 Codepen 上开始了一个新项目,我正在使用引导程序.我已经有一段时间没有使用 CSS 了.网格系统对我没有响应,我找不到问题.我什至复制了一个可以工作的旧项目,但也没有工作..

                  I started a new project on Codepen and I'm using bootstrap.. It's been a while since I worked CSS. The grid sistem is not responding for me, I can't find the problem. I even copied a working older proyect and didn't work neither..

                  这是笔:http://codepen.io/Chantun/pen/NjgpaY

                  这是html:

                  <body>
                    <div class="container-fluid">
                      <div class="row">
                        <div class="col-xs-offset-3 col-xs-6">
                        <h1>FFC Calculator</h1> 
                  
                        </div>
                      </div>
                    </div>
                  </body>
                  

                  这是 CSS:

                  body {
                    position: relative;
                    margin-top: 60px;
                    font-family: Arimo, 'Roboto Slab', serif;
                    background-color: #1a3a50;
                    text-decoration:none;
                    text-align: center;
                    color: white;
                  }
                  
                  h1 {
                    position: relative;
                    font-family: Pacifico, 'roboto slab', serif;
                    font-size: 5vw;
                  }
                  

                  这是头脑中的东西:

                  <meta name="viewport" content="width=device-width, initial-scale=1">
                  <meta name="description" content="FCC calculator">
                  <meta name="keywords" content="FFC, calculator, Free, Codecamp">
                  <meta name="author" content="Santiago F. Rey">
                  <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
                  

                  推荐答案

                  笔使用的是Bootstrap 4,CSS类名发生了变化.xs 中缀已在 4.x 中移除...

                  The pen is using Bootstrap 4, and the CSS class names have changed. The xs infix has been removed in 4.x...

                  col-xs-offset-3 现在是 offset-3
                  col-xs-6 现在是 col-6

                    <div class="container-fluid">
                      <div class="row">
                        <div class="offset-3 col-6">
                        <h1>FFC Calculator</h1> 
                        </div>
                      </div>
                    </div>
                  

                  http://codepen.io/anon/pen/JNyqWX

                  这篇关于引导网格无法使用 xs 列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  quot;Status Code:200 OK (from ServiceWorker)quot; in Chrome Network DevTools?(“状态码:200 OK(来自 ServiceWorker)在 Chrome 网络开发工具中?)
                  What is quot;X-Content-Type-Options=nosniffquot;?(什么是“X-Content-Type-Options=nosniff?)
                  SmtpJs API not working! is there any way to send emails using SMTP server with JavaScript or JQuery(SmtpJs API 不工作!有没有办法使用带有 JavaScript 或 JQuery 的 SMTP 服务器发送电子邮件)
                  Can I send email using javascript(我可以使用 javascript 发送电子邮件吗)
                  Select All the objects on canvas using Fabric.js(使用 Fabric.js 选择画布上的所有对象)
                  Crop the image using JavaScript(使用 JavaScript 裁剪图像)

                      <i id='h5YVx'><tr id='h5YVx'><dt id='h5YVx'><q id='h5YVx'><span id='h5YVx'><b id='h5YVx'><form id='h5YVx'><ins id='h5YVx'></ins><ul id='h5YVx'></ul><sub id='h5YVx'></sub></form><legend id='h5YVx'></legend><bdo id='h5YVx'><pre id='h5YVx'><center id='h5YVx'></center></pre></bdo></b><th id='h5YVx'></th></span></q></dt></tr></i><div id='h5YVx'><tfoot id='h5YVx'></tfoot><dl id='h5YVx'><fieldset id='h5YVx'></fieldset></dl></div>

                      <small id='h5YVx'></small><noframes id='h5YVx'>

                      <tfoot id='h5YVx'></tfoot>
                        <tbody id='h5YVx'></tbody>

                    1. <legend id='h5YVx'><style id='h5YVx'><dir id='h5YVx'><q id='h5YVx'></q></dir></style></legend>
                        <bdo id='h5YVx'></bdo><ul id='h5YVx'></ul>