B2主题美化之用户头像框/头像挂饰+素材

B2主题美化之用户头像框/头像挂饰+素材-DoubleWorld’s
B2主题美化之用户头像框/头像挂饰+素材
此内容为免费资源,请登录后查看
0
免费资源
图片[1]-B2主题美化之用户头像框/头像挂饰+素材-DoubleWorld’s

1.添加js代码

将下列代码放入子主题child.js文件中(图片地址自己更换).

    $(function(){
    $('.avatar-parent').prepend('<img src="https://p0.meituan.net/dpgroup/240f1dfa30b57e744cdbbfbb3b679c25476735.png" class="txgj">');
    })

2.添加css代码

将下列代码放入子主题style.css样式中

    .txgj {
        top: -2px;
        transform: scale(1.7);
        width: 90px;
        position: absolute;
    }
    .top-user-info-box-name .txgj{
        left: -5px;
        transform: scale(1);
        top: 6px;
    }
    .post-meta-left .txgj{
        display: none;
    }
    .post-meta-left .avatar-parent .txgj{
        display: block;
        transform: scale(1.6);
        display: block;
        left: 0px!important;
    }
    .top-user-box-drop .avatar {
        border-radius: 50%;
    }
    .comment .gravatar img {
        border-radius: 50%;
    }

说明

强制刷新即可看到效果

© 版权声明
THE END
喜欢就支持一下吧
点赞6 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容