手写CSS的书签“标签”样式

标签为书签的样式
<div class="ant-card-body card_blue">
<div class="tipspp">安全匹配</div>
<div type="flex"...
...

.tipspp {
position: relative;
z-index: 9;
top: -15px;
content: #fff;
}
.tipspp:before {
position: absolute;
top: -2px;
left: -48px;
z-index: -1;
height: 0;
padding-right: 150px;
font-weight: bold;
line-height: 0;
color: #fff;
border: 15px solid #34e078;
border-right-color: transparent;
content: '';
Box-shadow: 0 5px 5px -5px #000;
}
.tipspp:after {
content: '';
position: absolute;
top: 28px;
left: -48px;
border: 4px solid #18407d;
border-left-color: transparent;
border-bottom-color: transparent;
}

相关文章

Css3如何实现鼠标移上变长特效?(图文+视频)
css3怎么实现鼠标悬停图片时缓慢变大效果?(图文+视频)
jquery如何实现点击网页回到顶部效果?(图文+视频)
css3边框阴影效果怎么做?(图文+视频)
css怎么实现圆角边框和圆形效果?(图文+视频教程)
Css3如何实现旋转移动动画特效