diff --git a/css/style.css b/css/style.css index a427f38..3925b0d 100644 --- a/css/style.css +++ b/css/style.css @@ -418,23 +418,6 @@ body{ .dance-people .people-wing.people-block{ display: block; } -/*vip*/ -.dance-people.people-vip{ - z-index: 9999; -} -.dance-people.people-vip .people-wing{ - display: block !important; - background: url(../image/icon_07.gif) no-repeat; - background-size: 200px 180px; - width: 200px; - height: 180px; - content: ""; - left:-55%; - top: -50px; - position: absolute; - display: none; - z-index: -8; -} /*荧光棒*/ .stick{ background-size: 57px 81px; @@ -580,4 +563,25 @@ body{ } .video-bg video{ width: 1920px; +} + +/*vip*/ +.dance-people.people-vip{ + z-index: 9999; +} +.dance-people.people-vip .people-wing{ + display: block !important; + background: url(../image/icon_07.gif) no-repeat; + background-size: 200px 180px; + width: 200px; + height: 180px; + content: ""; + left:-55%; + top: -50px; + position: absolute; + display: none; + z-index: -8; +} +.dance-people.people-vip .stick.stick-christmas{ + background-image: url(../image/img_18.gif); } \ No newline at end of file diff --git a/image/img_18.gif b/image/img_18.gif new file mode 100644 index 0000000..91617a7 Binary files /dev/null and b/image/img_18.gif differ diff --git a/js/handle.js b/js/handle.js index fb278fb..be546b1 100644 --- a/js/handle.js +++ b/js/handle.js @@ -318,7 +318,7 @@ function receiveMessage(event) let decoration = [] let userCellNum = userCell[dm.uname] - userCell['浅月丷'] = 99999 + userCell['浅月丷','热心市民阿狄吶'] = 99999 userCell['流域_墨绿绿'] = 99 // userCell['未来狗头耀武扬威什么'] = 1 if (userCellNum != undefined) { @@ -337,7 +337,7 @@ function receiveMessage(event) decoration.push('people-block') } // 999个电池送大翅膀一对 - if (userCellNum >= 9999) { + if (userCellNum >= 999) { decoration.push('people-vip') }