feat: add dialogue

This commit is contained in:
2023-12-10 12:05:57 +08:00
parent cf2705c501
commit 1d4ed66404
3 changed files with 52 additions and 17 deletions

View File

@@ -51,14 +51,28 @@
left: 1050px;
display: none;
}
#dialogueBox img{
#dialogueBox {
position: absolute;
width: 512px;
height: 512px;
top: 50px;
left: 600px;
}
#dialogueBox img{
position: absolute;
width: 512px;
height: 670px;
display: none;
}
#dialogueText {
position: absolute;
top: 200px;
left: 100px;
width: 340px;
height: 128px;
font-size: 40px;
}
#customer1 img{ /* 中年男 */
display: none;
}