XIUNO红包插件修改版
[fxz_form cover="upload/fxz_form/3MCPJVAW8KXPKD5.png" dir="tt_redpacket" author="0000" version="1.0.31" publish="2025-09-30" contact="xyi0522@163.com" update="2025-09-30" description="修改图片为链接,背景由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;
}