变成示例中的Tips样式
自己写了下,可能不太好,但还是实现了,有更好的话大佬分享一下吧~
<style>
h3 .label{
position:absolute;
top: 3px;
left: 160px;
font-size: 12px;
}
.caret{
position: absolute;
top: 14px;
left: -2px;
border-left: 4px solid #f0ad4e;
border-bottom: 4px solid transparent;
border-top: 4px solid transparent;
}
</style>
<body>
<h3>Example heading <span class="label label-warning">New<span class="caret"></span></span> </h3>