This commit is contained in:
2023-12-24 23:15:49 +08:00
2 changed files with 12 additions and 5 deletions

View File

@@ -141,12 +141,19 @@
display: none;
}
#cheese img{ /* 芝士 */
left: 170px;
left: 159px;
display: none;
top: 734px!important;
width: 182px!important;
height: 207px!important;
}
#crepe img{
left: 380px;
display: none;
left: 347px;
top: 735px!important;
width: 194px!important;
height: 202px!important;
}
#foie-gras img{
left: 563px;
@@ -158,7 +165,7 @@
}
#onion-soup img{
left: 750px;
top: 730px!important;
top: 725px!important;
width: 200px!important;
height: 207px!important;
display: none;

View File

@@ -76,7 +76,7 @@
<img src="asset/pic/nixon/burger.png" alt="burger"
onclick="handleClick('hamburger');">
</div>
<div id="cheese" class="dish">
<div id="hot_dog" class="dish">
<img src="asset/pic/nixon/hot_dog.png" alt="hot_dog"
onclick="handleClick('hotdog');">
</div>
@@ -88,7 +88,7 @@
<img src="asset/pic/nixon/fried_chicken.png" alt="fried_chicken"
onclick="handleClick('friedchicken');">
</div>
<div id="pancake" class="dish">
<div id="pancakes" class="dish">
<img src="asset/pic/nixon/pancakes.png" alt="pancakes"
onclick="handleClick('pancakes');">
</div>