Twitter bootstrap 引导面板工作不正常 GMP应用程序 注册该系统 你还有3次尝试!

Twitter bootstrap 引导面板工作不正常 GMP应用程序 注册该系统 你还有3次尝试!,twitter-bootstrap,Twitter Bootstrap,引导链接正确。但是这个小组不工作。!我什么都试过了。我假设我已经正确链接了相关的库。这是浏览器页面源代码的输出…在这里您可以使用fiddle 注册该系统 测试板 你还有3次尝试! 面板在引导>=4.1中被丢弃。您应该使用now卡: <!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content=

引导链接正确。但是这个小组不工作。!我什么都试过了。我假设我已经正确链接了相关的库。这是浏览器页面源代码的输出…

在这里您可以使用fiddle


注册该系统
测试板
你还有3次尝试!

面板在引导>=4.1中被丢弃。您应该使用now卡:

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    <meta name="viewport" content="width=device-width, initial-scale=1"/>
    <title>GMP APP</title>
    <link rel="stylesheet" type="text/css" href="css/bootstrap.css"/>
    <link rel="stylesheet" href="css/custom.css" type="text/css"/>
</head>
<body>
    <div class="container">  
    <div class="panel panel-default">
        <div class="panel-heading"> SignUp to the system </div>
        <div class="panel-body">
            <<panel content goes here>>          
        </div>
        <div class="panel-footer"> You have 3 More attempts left! </div>
    </div>
        <script src="javascript/jquery.js"> </script>
        <script src="javascript/bootstrap.js"> </script>
    </div>
</body>
</html>

标题
身体
页脚

迁移说明:

是,尽管页面似乎加载了引导程序,但文件已损坏。你的解决方案奏效了。我还替换了引导副本以便脱机使用。非常感谢。太好了@DularaMalindu:)太好了,谢谢@Max
<div class="card">
  <div class="card-header">
    Header
  </div>
  <div class="card-body">
    Body
  </div>
  <div class="card-footer">
    Footer
  </div>
</div>