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