commit
95c6a4d167
|
@ -323,7 +323,7 @@ game.import("play", function () {
|
|||
"fire",
|
||||
"soil"
|
||||
);
|
||||
("step 1");
|
||||
"step 1";
|
||||
var card = cards[0];
|
||||
if (!card.node.wuxing) {
|
||||
card.node.wuxing = ui.create.div(".wunature", card);
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
width: 100%;
|
||||
height: 260px;
|
||||
text-align: center;
|
||||
top: calc(50% - 200px);
|
||||
/* top: calc(50% - 200px); */
|
||||
top: 60px;
|
||||
white-space: nowrap;
|
||||
z-index: 1;
|
||||
|
|
Loading…
Reference in New Issue