From 459ea42d131280d5210d0a102436a1a750cc90ec Mon Sep 17 00:00:00 2001 From: Hanlin Huang <1391688101@qq.com> Date: Sun, 24 Dec 2023 22:56:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- choice.html | 10 +++++----- css/louisgame.css | 16 ++++++++++++---- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/choice.html b/choice.html index 3f3b798..3b7c10e 100644 --- a/choice.html +++ b/choice.html @@ -31,11 +31,11 @@
选择角色 - - - - - + + + + +
diff --git a/css/louisgame.css b/css/louisgame.css index 0f29b90..370f949 100644 --- a/css/louisgame.css +++ b/css/louisgame.css @@ -20,6 +20,10 @@ height: 1024px; top:50px; left: -100px; + height: 884px!important; + width: 883px!important; + top: 204px!important; + left: 40px!important; } #restaurant .dish img { position: absolute; @@ -145,14 +149,18 @@ display: none; } #foie-gras img{ - left: 590px; + left: 563px; display: none; + top: 750px!important; + width: 190px!important; + height: 191px!important; + z-index: 3!important; } #onion-soup img{ left: 750px; - top: 719px!important; - width: 181px!important; - height: 183px!important; + top: 730px!important; + width: 200px!important; + height: 207px!important; display: none; } -- 2.47.2