子比主题添加标题前缀教程

实战效果展示

图片[1]-子比主题添加标题前缀教程-狸猫就是要暴富

高逼格代码

代码放在functions.php下或func.php

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%
    }
}
温馨提示: 本文最后更新于2024-06-28 12:29:19,某些文章具有时效性,若有错误或已失效,请在下方留言或联系狸猫要暴富
子比主题添加标题前缀教程-狸猫就是要暴富
子比主题添加标题前缀教程
此内容为付费阅读,请付费后查看
3
限时特惠
10
立即购买
您当前未登录!建议登陆后购买,可保存购买订单
付费阅读
已售 13
© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容