Compare commits

...

2 Commits

2 changed files with 31 additions and 16 deletions

View File

@ -37,6 +37,8 @@
position: absolute; position: absolute;
width: 833px; width: 833px;
height: 835px; height: 835px;
top: 279px;
left: 1006px;
z-index: 4; z-index: 4;
} }

View File

@ -16,9 +16,9 @@
#restaurant .customer img { #restaurant .customer img {
position: absolute; position: absolute;
z-index: 0; z-index: 0;
width: 1024px; width: 999px;
height: 1024px; height: 999px;
top:50px; top: 88px;
left: -100px; left: -100px;
} }
#restaurant .dish img { #restaurant .dish img {
@ -31,14 +31,16 @@
#restaurant .empire img { #restaurant .empire img {
position: absolute; position: absolute;
width: 800px; width: 804px;
height: 800px; height: 807px;
top: 305px;
left: 1052px;
z-index: 4; z-index: 4;
} }
#nixon img{ /* nixon 16 */ #nixon img{ /* nixon 16 */
top: 235px; top: 305px;
left: 1050px; left: 1052px;
display: none; display: none;
} }
#nixon1 img{ /* 断头台 */ #nixon1 img{ /* 断头台 */
@ -132,27 +134,38 @@
display: none; display: none;
} }
#burger img{ #burger img{
left: -10px; left: -13px;
top: 682px!important;
width: 229px!important;
height: 248px!important;
display: none; display: none;
} }
#hot_dog img{ #hot_dog img{
left: 170px; left: 201px;
top: 709px!important;
width: 229px!important;
height: 248px!important;
display: none; display: none;
} }
#apple_pie img{ #apple_pie img{
left: 380px; left: 444px;
top: 709px!important;
width: 229px!important;
height: 248px!important;
display: none; display: none;
} }
#fried_chicken img{ #fried_chicken img{
left: 590px; left: 692px;
top: 713px!important;
width: 229px!important;
height: 248px!important;
display: none; display: none;
} }
#pancakes img{ #pancakes img{
left: 750px; left: 954px;
top: 719px!important; top: 709px!important;
width: 181px!important; width: 213px!important;
height: 183px!important; height: 233px!important;
display: none; display: none;
} }