AI摘要
Panda
效果演示

代码&文件
文件
yuanshen.svg
svg文件
11.3K
代码
body:after {
content: " ";
position: fixed;
inset: 0;
background-color: white;
z-index: 999;
background-image: url(yuanshen.svg文件路径);
background-repeat: no-repeat;
background-position: center;
background-size: 30%;
animation: fadeOut 3s;
animation-fill-mode: forwards;
-webkit-transition: fadeOut 3s;
transition: fadeOut 3s;
pointer-events: none;
}
@keyframes fadeOut {
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
使用教程
首先上传yuanshen.svg
文件到一个可以访问地方,将上述代码放置在Zibll主题设置>全局&功能>自定义代码>自定义CSS
样式中并进行修改。
© 版权声明
本站资源仅供学习交流使用请勿商业运营,严禁从事违法,侵权等任何非法活动,否则后果自负!
THE END
暂无评论内容