切换风格

默认晚霞 雪山 粉色心情 伦敦 花卉 绿野仙踪 加州 白云 星空 薰衣草 城市 简约黑色 简约米色 龙珠
回复 0

3834

主题

3834

帖子

1万

积分

论坛元老

Rank: 8Rank: 8

积分
12765
2021春节代码:代码插入到任意footer或首页位置[复制链接]
发表于 2022-6-14 16:34:45 | 显示全部楼层 |阅读模式
2021春节马上到来
快来给你的网站加个喜庆的灯笼迎接春节吧
163444vsxxhe5x5vxxxrfc.jpg
如图所示在你的网站右上角出现一对灯笼
废话不多说下面放上代码祝大家新年快乐
163445q8w8hpeebahigwbh.jpg
<!--春节代码-->

<div class="meiha"></div>

<style>

/** 梅花树 **/

.meiha {

              position: fixed;

              top: 0;

              right: 0;

              z-index: 999;

              width: 350px;/** PNG图宽度 **/

              height: 231px;/** PNG图高度 **/

              pointer-events: none;

              background: url('https://s2.ax1x.com/2020/01/21/1kBpid.png');

}

</style>

<!-- 灯笼1 -->

<div class="deng-box">

              <div class="deng">

                          <div class="xian"></div>

                          <div class="deng-a">

                                        <div class="deng-b"><div class="deng-t">节</div></div>

                          </div>

                          <div class="shui shui-a"><div class="shui-c"></div><div class="shui-b"></div></div>

              </div>

</div>



<!-- 灯笼2 -->

<div class="deng-box1">

              <div class="deng">

                          <div class="xian"></div>

                          <div class="deng-a">

                                        <div class="deng-b"><div class="deng-t">春</div></div>

                          </div>

                          <div class="shui shui-a"><div class="shui-c"></div><div class="shui-b"></div></div>

              </div>

</div>

<style>

.deng-box {

              position: fixed;

              top: -40px;

              right: -20px;

              z-index: 9999;

              pointer-events: none;

}



.deng-box1 {

              position: fixed;

              top: -30px;

              right: 10px;

              z-index: 9999;

              pointer-events: none;

}

.deng-box1 .deng {

              position: relative;

              width: 120px;

              height: 90px;

              margin: 50px;

              background: #d8000f;

              background: rgba(216, 0, 15, 0.8);

              border-radius: 50% 50%;

              -webkit-transform-origin: 50% -100px;

              -webkit-animation: swing 5s infinite ease-in-out;

              box-shadow: -5px 5px 30px 4px rgba(252, 144, 61, 1);

}

.deng {

              position: relative;

              width: 120px;

              height: 90px;

              margin: 50px;

              background: #d8000f;

              background: rgba(216, 0, 15, 0.8);

              border-radius: 50% 50%;

              -webkit-transform-origin: 50% -100px;

              -webkit-animation: swing 3s infinite ease-in-out;

              box-shadow: -5px 5px 50px 4px rgba(250, 108, 0, 1);

}

.deng-a {

              width: 100px;

              height: 90px;

              background: #d8000f;

              background: rgba(216, 0, 15, 0.1);

              margin: 12px 8px 8px 10px;

              border-radius: 50% 50%;

              border: 2px solid #dc8f03;

}

.deng-b {

              width: 45px;

              height: 90px;

              background: #d8000f;

              background: rgba(216, 0, 15, 0.1);

              margin: -2px 8px 8px 26px;

              border-radius: 50% 50%;

              border: 2px solid #dc8f03;

}

.xian {

              position: absolute;

              top: -20px;

              left: 60px;

              width: 2px;

              height: 20px;

              background: #dc8f03;

}

.shui-a {

              position: relative;

              width: 5px;

              height: 20px;

              margin: -5px 0 0 59px;

              -webkit-animation: swing 4s infinite ease-in-out;

              -webkit-transform-origin: 50% -45px;

              background: #ffa500;

              border-radius: 0 0 5px 5px;

}

.shui-b {

              position: absolute;

              top: 14px;

              left: -2px;

              width: 10px;

              height: 10px;

              background: #dc8f03;

              border-radius: 50%;

}

.shui-c {

              position: absolute;

              top: 18px;

              left: -2px;

              width: 10px;

              height: 35px;

              background: #ffa500;

              border-radius: 0 0 0 5px;

}

.deng:before {

              position: absolute;

              top: -7px;

              left: 29px;

              height: 12px;

              width: 60px;

              content: " ";

              display: block;

              z-index: 999;

              border-radius: 5px 5px 0 0;

              border: solid 1px #dc8f03;

              background: #ffa500;

              background: linear-gradient(to right, #dc8f03, #ffa500, #dc8f03, #ffa500, #dc8f03);

}

.deng:after {

              position: absolute;

              bottom: -7px;

              left: 10px;

              height: 12px;

              width: 60px;

              content: " ";

              display: block;

              margin-left: 20px;

              border-radius: 0 0 5px 5px;

              border: solid 1px #dc8f03;

              background: #ffa500;

              background: linear-gradient(to right, #dc8f03, #ffa500, #dc8f03, #ffa500, #dc8f03);

}

.deng-t {

              font-family: 华文行楷,Arial,Lucida Grande,Tahoma,sans-serif;

              font-size: 3.2rem;

              color: #dc8f03;

              font-weight: bold;

              line-height: 85px;

              text-align: center;

}

.night .deng-t,

.night .deng-box,

.night .deng-box1 {

              background: transparent !important;

}

@-moz-keyframes swing {

              0% {

                          -moz-transform: rotate(-10deg)

              }

              50% {

                          -moz-transform: rotate(10deg)

              }



              100% {

                          -moz-transform: rotate(-10deg)

              }

}

@-webkit-keyframes swing {

              0% {

                          -webkit-transform: rotate(-10deg)

              }

              50% {

                          -webkit-transform: rotate(10deg)

              }

              100% {

                          -webkit-transform: rotate(-10deg)

              }

}

</style>
复制代码


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|不懂 ( 粤ICP备14042591号-1 )|网站地图

GMT+8, 2024-11-22 04:07 , Processed in 0.085948 second(s), 30 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

返回顶部