原文来源于:狐狸库子比主题美化 – 顶部悬挂2024小龙人&狐狸-狐狸库 (huliku.com),我觉得二百积分太贵了,这里给大家免费获取
文件路径:/www/wwwroot/huliku.com/wp-content/themes/zibll/inc/functions/zib-header.php
<div class="huliku_hang"></div>
css代码
/*狐狸库悬挂开始*/
@keyframes lampLine-38cc6824 {
0% {
transform: rotate(10deg)
}
to {
transform: rotate(-10deg)
}
}
.huliku_hang {
width: 170px;
height: 170px;
display: inline-block;
background: url(图片链接地址) no-repeat 50%/100%;
vertical-align: middle;
position: absolute;
left: 80%;
top: 45px;
z-index: 50;
cursor: pointer;
animation: lampLine-38cc6824 1.2s ease-in-out 0s infinite alternate;
margin-left: -1px;
transform-origin: 50% 0;
pointer-events:none;
}
/*狐狸库悬挂结束*/
© 版权声明
THE END
暂无评论内容