This commit is contained in:
libccy 2017-03-24 15:03:37 +08:00
parent 0d43b9a023
commit 4d7d7399f1
3 changed files with 3 additions and 13 deletions

View File

@ -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;

View File

@ -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{

View File

@ -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;