From 5c92ceffbcbd728950c163fed3ee01bfb4400a16 Mon Sep 17 00:00:00 2001 From: sangge <2251250136@qq.com> Date: Wed, 6 Dec 2023 15:29:14 +0800 Subject: [PATCH] feat: update customer position --- css/game.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/css/game.css b/css/game.css index 172e0ff..485b552 100644 --- a/css/game.css +++ b/css/game.css @@ -13,6 +13,8 @@ z-index: 0; width: 1024px; height: 1024px; + top:50px; + left: 0px; } #restaurant .dish img { position: absolute; @@ -50,16 +52,12 @@ display: none; } #customer1 img{ /* 中年男 */ - left: 100px; display: none; } #customer2 img{ /* 小女孩 */ - left: 100px; display: none; } #customer3 img{ /* 老奶奶 */ - top:50px; - left: 0px; display: none; } #mapo-tofu img{ /* 麻婆豆腐 */