使用说明
1、后台主题设置—>自定义代码—>自定义 CSS 样式代码把下面的CSS代码添加到里面
/*左边联系站长开始*/
.contact-help{position: fixed; z-index: 101; left: 0; top: calc(50% - 30px); margin-top: -36px; width: 28px; height: 72px; transition: all .3s; font-size: 12px;background: var(--main-bg-color);border-radius: 0 5px 5px 0; padding: 8px 7px; line-height: 14px;}@media screen and (max-width: 768px){.contact-help{display:none;}}
/*左边联系站长结束*/
2、在主题目录下 themes/zibll/footer.php 下,添加下面的 PHP 代码:
<!--左侧联系站长-->
<a href="https://www.zibll.com/?ref=618"target="_blank"class"contact-help main-shadow"style="font-weight:700;"/>联系站长</a>
登录后可以使用不限速网盘下载
© 版权声明
THE END
暂无评论内容