红包插件修改版
本插件需要兔兔积分插件
主要修改
- 修改图片为链接,背景由CSS插入(主要是避免触发图片灯箱)
- 后台设置积分自适应,你在兔兔积分里设置的积分名称会同步到设置里,避免一些麻烦
示意图
链接的背景图片可修改,是插件根目录的hongbao.png
插入CSS
此外,本插件需要插入css,请在你主题css里插入以下css代码
/********红包*********/
a#redpacket.hongbao{
display: block;
text-decoration: none;
overflow: hidden;
width:482px ;
height: 640px;
background-image:url(/plugin/tt_redpacket/hongbao.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 100%;
text-indent: -9999px;
margin-left: auto!important;
margin-right: auto!important;
}
@media (max-width: 767px) {
a#redpacket.hongbao{max-width: 95%!important;}
}
Xiuno BBS开源程序交流论坛 - 支付
本帖含有隐藏内容,请您向作者支付
3金币 后再查看