Difference between revisions of "Template:NAU-CHINA"

Line 9: Line 9:
  
 
   <style type="text/css">
 
   <style type="text/css">
 +
    /*定义加载图像的格式*/
 
     #loading_icon {
 
     #loading_icon {
 
         position: fixed;
 
         position: fixed;
Line 19: Line 20:
 
         background-size: 150px;
 
         background-size: 150px;
 
     }
 
     }
 +
    /*————————END——————————*/
 +
    /*小图标移动放大*/
 +
    .img_guide {
 +
      transform: scale(0.8);
 +
      transition: 0.5s;
 +
    }
 +
    .img_guide:hover {
 +
      transform: scale(1);
 +
      transition: 0.5s;
 +
    }
 +
    /*————————END——————————*/
  
  
Line 24: Line 36:
  
  
   <script>
+
   <script>  
 
     //更改地址栏图标
 
     //更改地址栏图标
 
     $( document ).ready( function() {
 
     $( document ).ready( function() {
Line 34: Line 46:
 
       $("#loading_icon").fadeOut(1800);
 
       $("#loading_icon").fadeOut(1800);
 
     });
 
     });
 
  
 
   </script>
 
   </script>
Line 41: Line 52:
  
 
</head>
 
</head>
 
 
<body>
 
<body>
 
   <div id="loading_icon"></div>
 
   <div id="loading_icon"></div>
 
  
  

Revision as of 03:40, 25 September 2018

Template:2018_NAU-CHINA