歡度新春網(wǎng)站燈籠代碼


<div class="deng-box2">

? <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>

<div class="deng-box3">

? <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>

<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>

<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>? ? ? ?

</div>

<style type="text/css">

@media screen and (max-width: 768px) {

.xnkl{

display:none; }

}

.deng-box {

? ? ? ? position: fixed;

? ? ? ? top: -40px;

? ? ? ? right: 150px;

? ? ? ? z-index: 9999;

? ? ? ? pointer-events: none;

}

.deng-box1 {

? ? ? ? position: fixed;

? ? ? ? top: -30px;

? ? ? ? right: 10px;

? ? ? ? z-index: 9999;

? ? ? ? pointer-events: none

}

.deng-box2 {

? ? ? ? position: fixed;

? ? ? ? top: -40px;

? ? ? ? left: 150px;

? ? ? ? z-index: 9999;

? ? ? ? pointer-events: none

}

.deng-box3 {

? ? ? ? position: fixed;

? ? ? ? top: -30px;

? ? ? ? left: 10px;

? ? ? ? z-index: 9999;

? ? ? ? pointer-events: none

}

.deng-box1 .deng,.deng-box3 .deng {

? ? ? ? position: relative;

? ? ? ? width: 120px;

? ? ? ? height: 90px;

? ? ? ? margin: 50px;

? ? ? ? background: #d8000f;

? ? ? ? background: rgba(216,0,15,.8);

? ? ? ? border-radius: 50% 50%;

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

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

? ? ? ? box-shadow: -5px 5px 30px 4px #fc903d

}

.deng {

? ? ? ? position: relative;

? ? ? ? width: 120px;

? ? ? ? height: 90px;

? ? ? ? margin: 50px;

? ? ? ? background: #d8000f;

? ? ? ? background: rgba(216,0,15,.8);

? ? ? ? border-radius: 50% 50%;

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

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

? ? ? ? box-shadow: -5px 5px 50px 4px #fa6c00

}

.deng-a {

? ? ? ? width: 100px;

? ? ? ? height: 90px;

? ? ? ? background: #d8000f;

? ? ? ? background: rgba(216,0,15,.1);

? ? ? ? margin: 12px 8px 8px 8px;

? ? ? ? border-radius: 50% 50%;

? ? ? ? border: 2px solid #dc8f03

}

.deng-b {

? ? ? ? width: 45px;

? ? ? ? height: 90px;

? ? ? ? background: #d8000f;

? ? ? ? background: rgba(216,0,15,.1);

? ? ? ? margin: -4px 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: orange;

? ? ? ? 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: orange;

? ? ? ? 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: orange;

? ? ? ? background: linear-gradient(to right,#dc8f03,orange,#dc8f03,orange,#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: orange;

? ? ? ? background: linear-gradient(to right,#dc8f03,orange,#dc8f03,orange,#dc8f03)

}

.deng-t {

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

? ? ? ? font-size: 3.5rem;

? ? ? ? color: #dc8f03;

? ? ? ? font-weight: 700;

? ? ? ? line-height: 85px;

? ? ? ? text-align: center

}

.night .deng-box,.night .deng-box1,.night .deng-t {

? ? ? ? background: 0 0!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>

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末捕儒,一起剝皮案震驚了整個(gè)濱河市,隨后出現(xiàn)的幾起案子邓夕,更是在濱河造成了極大的恐慌,老刑警劉巖阎毅,帶你破解...
    沈念sama閱讀 211,561評(píng)論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件焚刚,死亡現(xiàn)場(chǎng)離奇詭異,居然都是意外死亡扇调,警方通過(guò)查閱死者的電腦和手機(jī)矿咕,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,218評(píng)論 3 385
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái)狼钮,“玉大人碳柱,你說(shuō)我怎么就攤上這事“疚撸” “怎么了莲镣?”我有些...
    開(kāi)封第一講書(shū)人閱讀 157,162評(píng)論 0 348
  • 文/不壞的土叔 我叫張陵,是天一觀的道長(zhǎng)涎拉。 經(jīng)常有香客問(wèn)我瑞侮,道長(zhǎng),這世上最難降的妖魔是什么鼓拧? 我笑而不...
    開(kāi)封第一講書(shū)人閱讀 56,470評(píng)論 1 283
  • 正文 為了忘掉前任半火,我火速辦了婚禮,結(jié)果婚禮上季俩,老公的妹妹穿的比我還像新娘钮糖。我一直安慰自己,他們只是感情好酌住,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,550評(píng)論 6 385
  • 文/花漫 我一把揭開(kāi)白布店归。 她就那樣靜靜地躺著,像睡著了一般赂韵。 火紅的嫁衣襯著肌膚如雪娱节。 梳的紋絲不亂的頭發(fā)上,一...
    開(kāi)封第一講書(shū)人閱讀 49,806評(píng)論 1 290
  • 那天祭示,我揣著相機(jī)與錄音肄满,去河邊找鬼谴古。 笑死,一個(gè)胖子當(dāng)著我的面吹牛稠歉,可吹牛的內(nèi)容都是我干的掰担。 我是一名探鬼主播,決...
    沈念sama閱讀 38,951評(píng)論 3 407
  • 文/蒼蘭香墨 我猛地睜開(kāi)眼怒炸,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼带饱!你這毒婦竟也來(lái)了?” 一聲冷哼從身側(cè)響起阅羹,我...
    開(kāi)封第一講書(shū)人閱讀 37,712評(píng)論 0 266
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤勺疼,失蹤者是張志新(化名)和其女友劉穎,沒(méi)想到半個(gè)月后捏鱼,有當(dāng)?shù)厝嗽跇?shù)林里發(fā)現(xiàn)了一具尸體执庐,經(jīng)...
    沈念sama閱讀 44,166評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,510評(píng)論 2 327
  • 正文 我和宋清朗相戀三年导梆,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了轨淌。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,643評(píng)論 1 340
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡看尼,死狀恐怖递鹉,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情藏斩,我是刑警寧澤躏结,帶...
    沈念sama閱讀 34,306評(píng)論 4 330
  • 正文 年R本政府宣布,位于F島的核電站灾茁,受9級(jí)特大地震影響窜觉,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜北专,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,930評(píng)論 3 313
  • 文/蒙蒙 一禀挫、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧拓颓,春花似錦语婴、人聲如沸。這莊子的主人今日做“春日...
    開(kāi)封第一講書(shū)人閱讀 30,745評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)。三九已至场航,卻和暖如春缠导,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背溉痢。 一陣腳步聲響...
    開(kāi)封第一講書(shū)人閱讀 31,983評(píng)論 1 266
  • 我被黑心中介騙來(lái)泰國(guó)打工僻造, 沒(méi)想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留憋他,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 46,351評(píng)論 2 360
  • 正文 我出身青樓髓削,卻偏偏與公主長(zhǎng)得像竹挡,于是被迫代替她去往敵國(guó)和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子立膛,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,509評(píng)論 2 348

推薦閱讀更多精彩內(nèi)容