master
parent
9071528f4e
commit
80297a3e89
|
@ -243,9 +243,9 @@ body{
|
|||
}
|
||||
.stage .leading .table .name{
|
||||
color: #ffd800;
|
||||
font-size: 20px;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
margin-top: -45px;
|
||||
margin-top: -36px;
|
||||
}
|
||||
.speak{
|
||||
position: fixed;
|
||||
|
|
|
@ -118,10 +118,10 @@ function leftMove(obj){
|
|||
}
|
||||
},10)
|
||||
}
|
||||
// 左
|
||||
// 右
|
||||
function rightMove(obj){
|
||||
rightTimer = setInterval(()=>{
|
||||
if(obj.offsetLeft < 150){
|
||||
if(obj.offsetLeft < 1500){
|
||||
clearInterval(rightTimer);
|
||||
leftMove(obj);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue