feat: finish game

This commit is contained in:
2023-12-12 23:28:56 +08:00
parent e84eb8044d
commit 447915d277
6 changed files with 59 additions and 13 deletions

View File

@@ -78,7 +78,27 @@
text-align: center; /* 水平居中 */
}
#
#hint {
position: absolute;
width: 50px;
height: 50px;
top: 350px;
left: 1100px;
}
#hint img{
position: absolute;
width: 50px;
height: 50px;
z-index: 5;
display: none;
}
#hintpage img{
position: absolute;
z-index: 5;
display: none;
}
#customer1 img{ /* 中年男 */
display: none;
}