《css实现角标效果并带有文章或图标效果(完整代码)》文章介绍如何用CSS实现角标效果,通过.active类结合::after和::before伪元素,利用定位、边框和旋转创建红色边框与白色三角形的提...
代码示例:
.coupon_card.active {
border: 1px solid #f32121;
position: relative;
}
.coupon_card.active::after {
content: '';
position: absolute;
right: 0;
bottom: 0;
border-widtpythonh: 0 0 20px 20px;
border-style: solid;
border-coljsor: transparent tJCOOVUhransparent #f32121;
}
.coupon_card.active::before js{
content: '';
position: absolute;
width: 10px;
height: 6px;
background: transparent;
bottom: 4px;
right: 2px;
bo编程rder: 2px solid white;
border-top: none;
border-right: none;
-webkit-transform: rotate(-55deg);
-ms-transform: rotate(-55deg);
transform: rotate(-55deg);
z-index: 9;
}效果图:

到此这篇关于css实现角标效果并带有文章或图标的文章就介绍到这了,更多相关css角标效果内容请搜索轻语网(www.qingyu.net)以前的文章或继续浏览下面的相关文章,希望大家以后多多支持轻语网(www.qingyu.net)!
本文标题: css实现角标效果并带有文章或图标效果(完整代码)
本文地址: http://www.qingyu.net/web/css/714204.html

如果本文对你有所帮助,在这里可以打赏