
tt_redpacket
版本 1.0.31👨💻作者:0000
📅发布:2025-09-30
🔄更新:2025-09-30
📞联系:xyi0522@163.com
修改图片为链接,背景由CSS插入(主要是避免触发图片灯箱) 后台设置积分自适应,你在兔兔积分里设置的积分名称会同步到设置里,避免一些麻烦
插入CSS
此外,本插件需要插入css,请在你主题css里插入以下css代码
a#redpacket.hongbao {
display: block;
text-decoration: none;
overflow: hidden;
width: 90%;
max-width: 482px;
margin-left: auto;
margin-right: auto;
height: auto;
aspect-ratio: 482 / 640;
background-image: url(图片路径);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
text-indent: -9999px;
}
暂无评论