Merge branch 'master' of http://git.scdxtc.com/chen/squareDancing
commit
120e323629
|
@ -243,9 +243,9 @@ body{
|
||||||
}
|
}
|
||||||
.stage .leading .table .name{
|
.stage .leading .table .name{
|
||||||
color: #ffd800;
|
color: #ffd800;
|
||||||
font-size: 20px;
|
font-size: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: -45px;
|
margin-top: -36px;
|
||||||
}
|
}
|
||||||
.speak{
|
.speak{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!--音乐-->
|
<!--音乐-->
|
||||||
<audio controls autoplay loop muted style="z-index: 999; position: fixed;display: none;">
|
<audio controls autoplay loop muted style="z-index: 999; position: fixed;display: none;">
|
||||||
<source src="muz/829094.mp3" type="audio/mpeg">
|
<source src="muz/机械 Dubstep 潮电0.1.mp3" type="audio/mpeg">
|
||||||
</audio>
|
</audio>
|
||||||
<!--点击播放音乐-->
|
<!--点击播放音乐-->
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -118,10 +118,10 @@ function leftMove(obj){
|
||||||
}
|
}
|
||||||
},10)
|
},10)
|
||||||
}
|
}
|
||||||
// 左
|
// 右
|
||||||
function rightMove(obj){
|
function rightMove(obj){
|
||||||
rightTimer = setInterval(()=>{
|
rightTimer = setInterval(()=>{
|
||||||
if(obj.offsetLeft < 150){
|
if(obj.offsetLeft < 500){
|
||||||
clearInterval(rightTimer);
|
clearInterval(rightTimer);
|
||||||
leftMove(obj);
|
leftMove(obj);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue