我在论坛找到的这个版本,https://www.xiunobbs.net/thread-6164.htm
貌似在php8没法安装使用,试着修复了以下,发现可以用了,分享给需要的站长朋友吧!
提示:还是要像上一版一样,在模版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;}
}
修复后的,见附件!