This commit is contained in:
libccy 2017-02-09 16:38:51 +08:00
parent 977d5f7c7d
commit c301b28b50
5 changed files with 39 additions and 11 deletions

View File

@ -15,12 +15,12 @@ window.characterRank={
'swd_huanglei',
'pal_yuntianhe',
'pal_liumengli',
'hs_medivh',
],
ap:[
'swd_huanyuanzhi',
'pal_xiahoujinxuan',
'swd_huiyan',
'hs_medivh',
'ow_dva',
'ow_mei',
'ow_yuanshi',
@ -138,11 +138,12 @@ window.characterRank={
'pal_wangpengxu',
'yxs_luobinhan',
'hs_alleria',
'old_wangyi',
're_lusu',
'hs_fuding',
'zhugejin',
],
am:[
'old_wangyi',
'swd_duanmeng',
'pal_wenhui',
'gjqt_xunfang',
@ -153,7 +154,6 @@ window.characterRank={
'ow_zhixuzhiguang',
'ow_falaozhiying',
'hs_bolvar',
'lifeng',
'zhugeguo',
'sp_caiwenji',
'yxs_yingzheng',
@ -172,7 +172,6 @@ window.characterRank={
'diy_caiwenji',
'zhugeke',
'pal_changqing',
'zhugejin',
'gjqt_xiangling',
'diy_zhenji',
'gjqt_yuewuyi',
@ -230,8 +229,11 @@ window.characterRank={
'swd_yeyaxi',
'dianwei',
're_lidian',
'wangyi',
],
bp:[
'lifeng',
'xiaoqiao',
'sp_zhangjiao',
'hs_tanghangu',
'ow_luba',
@ -333,7 +335,6 @@ window.characterRank={
'xushu',
'xin_xushu',
'lingtong',
'wangyi',
'chenqun',
'guyong',
'diy_xuhuang',
@ -494,7 +495,6 @@ window.characterRank={
're_lvmeng',
're_xiahoudun',
'zhangliang',
'xiaoqiao',
'xiahouyuan',
'yanwen',
],

View File

@ -1104,7 +1104,7 @@
}
},
wuxie_right:{
name:'无懈按钮靠',
name:'无懈按钮靠',
init:true,
unfrequent:true,
},
@ -3107,7 +3107,7 @@
name:'游戏模式',
init:'combat',
item:{
combat:'对战',
combat:'自由',
leader:'君主',
},
restart:true,

View File

@ -2,9 +2,6 @@
height: calc(97% + 30px);
top:3%
}
#arena.oblongcard:not(.chess):not(.nome){
height: calc(97% + 10px);
}
#arena.mobile>#control{
top:calc(100% - 205px);
}

View File

@ -21,6 +21,32 @@
border-radius:0 !important;
height:120px;
}
#arena.oblongcard:not(.chess)>#me,
#arena.oblongcard:not(.chess)>#mebg,
#arena.oblongcard:not(.chess)>#autonode{
height: 140px;
}
#arena.oblongcard:not(.chess)>.card,
#arena.oblongcard:not(.chess) .handcards>.card{
height: 120px;
}
#arena.oblongcard:not(.chess)>.card>.image,
#arena.oblongcard:not(.chess) .handcards>.card>.image{
height: 110px;
top: 10px;
background-position-x: -3px;
}
#arena.oblongcard:not(.chess) #handcards1{
height: 100%;
top: 2px;
}
#arena.oblongcard:not(.chess):not(.choose-character) #control{
bottom:165px;
}
#arena.phone.oblongcard:not(.chess):not(.choose-character) #control{
bottom:180px;
}
#arena:not(.chess)>#autonode{
width: calc(5000% / 47 - 240px);
left:calc(-150% / 47 + 120px);

View File

@ -319,3 +319,8 @@
top: 10px;
background-position-x: -3px;
}
#arena.phone.oblongcard:not(.chess):not(.nome){
height: calc(97% + 10px);
}