This commit is contained in:
libccy 2016-04-03 00:20:53 +08:00
parent b74a45999c
commit 5dbd5457d9
2 changed files with 9 additions and 3 deletions

View File

@ -3770,6 +3770,9 @@
} }
}(node)),i*100); }(node)),i*100);
} }
if(lib.config.mousewheel){
splash.onmousewheel=ui.click.mousewheel;
}
} }
else{ else{
proceed(); proceed();

View File

@ -43,17 +43,20 @@ table{table-layout: fixed;}
#window.noclick_important .noclick_click_important div{pointer-events: auto !important} #window.noclick_important .noclick_click_important div{pointer-events: auto !important}
#splash{ #splash{
width:100%; width:100%;
height: 300px; height: 100%;
left:0; left:0;
top:calc(50% - 150px); top:0;
position: absolute; position: absolute;
text-align: center; text-align: center;
overflow: visible; overflow: visible;
transition: all 0.3s; transition: all 0.3s;
overflow-x: scroll;
white-space: nowrap;
} }
#splash>div{ #splash>div{
width:100px; width:100px;
height:100%; height:300px;
top:calc(50% - 150px);
margin-left:10px; margin-left:10px;
margin-right:10px; margin-right:10px;
position: relative; position: relative;