🐝食用教程
打开/wp-content/themes/zibll/inc/functions/zib-head.php
搜索zib_is_crawler
在(_pz('qj_dh_xs') == 'no2')
前粘贴以下代码,如图:
(_pz('qj_dh_xs') == 'no0') {
$dh_nr = '<div class="vxras"><div class="vxras2"></div><div class="vxras3"></div></div>';
} elseif
在搜索(_pz('qj_loading'))
从if
开始到}
结尾覆盖成以下代码:
if (_pz('qj_loading')) {
return '<div class="qjl qj_loading" style="position: fixed;background:linear-gradient(150deg,#d299c2,#fef9d7);overflow: hidden;align-items: center;justify-content: center;display: flex;width: 100%;margin-top:-150px;height:300%;z-index: 99999999"><div style="position:fixed;top:0;left:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center">' . $dh_nr . '</div></div>';
}
把下面的放入自定义css代码即可
/*果冻泡泡*/
.vxras{width:200px;height:200px;position:relative}
.vxras2{width:100%;height:100%;background:radial-gradient(circle at 75% 30%,#fff 5px,#ff21c0 8%,#5b5b5b 60%,#ff21c0 100%);border-radius:50%;box-shadow:inset 0 0 20px #fff,inset 10px 0 46px #eaf5fc,inset 80px 0 60px #efcde6,inset -20px -60px 100px #f9f6de,inset 0 50px 140px #f9f6de,0 0 90px #fff;animation:bubble 4s ease-in-out infinite}
.vxras3{background-color:rgba(0,0,0,0.15);width:150px;height:40px;border-radius:50%;position:absolute;left:50%;margin-left:-75px;bottom:-100px;filter:blur(1px);animation:shadow 4s ease-in-out infinite}
@keyframes bubble{0%,100%{transform:translateY(0)}
50%{transform:translateY(-80px)}
}@keyframes shadow{0%,100%{transform:scale(0.5)}
50%{transform:scale(1)}
}
最后前往/wp-content/themes/zibll/inc/options/admin_options.php
搜索'no1' => __('淡出淡入', 'zib_language'),
在前面加入一行:'no0' => __('果冻泡泡', 'zib_language'),
保存即可
已开启创作声明
作者已开启创作声明,代表内容为独立创作
允许规范转载
可对作品内容进行复制和转载,但需注明作品作者、出处
禁止转载或摘编
不得对作品内容进行复制和转载