Difference between revisions of "Template:XJTU-China/style"

Line 844: Line 844:
 
     height: 100%;
 
     height: 100%;
 
     background-color: #000;
 
     background-color: #000;
     transition: 1s;
+
     transition: ease-in-out 1s;
 
}
 
}
  
Line 857: Line 857:
 
     height: 100%;
 
     height: 100%;
 
     width: 100%;
 
     width: 100%;
     transition: 1s;
+
     transition: ease-in-out 1s;
 +
    z-index: 9999;
 
}
 
}
  
Line 864: Line 865:
 
     visibility: hidden;
 
     visibility: hidden;
 
     pointer-events: none;
 
     pointer-events: none;
 +
    z-index: 0;
 
}
 
}
 
.loading:after{
 
.loading:after{
Line 872: Line 874:
 
     height: 100%;
 
     height: 100%;
 
     background-color: #000;
 
     background-color: #000;
     transition: 1s;
+
     transition: ease-in-out 1s;
 
}
 
}
  

Revision as of 23:25, 8 July 2021