This commit is contained in:
libccy 2016-03-28 01:30:14 +08:00
parent d20826251e
commit 6a4448074a
2 changed files with 463 additions and 447 deletions

File diff suppressed because it is too large Load Diff

View File

@ -232,7 +232,7 @@ table{table-layout: fixed;}
transform-origin: top center; transform-origin: top center;
} }
#me,#mebg{width: 100%;height: 140px;top:calc(100% - 140px);left:0;} #me,#mebg{width: 100%;height: 140px;top:calc(100% - 140px);left:0;}
#mebg{z-index:-1} #mebg{z-index:0}
#handcards1,#handcards2{ #handcards1,#handcards2{
width: calc(50% - 140px);height: 127px;padding: 10px; width: calc(50% - 140px);height: 127px;padding: 10px;
text-align: left; text-align: left;
@ -1342,7 +1342,7 @@ span[data-color="unknownm"]{
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 0;
z-index: -2; z-index: 1;
pointer-events: none; pointer-events: none;
} }
#window.canvas_top>canvas.fun{ #window.canvas_top>canvas.fun{