大哥新增特殊武器道具

master
cp 2021-12-20 14:19:14 +08:00
parent 99bfb2bd6f
commit 4e3fa73d2d
3 changed files with 23 additions and 19 deletions

View File

@ -418,23 +418,6 @@ body{
.dance-people .people-wing.people-block{ .dance-people .people-wing.people-block{
display: 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{ .stick{
background-size: 57px 81px; background-size: 57px 81px;
@ -580,4 +563,25 @@ body{
} }
.video-bg video{ .video-bg video{
width: 1920px; 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);
} }

BIN
image/img_18.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -318,7 +318,7 @@ function receiveMessage(event)
let decoration = [] let decoration = []
let userCellNum = userCell[dm.uname] let userCellNum = userCell[dm.uname]
userCell['浅月丷'] = 99999 userCell['浅月丷','热心市民阿狄吶'] = 99999
userCell['流域_墨绿绿'] = 99 userCell['流域_墨绿绿'] = 99
// userCell['未来狗头耀武扬威什么'] = 1 // userCell['未来狗头耀武扬威什么'] = 1
if (userCellNum != undefined) { if (userCellNum != undefined) {
@ -337,7 +337,7 @@ function receiveMessage(event)
decoration.push('people-block') decoration.push('people-block')
} }
// 999个电池送大翅膀一对 // 999个电池送大翅膀一对
if (userCellNum >= 9999) { if (userCellNum >= 999) {
decoration.push('people-vip') decoration.push('people-vip')
} }