lateri 4 years ago
parent
commit
548e52dfab
5 changed files with 6 additions and 6 deletions
  1. 1 1
      js/nanjing.min.js
  2. 1 1
      js/ybf.min.js
  3. 1 2
      pano3.html
  4. 2 1
      tip.html
  5. 1 1
      ybf.html

File diff suppressed because it is too large
+ 1 - 1
js/nanjing.min.js


File diff suppressed because it is too large
+ 1 - 1
js/ybf.min.js


+ 1 - 2
pano3.html

@@ -11,14 +11,13 @@
     <link rel="stylesheet" href="nanstyle.css">
 
 
-
     <style>
 
         body {
             /* set margin to 0 and overflow to hidden, to go fullscreen */
             margin: 0;
             overflow: hidden;
-            /* background: url('./nanimages/bg.jpg') center no-repeat; */
+            background: url('./nanimages/bg.jpg') center no-repeat;
             background-size:100% 100%;
             color:#ffffff;
             font-family:  "Microsoft YaHei";  

+ 2 - 1
tip.html

@@ -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:

+ 1 - 1
ybf.html

@@ -18,7 +18,7 @@
             /* set margin to 0 and overflow to hidden, to go fullscreen */
             margin: 0;
             overflow: hidden;
-            /* background: url('./nanimages/bg1280.jpg') center no-repeat; */
+            background: url('./nanimages/bg1280.jpg') center no-repeat;
             background-size:100% 100%;
             color:#ffffff;
             font-family:  "Microsoft YaHei";