博客网站右上角添加悬挂年兽 喜增龙年喜气源码站长KING4个月前发布关注私信0564463博客网站右上角添加悬挂年兽 喜增龙年喜气源码此内容为付费资源,请付费后查看¥3¥20黄金会员免费尊享会员免费立即购买您当前未登录!建议登陆后购买,可保存购买订单付费资源已售 246 主题设置>>自定义代码>>自定义css,填写如下代码 @media screen and (min-width: 850px){ .NewYear { width: 260px; height: 300px; display: inline-block; background: url(图片地址) no-repeat 50%/100%; vertical-align: middle; position: fixed; left: 85.8%; top: 55px; z-index: 50; cursor: pointer; animation: new-year 1.2s ease-in-out 0s infinite alternate; margin-left: -1px; transform-origin: 50% 0; pointer-events: none; } } @keyframes new-year{ 0% { transform: rotate(10deg); } 100%{ transform: rotate(-10deg); } } 主题设置>>自定义代码>>自定义html代码,填写如下代码 <div class=\"NewYear\"></div> CSS代码放到自定义css文件里面,html放到你的自定义头部html即可!! 注意:如果你的是全屏网站建议在pointer-events: none;下面加一行 即css代码16行左右哪里加 z-index: 999; 要不然会被文章的上浮遮挡!! © 版权声明文章版权归作者所有,未经允许请勿转载。THE END网页代码# HTML动画特效 喜欢就支持一下吧点赞463 分享QQ空间微博QQ好友海报分享复制链接收藏