feat: add dialogue box

This commit is contained in:
2023-12-09 22:42:01 +08:00
parent 83e93a77e8
commit cf2705c501
3 changed files with 17 additions and 2 deletions

View File

@@ -51,6 +51,14 @@
left: 1050px;
display: none;
}
#dialogueBox img{
position: absolute;
width: 512px;
height: 512px;
top: 50px;
left: 600px;
display: none;
}
#customer1 img{ /* 中年男 */
display: none;
}