diff --git a/css/style.css b/css/style.css index 97d1969..f7bb084 100644 --- a/css/style.css +++ b/css/style.css @@ -397,6 +397,18 @@ body{ left:15px; top: 0px; } +/*翅膀*/ +.dance-people .people-wing{ + background: url(../image/icon_06.png) no-repeat; + background-size: 200px 128px; + width: 200px; + height: 128px; + content: ""; + left:-50%; + top: 0px; + position: absolute; + z-index: -8; +} /*荧光棒*/ .stick{ background-size: 57px 81px; diff --git a/image/icon_06.png b/image/icon_06.png new file mode 100644 index 0000000..d4dab09 Binary files /dev/null and b/image/icon_06.png differ