Ripro最新图标如何添加?

作者 : administrator 本文共901个字,预计阅读时间需要3分钟 发布时间: 2020-07-8 共1.7K人阅读

教程开始:

NEW图标

1:加在wp-content/themes/jizhi-chlid/diy.css底部

.icon_new {
    display: block;
    animation: hot 1s infinite linear;
    -moz-animation: hot 1s infinite linear;
    -webkit-animation: hot 1s infinite linear;
    -o-animation: hot 1s infinite linear;
    width: 25px;
    height: 14px;
    background: url(https://www.zhankr.net/wp-content/themes/ripro-chlid/assets/new.png) no-repeat center;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -12.5px;
}

2:放进后台-菜单-分类名称后面

<span class="icon_new"></span>

HOT图标

1:加在wp-content/themes/jizhi-chlid/diy.css底部

.icon_hot {
    display: block;
    animation: hot 1s infinite linear;
    -moz-animation: hot 1s infinite linear;
    -webkit-animation: hot 1s infinite linear;
    -o-animation: hot 1s infinite linear;
    width: 25px;
    height: 14px;
    background: url(https://www.zhankr.net/wp-content/themes/ripro-chlid/assets/hot.png) no-repeat center;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -12.5px;
}

2:放进后台-菜单-分类名称后面

<span class="icon_hot"></span>

如下图:

Ripro最新图标如何添加?-手游资源站Ripro最新图标如何添加?-手游资源站

效果图:

Ripro最新图标如何添加?-手游资源站

1. 本站所有资源来源于用户上传和网络,如有侵权请邮件联系站长! 下载资源请24小时内删除 运营请支持正版 请合法合规运营
2.不建议充值下载-请大家每天签到或发布资源获取下载,请大家一点要摆正自己的思想关 坚决杜绝 知法犯法
3.如果贵公司发现本站有侵权行为,请来联系我们给予指正,本站将即刻删除链接.分享目的仅供大家学习和交流,请不要用于商业用途!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务 请大家谅解!

手游资源站 » Ripro最新图标如何添加?

发表回复