|
@@ -18,7 +18,7 @@
|
|
|
/* set margin to 0 and overflow to hidden, to go fullscreen */
|
|
|
margin: 0;
|
|
|
overflow: hidden;
|
|
|
- /* background: url('./nanimages/tip.jpg') center no-repeat; */
|
|
|
+ background: url('./nanimages/tip.jpg') center no-repeat;
|
|
|
background-size:100% 100%;
|
|
|
color:#ffffff;
|
|
|
font-family: "Microsoft YaHei";
|
|
@@ -97,6 +97,7 @@
|
|
|
switch(e.keyCode){
|
|
|
case 13://Enter
|
|
|
clearTimeout(time_id)
|
|
|
+ document.removeEventListener('keyup', onKeyUp);
|
|
|
window.location.replace(url)
|
|
|
|
|
|
default:
|