gpt4 book ai didi

html - 为什么我在使用 bootstrap 时不能在边栏中使用进度条?

转载 作者:行者123 更新时间:2023-11-28 18:30:09 25 4
gpt4 key购买 nike

如果我使用进度条,下一个内容会出现在进度条中。
我想要进度条底部的下一个内容,边距为 50px。
我该如何解决这个问题?

演示:http://jsfiddle.net/VwmqV/

HTML

您已登录

    <div class="progress progress-striped active"><div class="bar" style="width: 53%"></div>
This message should be on the bottom of progress bar
</div>

CSS

太长了,请看一下 JS fiddle demo

最佳答案

您的文字是第一个 <div> 的一部分这是进度条的容器。将它放在 <div> 之后 .所以你应该有这个:

<div class="progress progress-striped active">
<div class="bar" style="width: 53%"></div>
</div>
This message should be on the bottom of progress bar

关于html - 为什么我在使用 bootstrap 时不能在边栏中使用进度条?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14578234/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com