php - Bootstrap - 卡无法正常工作

标签 php html twitter-bootstrap

我正在遵循本页第一个示例中的考试 https://mdbootstrap.com/components/cards/ (尝试获得相同的输出)

<!--Card-->
    <div class="card">
    
        <!--Card image-->
        <img class="img-fluid" src="https://mdbootstrap.com/img/Photos/Horizontal/Nature/4-col/img%20%282%29.jpg" alt="Card image cap">
    
        <!--Card content-->
        <div class="card-body">
            <!--Title-->
            <h4 class="card-title">Card title</h4>
            <!--Text-->
            <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
            <a href="#" class="btn btn-primary">Button</a>
        </div>
    
    </div>
    <!--/.Card-->

但是,我得到的只是这个?有什么建议

enter image description here

最佳答案

我添加了不同的 Bootstrap 链接,希望这符合您的要求

试试这个

.card-body{
  padding: 2rem;
}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" integrity="sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" crossorigin="anonymous">

<div class="container">
<!--Card-->
    <div class="card">
    
        <!--Card image-->
        <img class="img-fluid" src="https://mdbootstrap.com/img/Photos/Horizontal/Nature/4-col/img%20%282%29.jpg" width="550rem" alt="Card image cap">
    
        <!--Card content-->
        <div class="card-body">
            <!--Title-->
            <h4 class="card-title">Card title</h4>
            <!--Text-->
            <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
            <a href="#" class="btn btn-primary">Button</a>
        </div>
    
    </div>
    <!--/.Card-->
    </div>

关于php - Bootstrap - 卡无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48109913/

相关文章:

css - 表单预览/详细信息页面的 Bootstrap 指南

php - 如何编辑已部署的 Laravel 项目

javascript - 调整窗口大小时同位素包装中的元素之间的细线间隙

javascript - 无法将 php 变量分配给脚本

html - 如何在不改变编码风格的情况下避免空白 anchor 下划线?

javascript - 从快速路线下载图像

javascript - 在 Focus Bootstrap 3 输入中选择文本

python - 每次在文件中找到一个单词时,如何让我的文本编辑器 Python 插件执行?

php - PHP 中的 $_FILES 数组为空

php - 在 cakephp 2.4.6 中,只有两个页面将 HTTP 重定向到 HTTPS,最好的方法是 ht-access 或 Cakephp Security Companent