This commit is contained in:
libccy 2017-03-26 00:20:35 +08:00
parent be57061863
commit c4f611094d
3 changed files with 12 additions and 7 deletions

View File

@ -30936,7 +30936,7 @@
p.appendChild(span); p.appendChild(span);
var br6=ui.create.node('br'); var br6=ui.create.node('br');
var span7=ui.create.div('','详细信息'); var span7=ui.create.div('.hrefnode','详细信息');
span7.style.marginTop='6px'; span7.style.marginTop='6px';
span7.listen(ui.click.consoleMenu); span7.listen(ui.click.consoleMenu);
p.appendChild(br6); p.appendChild(br6);
@ -31115,7 +31115,7 @@
var span6_br=ui.create.node('br'); var span6_br=ui.create.node('br');
li2.lastChild.appendChild(span6_br); li2.lastChild.appendChild(span6_br);
var span5=ui.create.div('','图片素材(精简'); var span5=ui.create.div('','图片素材(精简24MB');
span5.style.fontSize='small'; span5.style.fontSize='small';
span5.style.lineHeight='16px'; span5.style.lineHeight='16px';
var span5_check=document.createElement('input'); var span5_check=document.createElement('input');
@ -31129,7 +31129,7 @@
} }
var span2_br=ui.create.node('br'); var span2_br=ui.create.node('br');
var span4=ui.create.div('','字体素材'); var span4=ui.create.div('','字体素材16MB');
span4.style.fontSize='small'; span4.style.fontSize='small';
span4.style.lineHeight='16px'; span4.style.lineHeight='16px';
li2.lastChild.appendChild(span4); li2.lastChild.appendChild(span4);
@ -31146,7 +31146,7 @@
var span3_br=ui.create.node('br'); var span3_br=ui.create.node('br');
li2.lastChild.appendChild(span3_br); li2.lastChild.appendChild(span3_br);
var span3=ui.create.div('','音效素材'); var span3=ui.create.div('','音效素材36MB');
span3.style.fontSize='small'; span3.style.fontSize='small';
span3.style.lineHeight='16px'; span3.style.lineHeight='16px';
li2.lastChild.appendChild(span3); li2.lastChild.appendChild(span3);
@ -31163,7 +31163,7 @@
var span4_br=ui.create.node('br'); var span4_br=ui.create.node('br');
li2.lastChild.appendChild(span4_br); li2.lastChild.appendChild(span4_br);
var span2=ui.create.div('','皮肤素材'); var span2=ui.create.div('','皮肤素材23MB');
span2.style.fontSize='small'; span2.style.fontSize='small';
span2.style.lineHeight='16px'; span2.style.lineHeight='16px';
li2.lastChild.appendChild(span2); li2.lastChild.appendChild(span2);
@ -31185,7 +31185,7 @@
li2.lastChild.appendChild(span5_check); li2.lastChild.appendChild(span5_check);
li2.lastChild.appendChild(span2_br); li2.lastChild.appendChild(span2_br);
var span6=ui.create.div('','图片素材(完整'); var span6=ui.create.div('','图片素材(完整64MB');
span6.style.fontSize='small'; span6.style.fontSize='small';
span6.style.lineHeight='16px'; span6.style.lineHeight='16px';
li2.lastChild.appendChild(span6); li2.lastChild.appendChild(span6);
@ -33461,7 +33461,7 @@
} }
else{ else{
var func=function(){ var func=function(){
if(confirm('是否下载图片和音频素材约100MB')){ if(confirm('是否下载图片和字体素材约40MB')){
if(!ui.arena.classList.contains('menupaused')){ if(!ui.arena.classList.contains('menupaused')){
ui.click.configMenu(); ui.click.configMenu();
ui.click.menuTab('其它'); ui.click.menuTab('其它');

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -151,6 +151,11 @@
white-space: nowrap; white-space: nowrap;
transition: all 0s; transition: all 0s;
} }
#window:not(.nopointer) .deckitem,
#window:not(.nopointer) #deck-builder>.shadowed.list>.menubutton.large.create,
#window:not(.nopointer) #deck-builder>.controls>div:not(*:last-child){
cursor: pointer;
}
.dialog .deckitem{ .dialog .deckitem{
margin-left: 8px; margin-left: 8px;
margin-right: 9px; margin-right: 9px;