diff --git a/layout/default/layout.css b/layout/default/layout.css index a8fc78164..595ac3619 100644 --- a/layout/default/layout.css +++ b/layout/default/layout.css @@ -3567,7 +3567,10 @@ div[data-decoration="bronze"]::after{ pointer-events: none; } .player .wunature { + left: 14px; display: none; + top: auto; + bottom: 14px; } #arena>.player .wunature, #chess>.player .wunature { @@ -3594,10 +3597,6 @@ div:hover>.wunature { animation: game_start 0.5s; -webkit-animation: game_start 0.5s; } -.player .wunature { - top: 77px; - left: 14px; -} .player { top: 47px; diff --git a/layout/mobile/layout.css b/layout/mobile/layout.css index 5f4c90d60..7d3074491 100644 --- a/layout/mobile/layout.css +++ b/layout/mobile/layout.css @@ -231,9 +231,6 @@ top:10px; left:2px; } -#arena:not(.chess) .player[data-position='0']:not(.minskin) .wunature{ - top:84px; -} #arena:not(.chess) .player.fullskin2[data-position='0']:not(.minskin)>.avatar, #arena:not(.chess) .player.fullskin2[data-position='0']:not(.minskin)>.avatar2{ diff --git a/layout/newlayout/global.css b/layout/newlayout/global.css index fa724f3a7..b70a7a078 100644 --- a/layout/newlayout/global.css +++ b/layout/newlayout/global.css @@ -80,12 +80,6 @@ .player .avatar2{ transition-property:opacity; } -.player .wunature{ - top:137px; -} -.player.minskin .wunature{ - top:80px; -} .player .actcount.hp{ top: 18px; left: 15px;