feat: finish game
This commit is contained in:
22
css/game.css
22
css/game.css
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user