Bootstrap 4 Blockquote类没有';在引导程序4 Beta 3中不显示行

Bootstrap 4 Blockquote类没有';在引导程序4 Beta 3中不显示行,bootstrap-4,Bootstrap 4,我有两个简单的blockquote HTML元素。我添加了Bootstrap blackquote类,并期望使用更大的字体和线条。然而,字体变大了,但线条却根本不出现 我使用blockquote元素的HTML部分 <section> <blockquote class="blockquote"> Text for the blockquote. Text for the blockquote. Text f

我有两个简单的blockquote HTML元素。我添加了Bootstrap blackquote类,并期望使用更大的字体和线条。然而,字体变大了,但线条却根本不出现

我使用blockquote元素的HTML部分

<section>

        <blockquote class="blockquote">
            Text for the blockquote. Text for the blockquote.
            Text for the blockquote. Text for the blockquote.
            Text for the blockquote. Text for the blockquote.
            Text for the blockquote. Text for the blockquote.
            Text for the blockquote. Text for the blockquote.
            Text for the blockquote. Text for the blockquote.
        </blockquote>

        <blockquote class="blockquote">
            Text for the blockquote. Text for the blockquote.
            Text for the blockquote. Text for the blockquote.
            Text for the blockquote. Text for the blockquote.
            Text for the blockquote. Text for the blockquote.
            Text for the blockquote. Text for the blockquote.
            Text for the blockquote. Text for the blockquote.
        </blockquote>

    </section>

块引号的文本。块引号的文本。
块引号的文本。块引号的文本。
块引号的文本。块引号的文本。
块引号的文本。块引号的文本。
块引号的文本。块引号的文本。
块引号的文本。块引号的文本。
块引号的文本。块引号的文本。
块引号的文本。块引号的文本。
块引号的文本。块引号的文本。
块引号的文本。块引号的文本。
块引号的文本。块引号的文本。
块引号的文本。块引号的文本。
我尝试了使用不同引导版本的blockquote类。当我从Beta版本改为Alpha版本时,这些行立即出现。然而,Bootstrap4Beta3并没有显示这些线条。我是做错了什么,还是在测试版中删除了blackquote类中的行?

你是说这个吗

<section>
  <blockquote class="blockquote text-center">
    <p class="mb-0"> Text for the blockquote. Text for the blockquote.</p>
    <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer>
  </blockquote> 
</section>

区块报价的文本。块引号的文本

在源代码标题中有名的人

查看我的。

确保引导css正确链接到html

  <!-- Required meta tags -->
<meta charset="utf-8">


什么线路?你有图像吗?