主播增加大宝剑
parent
f9418e46fd
commit
06bc882513
|
@ -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%;
|
||||
|
|
|
@ -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" />
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
Loading…
Reference in New Issue