hhl_project/css/game.css
2023-12-06 15:06:45 +08:00

84 lines
1.5 KiB
CSS

body {
background-image: url('../asset/pic/qinshihuang/background.png');
background-repeat: no-repeat;
}
#desktop{
position: absolute;
/*background-image: url('../asset/pic/qinshihuang/desktop.png');*/
background-repeat: no-repeat;
z-index: 1;
}
#restaurant .customer img {
position: absolute;
z-index: 0;
width: 1024px;
height: 1024px;
}
#restaurant .dish img {
position: absolute;
top: 700px;
width: 250px;
height: 250px;
z-index: 3;
}
#restaurant .empire img {
position: absolute;
width: 800px;
height: 800px;
z-index: 3;
}
#qinshihuang img{ /* 秦始皇 */
top: 235px;
left: 1050px;
display: none;
}
#qinshihuang1 img{ /* 秦始皇死法1 */
top: 235px;
left: 1050px;
display: none;
}
#qinshihuang2 img{ /* 秦始皇死法2 */
top: 235px;
left: 1050px;
display: none;
}
#qinshihuang3 img{ /* 秦始皇死法3 */
top: 235px;
left: 1050px;
display: none;
}
#customer1 img{ /* 中年男 */
left: 100px;
display: none;
}
#customer2 img{ /* 小女孩 */
left: 100px;
display: none;
}
#customer3 img{ /* 老奶奶 */
top:50px;
left: 0px;
display: none;
}
#mapo-tofu img{ /* 麻婆豆腐 */
display: none;
}
#roast-duck img{ /* 烤鸭 */
left: 250px;
display: none;
}
#yangzhou-fried-rice img{
left: 450px;
display: none;
}
#braised-prawns img{
left: 650px;
display: none;
}
#kung-pao-chicken img{
left: 900px;
display: none;
}