From 80297a3e897c4f1edddaaa0658e999a48a1e29e1 Mon Sep 17 00:00:00 2001 From: cp <463911765@qq.com> Date: Mon, 22 Nov 2021 11:18:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 4 ++-- js/custom.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 150e278..b43c466 100644 --- a/css/style.css +++ b/css/style.css @@ -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; diff --git a/js/custom.js b/js/custom.js index 51c8219..bc551f0 100644 --- a/js/custom.js +++ b/js/custom.js @@ -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 { From 473f046ee1008b64f8663af70817b58b82550460 Mon Sep 17 00:00:00 2001 From: cp <463911765@qq.com> Date: Mon, 22 Nov 2021 15:58:58 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dancing.html | 2 +- js/custom.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dancing.html b/dancing.html index 856abfc..03496de 100644 --- a/dancing.html +++ b/dancing.html @@ -26,7 +26,7 @@