最佳答案
引导程序4是否有一个内置的水平分隔符? 我可以这样做,
<style type="text/css">
.h-divider{
margin-top:5px;
margin-bottom:5px;
height:1px;
width:100%;
border-top:1px solid gray;
}
</style>
但我想使用内置的引导 CSS,我不能找到它在任何地方的文档,也许我错过了它。