点击广告查看隐藏内容....
0.成品图展示
1.新增一个php文件,用于以后新增自定义设置,文件名:custom.php;文件路径:usr/themes/Joe-master/public
2.修改handle.php文件,底部新增代码,放在最后一行上面,文件路径:usr/themes/Joe-master/public
<style>
/*弹出*/
.footer_flex { width: 42px; height: 42px; background-color: #f56c6c; border-radius: 50%; cursor: pointer; position: relative; z-index: 10; display: flex; justify-content: center; align-items: center; color:#909399; font-size:12px}
.footer_flex:hover { background-color: #409eff; }
/*top*/
.footer_flex:hover .flex-footer { display: block; }
.footer_flex .flex-footer { box-shadow: 0px 0px 5px 0px #409eff; border-radius: 8px; width: 156px; height: 166px; position: absolute; left: -52px; top: -175px; text-align: center; padding-top: 15px; background: #fff; display: none; }
.flex-footer input{vertical-align:middle; margin-bottom:3px; *margin-bottom:3px;}
</style>
<script language="javascript" type="text/javascript">
function zfb(){
var obj=document.getElementById("ewm");
obj.src=`<?php $this->options->ZNAlipay() ?>`;
};
function wx(){
var obj=document.getElementById("ewm");
obj.src=`<?php $this->options->ZNWeChat() ?>`;
};
function qq(){
var obj=document.getElementById("ewm");
obj.src=`<?php $this->options->ZNQqPay() ?>`;
};
</script>
<div style="text-align: center; margin-left:30px; <?php if(Helper::options()->ZNPaySet !== 'on') echo 'display:none;' ?>">
<div class="footer_flex">
<img src="https://cdn.jsdelivr.net/gh/aill66/cdn/shang.png" width="20px" height="20px">
<div class="flex-footer">
<img id="ewm" src="<?php $this->options->ZNAlipay() ?>" width="120px" height="120px">
<div style="margin-top:5px;">
<label><input name="pay" type="radio" value="wx" checked="checked" onclick="wx()">微信</label>
<label style="margin-left:3px; display:block-inline"><input name="pay" type="radio" value="zfb" onclick="zfb()" checked>支付宝</label>
<label style="margin-left:3px;"><input name="pay" type="radio" value="qq" onclick="qq()">QQ</label>
</div>
<div style="height:40px; background:rgba(0,0,0,0);"></div>
</div>
</div>
<p style="margin-top:5px; color:#909399; font-size:12px">打赏</p>
</div>
3.修改functions.php文件,加入打赏设置菜单和底部引入新建的php文件,文件路径:usr/themes/Joe-master
<li class="item" data-current="joe_custom">自定义设置</li>
// 收款设置
require_once("public/custom.php");
4.为打赏按钮增加跳动特效,将以下代码放在主题的全局设置-自定义CSS里面
.footer_flex {
animation: star 0.5s ease-in-out infinite alternate;
}
@keyframes star {
from {
transform: scale(1);
}
to {
transform: scale(1.1);
}
}
本文共 251 个字数,平均阅读时长 ≈ 1分钟
点击广告查看隐藏内容....
如果英雄联盟有停服的那一天,我会用寒冰射手在打一局简单人机,因为从哪里开始就从哪里结束。
没有谁能够永远坚强下去的,每个人都会有疲累的无法站起的时候。世间的故事,就是为了这一刻而存在的哦。
等闲识得东风面,万紫千红总是春。
I like you, but just like you.
当世界背叛你的那天到来时,我会为你背叛全世界。
煩い!煩い!煩い!
窗外下起了雨,雨水落向大地,远方的人却渐行渐远,我的心又该去往何方呢。
我想要如清泉般的爱。
你们认为没有路,是因为没有学会不择手段。
书上说,如果有一天你梦见了一个很久没见的人,代表他/她正在遗忘你。
如果人类都是神之子的话——是否愿意给我…这个不听话的逆子一点奖赏?
每个人能走到现在,都是自己选择的结果。
谁说死后文只能寄信件。 清澄才藏君, 你寄出的,是五十年不变的誓约。
二维码弹出的时候图片没法固定,选择微信或者QQ后,图片就没了,还需要再次点击打赏才能显示
666试试看
6666
春心莫共花争发,一寸相思一寸灰!
身处谷底有谁能分清我在哪片迷雾里。
好像二维码弹出来的那个样式有些问题
神啊,求求你。已经足够了。已经没事了。我们都会熬过去的。
成长是学着接受,一个人向前进的同时也是失去的过程。
世界上一成不变的东西,只有“任何事物都是在不断变化的”这条真理。
千山鸟飞绝,万径人踪灭。
前天我遇见了小兔,昨天遇见了小鹿,今天则遇见了你。
荣誉之于生死,救赎之于荣誉
你知不知道,难做的事和应该做的事,往往是同一件事。
寻觅归乡之路,一次一颗子弹
I'm still asking you to believe - not in my ability to bring about change, but in yours. I believe in change because I believe in you.
7.3.7不能用,能不能把6.9.0的版本分享一下