This commit is contained in:
libccy 2017-02-09 10:38:37 +08:00
parent 70a48e6a6a
commit d5c221abe2
3 changed files with 7 additions and 31 deletions

View File

@ -1251,7 +1251,7 @@ margin-bottom: 5px;
.judges{height: 24px;left: 14px;top: -18px;}
.marks{height: 24px;left: 14px;top: 112px;}
.player>.marks{z-index: 4}
.judges>div,.marks>div{width: 24px;height: 24px;margin-left: 0;margin-top: 0;margin-right: 4px;opacity: 1;}
.judges>div,.marks>div{width: 24px;height: 24px;margin-left: 0;margin-top: 0;margin-right: 4px;opacity: 1;position: absolute;}
.hp{left: 18px;top:14px;width: 72px;line-height: 14px;text-align: left;}
.hp.text{top:18px;}
@ -1479,7 +1479,7 @@ margin-bottom: 5px;
/*--------动画--------*/
.start,.equips>.card,.judges>.card,.marks>.card,.popup{
.start,.equips>.card,.popup{
animation: game_start 0.5s;
-webkit-animation: game_start 0.5s;
}
@ -1521,6 +1521,11 @@ margin-bottom: 5px;
opacity: 0;
transform: scale(0.2) !important;
}
.marks>.card.drawinghidden,
.judges>.card.drawinghidden{
opacity: 0;
transform: scale(0.2);
}
#me>.fakeme.avatar{
width:120px;

View File

@ -252,12 +252,6 @@
top: -5px;
transform-origin: top center;
}
#arena:not(.chess) .player[data-position='0']>.judges>.card{
transform: rotate(90deg);
}
#arena:not(.chess) .player[data-position='0']>.marks>div{
transform: rotate(-90deg);
}
#arena:not(.chess) .player[data-position='0'].linked{
transform: none;

View File

@ -166,22 +166,6 @@
.player.noidentity .judges{
top:14px;
}
.player .marks>div,
.player .judges>div{
margin-right:0;
margin-bottom:4px;
margin-left:6px;
line-height:20px;
position:relative;
display:block;
animation:card_start2xx 0.5s;
-webkit-animation:card_start2xx 0.5s;
}
.player .marks>.removing,
.player .judges>.removing{
margin-top: -12px;
margin-bottom:-12px
}
.player:not(.linked2) .marks>div:first-child{
margin-top: -12px;
margin-bottom:-12px;
@ -189,13 +173,6 @@
pointer-events: none;
}
.player .judges>.card.removing,
.player .marks>.card.removing{
/*margin-top: -12px;margin-bottom:-12px;*/
}
.player .hp>div{
width:10px;
height:10px;