子比添加文章自定义前缀

子比添加文章自定义前缀-苏晨博客
子比添加文章自定义前缀
此内容为付费阅读,请付费后查看
3
安装服务请联系站长
站长qq:528609062
本站资源均为作者提供和网友推荐收集整理而来,仅供学习和研究使用,谢谢合作!
付费阅读
已售 13
温馨提示: 本文最后更新于2024-08-26 01:58:55,某些文章具有时效性,若有错误或已失效,请在下方 留言或联系 苏晨博客网

演示效果

子比添加文章自定义前缀-苏晨博客
子比添加文章自定义前缀-苏晨博客
子比添加文章自定义前缀-苏晨博客

代码

css

.DearLicy_prefix{
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    padding: 5px 4px;
    margin-right: 3px;
    height: 19px;
    font-size: 12px;
    top: -3px;
    clip-path: polygon(7% 0, 99% 0, 93% 100%, 0 100%);
}
.DearLicy_prefix:after, .DearLicy_prefix:after {
    position: absolute;
    content: " ";
    display: block;
    left: -100%;
    top: -5px;
    width: 15px;
    height: 145%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    animation: sweepTitle 3s ease-in-out infinite;
    transform: rotate(28deg);
}
@keyframes sweepTitle {
    0% {
        left: -100%
    }

    100% {
        left: 100%
    }
}

教程来源于初一小栈

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容