主播增加大宝剑

master
cp 2021-11-29 15:11:02 +08:00
parent f9418e46fd
commit 06bc882513
3 changed files with 12 additions and 1 deletions

View File

@ -352,6 +352,7 @@ body{
height:81px;
width:57px;
}
.stick-swing{
animation: Wobble 2s linear infinite;
}
@ -373,6 +374,9 @@ body{
.stick.stick-05{
background-image: url(../image/img_15.png);
}
.stick.stick-06{
background-image: url(../image/img_16.png);
}
/*荧光棒定位*/
.dance-people .people-img01 .stick{
top: 14px;
@ -397,6 +401,13 @@ body{
.dance-people .people-img06 .stick{
top: -3px;
right: -15px;
background-size: 114px 162px;
width: 114px ;
height: 162px;
}
.leading-dancer .stick{
top: 3px;
right: -30px;
}
.paper-canvas{
width: 100%;

View File

@ -41,7 +41,7 @@
<div class="leading">
<div class="speak speak-pink"></div>
<div class="leading-dancer dancing-wobble-right">
<!-- <div class="stick stick-01"></div> -->
<div class="stick stick-06 stick-swing"></div>
</div>
<div class="table">
<img src="image/icon_01.png" />

BIN
image/img_16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB