From 0b482f6381cd3e887218a9dfd68921e961f18d46 Mon Sep 17 00:00:00 2001 From: Hanlin Huang <1391688101@qq.com> Date: Sun, 24 Dec 2023 23:48:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=9B=BE=E7=89=87=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/louisgame.css | 2 ++ css/nixongame.css | 45 +++++++++++++++++++++++++++++---------------- 2 files changed, 31 insertions(+), 16 deletions(-) diff --git a/css/louisgame.css b/css/louisgame.css index f3c3656..c1ae7a2 100644 --- a/css/louisgame.css +++ b/css/louisgame.css @@ -37,6 +37,8 @@ position: absolute; width: 833px; height: 835px; + top: 279px; + left: 1006px; z-index: 4; } diff --git a/css/nixongame.css b/css/nixongame.css index 4c62e4a..c5f4b34 100644 --- a/css/nixongame.css +++ b/css/nixongame.css @@ -16,9 +16,9 @@ #restaurant .customer img { position: absolute; z-index: 0; - width: 1024px; - height: 1024px; - top:50px; + width: 999px; + height: 999px; + top: 88px; left: -100px; } #restaurant .dish img { @@ -31,14 +31,16 @@ #restaurant .empire img { position: absolute; - width: 800px; - height: 800px; + width: 804px; + height: 807px; + top: 305px; + left: 1052px; z-index: 4; } #nixon img{ /* nixon 16 */ - top: 235px; - left: 1050px; + top: 305px; + left: 1052px; display: none; } #nixon1 img{ /* 断头台 */ @@ -132,27 +134,38 @@ display: none; } #burger img{ - left: -10px; - + left: -13px; + top: 682px!important; + width: 229px!important; + height: 248px!important; display: none; } #hot_dog img{ - left: 170px; + left: 201px; + top: 709px!important; + width: 229px!important; + height: 248px!important; display: none; } #apple_pie img{ - left: 380px; + left: 444px; + top: 709px!important; + width: 229px!important; + height: 248px!important; display: none; } #fried_chicken img{ - left: 590px; + left: 692px; + top: 713px!important; + width: 229px!important; + height: 248px!important; display: none; } #pancakes img{ - left: 750px; - top: 719px!important; - width: 181px!important; - height: 183px!important; + left: 954px; + top: 709px!important; + width: 213px!important; + height: 233px!important; display: none; }