首页添加悬挂年兽,给博客喜增新年气氛

第一版

图片[1]-首页添加悬挂年兽,给博客喜增新年气氛-瀚星阁

源代码来自于优知新

css代码

@media screen and (min-width: 850px){
    .NewYear {
        width: 150px;
        height: 200px;
        display: inline-block;
        background: url(https://www.tfbkw.com/wp-content/uploads/2023/12/newyear.png) no-repeat 50%/100%;
        vertical-align: middle;
        position: fixed;
        left: 90%;
        top: 55px;
        z-index: 999;
        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>

第二版

图片[2]-首页添加悬挂年兽,给博客喜增新年气氛-瀚星阁

css代码

@media screen and (min-width: 850px){
    .NewYear {
        width: 200px;
        height: 200px;
        display: inline-block;
        background: url(https://cn-sy1.rains3.com/anxkj.fun/tu02.webp) no-repeat 50%/100%;
        vertical-align: middle;
        position: fixed;
        left: 80%;
        top: 25px;
        z-index: 50;
        cursor: pointer;
        animation: new-year 1.2s ease-in-out 0s infinite alternate;
        margin-left: -25px;
        transform-origin: 50% 0;
        pointer-events:none;
        z-index: 999;
    }
    }
    @keyframes new-year{
      0% {
        transform: rotate(10deg);
    }
      100%{
                transform: rotate(-10deg);
      }
    }

html代码

<div class="NewYear"></div>
© 版权声明
WWW.ANXKJ.TOP
喜欢就支持一下吧
点赞13 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容