feat: update customer position

This commit is contained in:
sangge 2023-12-06 15:29:14 +08:00
parent 07d1ca0c1e
commit 5c92ceffbc

View File

@ -13,6 +13,8 @@
z-index: 0; z-index: 0;
width: 1024px; width: 1024px;
height: 1024px; height: 1024px;
top:50px;
left: 0px;
} }
#restaurant .dish img { #restaurant .dish img {
position: absolute; position: absolute;
@ -50,16 +52,12 @@
display: none; display: none;
} }
#customer1 img{ /* 中年男 */ #customer1 img{ /* 中年男 */
left: 100px;
display: none; display: none;
} }
#customer2 img{ /* 小女孩 */ #customer2 img{ /* 小女孩 */
left: 100px;
display: none; display: none;
} }
#customer3 img{ /* 老奶奶 */ #customer3 img{ /* 老奶奶 */
top:50px;
left: 0px;
display: none; display: none;
} }
#mapo-tofu img{ /* 麻婆豆腐 */ #mapo-tofu img{ /* 麻婆豆腐 */