Hanlin_Huang-main #8
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
BIN
asset/pic/nixon/apple_pie.png
Normal file
After Width: | Height: | Size: 2.2 MiB |
BIN
asset/pic/nixon/burger.png
Normal file
After Width: | Height: | Size: 3.0 MiB |
BIN
asset/pic/nixon/fried_chicken.png
Normal file
After Width: | Height: | Size: 3.7 MiB |
BIN
asset/pic/nixon/hot_dog.png
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
asset/pic/nixon/pancakes.png
Normal file
After Width: | Height: | Size: 2.8 MiB |
@ -131,24 +131,24 @@
|
||||
top:100px !important;
|
||||
display: none;
|
||||
}
|
||||
#champagne img{ /* 香槟 */
|
||||
#fish_chips img{
|
||||
left: -10px;
|
||||
|
||||
display: none;
|
||||
}
|
||||
#cheese img{ /* 芝士 */
|
||||
#english_breakfast img{
|
||||
left: 170px;
|
||||
display: none;
|
||||
}
|
||||
#crepe img{
|
||||
#pudding img{
|
||||
left: 380px;
|
||||
display: none;
|
||||
}
|
||||
#foie-gras img{
|
||||
#spaghetti_bolognes img{
|
||||
left: 590px;
|
||||
display: none;
|
||||
}
|
||||
#onion-soup img{
|
||||
#cream_tea img{
|
||||
left: 750px;
|
||||
top: 719px!important;
|
||||
width: 181px!important;
|
||||
|
@ -3,11 +3,11 @@
|
||||
background-repeat: no-repeat;
|
||||
background-color: rgb(0, 136, 109);
|
||||
}
|
||||
#desktop{
|
||||
#desk{
|
||||
position: absolute;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#desktop img{
|
||||
#desk img{
|
||||
left: -10px;
|
||||
top: -10px;
|
||||
position: absolute;
|
||||
@ -131,24 +131,24 @@
|
||||
top:100px !important;
|
||||
display: none;
|
||||
}
|
||||
#champagne img{ /* 香槟 */
|
||||
#burger img{
|
||||
left: -10px;
|
||||
|
||||
display: none;
|
||||
}
|
||||
#cheese img{ /* 芝士 */
|
||||
#hot_dog img{
|
||||
left: 170px;
|
||||
display: none;
|
||||
}
|
||||
#crepe img{
|
||||
#apple_pie img{
|
||||
left: 380px;
|
||||
display: none;
|
||||
}
|
||||
#foie-gras img{
|
||||
#fried_chicken img{
|
||||
left: 590px;
|
||||
display: none;
|
||||
}
|
||||
#onion-soup img{
|
||||
#pancakes img{
|
||||
left: 750px;
|
||||
top: 719px!important;
|
||||
width: 181px!important;
|
||||
|
@ -72,24 +72,24 @@
|
||||
</div>
|
||||
|
||||
<!-- foods elements -->
|
||||
<div id="champagne" class="dish">
|
||||
<img src="asset/pic/louis16/Champagne.png" alt="香槟"
|
||||
<div id="fish_chips" class="dish">
|
||||
<img src="asset/pic/elizabeth/fish_chips.png" alt="fish_chip"
|
||||
onclick="handleClick('cham');">
|
||||
</div>
|
||||
<div id="cheese" class="dish">
|
||||
<img src="asset/pic/louis16/BrieCheese.png" alt="芝士"
|
||||
<div id="english_breakfast" class="dish">
|
||||
<img src="asset/pic/elizabeth/english_breakfast .png" alt="english_breakfast"
|
||||
onclick="handleClick('cheese');">
|
||||
</div>
|
||||
<div id="crepe" class="dish">
|
||||
<img src="asset/pic/louis16/Crepe.png" alt="雪糕"
|
||||
<div id="pudding" class="dish">
|
||||
<img src="asset/pic/elizabeth/Pudding.png" alt="pudding"
|
||||
onclick="handleClick('crepe');">
|
||||
</div>
|
||||
<div id="foie-gras" class="dish">
|
||||
<img src="asset/pic/louis16/FoieGras.png" alt="肥肝"
|
||||
<div id="spaghetti_bolognes" class="dish">
|
||||
<img src="asset/pic/elizabeth/Spaghetti_Bolognese.png" alt="Spaghetti_Bolognese"
|
||||
onclick="handleClick('foiegras');">
|
||||
</div>
|
||||
<div id="onion-soup" class="dish">
|
||||
<img src="asset/pic/louis16/FrenchOnionSoup.png" alt="洋葱汤"
|
||||
<div id="cream_tea" class="dish">
|
||||
<img src="asset/pic/cream_tea.png" alt="cream_tea"
|
||||
onclick="handleClick('onionsoup');">
|
||||
</div>
|
||||
</div>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>路易十六餐厅</title>
|
||||
<title>尼克松餐厅</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/nixongame.css">
|
||||
|
||||
</head>
|
||||
@ -15,7 +15,7 @@
|
||||
<!-- 游戏的界面元素 -->
|
||||
<div id="restaurant">
|
||||
<div id="desktop">
|
||||
<img src="asset/pic/louis16/LouisXVI_RestaurantTable.png" alt="desktop">
|
||||
<img src="asset/pic/nixon/desk.png" alt="desktop">
|
||||
</div>
|
||||
|
||||
<!-- empires elements-->
|
||||
@ -73,23 +73,23 @@
|
||||
|
||||
<!-- foods elements -->
|
||||
<div id="champagne" class="dish">
|
||||
<img src="asset/pic/louis16/Champagne.png" alt="香槟"
|
||||
<img src="asset/pic/nixon/burger.png" alt="burger"
|
||||
onclick="handleClick('cham');">
|
||||
</div>
|
||||
<div id="cheese" class="dish">
|
||||
<img src="asset/pic/louis16/BrieCheese.png" alt="芝士"
|
||||
<img src="asset/pic/nixon/hot_dog.png" alt="hot_dog"
|
||||
onclick="handleClick('cheese');">
|
||||
</div>
|
||||
<div id="crepe" class="dish">
|
||||
<img src="asset/pic/louis16/Crepe.png" alt="雪糕"
|
||||
<img src="asset/pic/nixon/apple_pie.png" alt="apple_pie"
|
||||
onclick="handleClick('crepe');">
|
||||
</div>
|
||||
<div id="foie-gras" class="dish">
|
||||
<img src="asset/pic/louis16/FoieGras.png" alt="肥肝"
|
||||
<img src="asset/pic/nixon/fried_chicken.png" alt="fried_chicken"
|
||||
onclick="handleClick('foiegras');">
|
||||
</div>
|
||||
<div id="onion-soup" class="dish">
|
||||
<img src="asset/pic/louis16/FrenchOnionSoup.png" alt="洋葱汤"
|
||||
<img src="asset/pic/nixon/pancakes.png" alt="pancakes"
|
||||
onclick="handleClick('onionsoup');">
|
||||
</div>
|
||||
</div>
|
||||
|