Skip to content

Commit

Permalink
Merge pull request diandian157#36 from xizifu/main
Browse files Browse the repository at this point in the history
修复PC端手杀UI开局换牌、弃牌提示的bug
  • Loading branch information
mengxinzxz authored Nov 27, 2024
2 parents 1c32d30 + 5e4e252 commit ccd7db3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion shoushaUI/lbtn/main1_window.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,9 @@
overflow: visible;
transition: none;
}
.control > div.primary {
.control>div.primary,
.control>div.qi,
.control>div.huan {
--p: calc(var(--h) * 11 / 75);
background-image: none;
}
Expand Down Expand Up @@ -286,6 +288,12 @@
display: none;
}

.control>div.qi>span {
background-image: url("./images/uibutton/qipai.png");
}
.control>div.huan>span {
background-image: url("./images/uibutton/huanpai.png");
}
/*手牌*/
/*这里给这个元素设置了一些默认值,如果在这个标签下的元素,不再设置其他值时,将调用这些默认值*/
.handcardNumber {
Expand Down

0 comments on commit ccd7db3

Please sign in to comment.