This commit is contained in:
parent
4db4addecb
commit
067a5e754b
|
@ -2455,6 +2455,7 @@ window.noname_asset_list=[
|
|||
'theme/woodden/wood2.jpg',
|
||||
'theme/woodden/wood2.png',
|
||||
'theme/style/card/image/new.png',
|
||||
'theme/style/card/image/ol.png',
|
||||
'theme/style/cardback/image/feicheng.png',
|
||||
'theme/style/cardback/image/feicheng2.png',
|
||||
'theme/style/cardback/image/liusha.png',
|
||||
|
|
|
@ -967,7 +967,8 @@
|
|||
custom:'自定',
|
||||
wood:'木纹',
|
||||
music:'音乐',
|
||||
simple:'原版',
|
||||
simple:'原版',
|
||||
ol:'手杀',
|
||||
// new:'新版',
|
||||
},
|
||||
visualBar:function(node,item,create,switcher){
|
||||
|
@ -1033,6 +1034,7 @@
|
|||
break;
|
||||
}
|
||||
case 'new':node.setBackgroundImage('theme/style/card/image/new.png');break;
|
||||
case 'ol':node.setBackgroundImage('theme/style/card/image/ol.png');break;
|
||||
case 'wood':node.setBackgroundImage('theme/woodden/wood.jpg');node.style.backgroundSize='initial';break;
|
||||
case 'music':node.setBackgroundImage('theme/music/wood3.png');break;
|
||||
case 'simple':node.setBackgroundImage('theme/simple/card.png');break;
|
||||
|
@ -1086,8 +1088,8 @@
|
|||
item:{
|
||||
default:'默认',
|
||||
custom:'自定',
|
||||
wood:'木纹',
|
||||
music:'音乐',
|
||||
// wood:'木纹',
|
||||
// music:'音乐',
|
||||
official:'原版',
|
||||
// new:'新版',
|
||||
// feicheng:'废城',
|
||||
|
|
|
@ -88,7 +88,9 @@ window.noname_source_list=[
|
|||
'theme/style/card/simple.css',
|
||||
'theme/style/card/wood.css',
|
||||
'theme/style/card/new.css',
|
||||
'theme/style/card/ol.css',
|
||||
'theme/style/card/image/new.png',
|
||||
'theme/style/card/image/ol.png',
|
||||
'theme/style/cardback/custom.css',
|
||||
'theme/style/cardback/default.css',
|
||||
'theme/style/cardback/feicheng.css',
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
|
@ -0,0 +1,32 @@
|
|||
.card:not(*:empty){
|
||||
color:rgb(77, 60, 51);
|
||||
text-shadow:none;
|
||||
background: url('image/ol.png');
|
||||
background-size:100% 100%;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5 {
|
||||
border-radius: 4px;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.name{
|
||||
display: block;
|
||||
transform: scale(0.43) !important;
|
||||
transform-origin: left top;
|
||||
left: 2px;
|
||||
top: 3px;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.name.long{
|
||||
top: 2px;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.info{
|
||||
display: block;
|
||||
transform: scale(0.43) !important;
|
||||
transform-origin: right top;
|
||||
right: 3px;
|
||||
top: 3px;
|
||||
}
|
Loading…
Reference in New Issue