大哥新增特殊武器道具
parent
99bfb2bd6f
commit
4e3fa73d2d
|
@ -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;
|
||||||
|
@ -581,3 +564,24 @@ 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);
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
|
@ -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')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue