diff --git a/css/game.css b/css/game.css
index fe46628..0a36444 100644
--- a/css/game.css
+++ b/css/game.css
@@ -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;
}
diff --git a/game.html b/game.html
index d45fe43..c73b52f 100644
--- a/game.html
+++ b/game.html
@@ -19,19 +19,23 @@