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] =?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 {