This commit is contained in:
parent
8d91a715f9
commit
cb6d86509e
|
@ -17492,6 +17492,7 @@
|
|||
ui.system2=ui.create.div('#system2',ui.system);
|
||||
|
||||
ui.replay=ui.create.system('重来',game.reload,true);
|
||||
ui.replay.id='restartbutton';
|
||||
ui.config2=ui.create.system('选项',ui.click.config);
|
||||
ui.pause=ui.create.system('暂停',ui.click.pause);
|
||||
ui.pause.id='pausebutton';
|
||||
|
|
|
@ -82,28 +82,28 @@ table{table-layout: fixed;}
|
|||
}
|
||||
#shortcut>div[data-position="1"]{
|
||||
left:calc(50% - 50px);
|
||||
top: calc(50% - 200px);
|
||||
top: calc(50% - 190px);
|
||||
}
|
||||
#shortcut.hidden>div[data-position="1"]{
|
||||
transform: scale(1) translateY(150px);
|
||||
}
|
||||
#shortcut>div[data-position="2"]{
|
||||
left:calc(50% + 100px);
|
||||
top: calc(50% - 50px);
|
||||
top: calc(50% - 40px);
|
||||
}
|
||||
#shortcut.hidden>div[data-position="2"]{
|
||||
transform: scale(1) translateX(-150px);
|
||||
}
|
||||
#shortcut>div[data-position="3"]{
|
||||
left:calc(50% - 50px);
|
||||
top: calc(50% + 100px);
|
||||
top: calc(50% + 110px);
|
||||
}
|
||||
#shortcut.hidden>div[data-position="3"]{
|
||||
transform: scale(1) translateY(-150px);
|
||||
}
|
||||
#shortcut>div[data-position="4"]{
|
||||
left:calc(50% - 200px);
|
||||
top: calc(50% - 50px);
|
||||
top: calc(50% - 40px);
|
||||
}
|
||||
#shortcut.hidden>div[data-position="4"]{
|
||||
transform: scale(1) translateX(150px);
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
#system>div:not(.shown)>div{
|
||||
pointer-events: none;
|
||||
}
|
||||
#pausebutton,#autobutton{
|
||||
#pausebutton,#autobutton,#restartbutton{
|
||||
display: none !important;
|
||||
}
|
||||
/*#system1>div:first-child{
|
||||
|
@ -85,9 +85,9 @@
|
|||
transform:scale(1.3) rotate(90deg);
|
||||
}
|
||||
|
||||
br.finish_game{
|
||||
/*br.finish_game{
|
||||
display: inline !important;
|
||||
}
|
||||
}*/
|
||||
div:not(.shown)>div.finish_game{
|
||||
opacity: 0 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue