You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			174 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			HTML
		
	
		
		
			
		
	
	
			174 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			HTML
		
	
| 
											5 months ago
										 | <!DOCTYPE html> | ||
|  | <html> | ||
|  |   <head> | ||
|  |     <meta charset="utf-8" /> | ||
|  |     <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
|  |     <meta | ||
|  |       name="viewport" | ||
|  |       content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" | ||
|  |     /> | ||
|  |     <link rel="icon" href="/static/favicon.ico" type="image/x-icon" /> | ||
|  |     <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon" /> | ||
|  | 
 | ||
|  |     <link | ||
|  |       href="//at.alicdn.com/t/font_1113798_0532l8oa6jqp.css" | ||
|  |       rel="stylesheet" | ||
|  |     /> | ||
|  |     <link | ||
|  |       href="//at.alicdn.com/t/font_1331132_5lvbai88wkb.css" | ||
|  |       rel="stylesheet" | ||
|  |     /> | ||
|  |     <link | ||
|  |       href="//at.alicdn.com/t/font_1999233_9z5ufo0ytp.css" | ||
|  |       rel="stylesheet" | ||
|  |     /> | ||
|  | 
 | ||
|  |     <style> | ||
|  |       .loadingInfo { | ||
|  |         width: 140px; | ||
|  |         height: 20px; | ||
|  |         position: absolute; | ||
|  |         top: 70%; | ||
|  |         text-align: center; | ||
|  |         text-indent: 4px; | ||
|  |       } | ||
|  |       .loadingInfo > span { | ||
|  |         font-family: "Microsoft YaHei", Helvetica, Arial, Lucida Grande, Tahoma, | ||
|  |           sans-serif, Raleway, sans-serif; | ||
|  |         color: black; | ||
|  |         display: block; | ||
|  |         font-size: 16px; | ||
|  |         text-align: center; | ||
|  |         width: 100%; | ||
|  |       } | ||
|  |       .spinner { | ||
|  |         position: absolute; | ||
|  |         top: 50%; | ||
|  |         left: 50%; | ||
|  |         margin-right: -50%; | ||
|  |         transform: translate(-50%, -50%); | ||
|  |         width: 120px; | ||
|  |         height: 80px; | ||
|  |       } | ||
|  |       .um_content { | ||
|  |         position: absolute; | ||
|  |         top: 0; | ||
|  |         right: 0; | ||
|  |         bottom: 0; | ||
|  |         left: 0; | ||
|  |         background-color: rgba(255, 255, 255); | ||
|  |         z-index: 1200; | ||
|  |         overflow: auto; | ||
|  |         margin: 0 auto; | ||
|  |         width: 100%; | ||
|  |         height: 100vh; | ||
|  |       } | ||
|  |       #loading3 { | ||
|  |         position: relative; | ||
|  |         width: 50px; | ||
|  |         height: 50px; | ||
|  |         margin: 0 auto; | ||
|  |       } | ||
|  |       .demo3 { | ||
|  |         width: 0.3em; | ||
|  |         height: 0.3em; | ||
|  |         border-radius: 2px; | ||
|  |         background: #68b2ce; | ||
|  |         position: absolute; | ||
|  |         animation: demo3 linear 0.8s infinite; | ||
|  |         -webkit-animation: demo3 linear 0.8s infinite; | ||
|  |       } | ||
|  |       .demo3:nth-child(1) { | ||
|  |         left: 24px; | ||
|  |         top: 2px; | ||
|  |         animation-delay: 0s; | ||
|  |       } | ||
|  |       .demo3:nth-child(2) { | ||
|  |         left: 40px; | ||
|  |         top: 8px; | ||
|  |         animation-delay: 0.1s; | ||
|  |       } | ||
|  |       .demo3:nth-child(3) { | ||
|  |         left: 47px; | ||
|  |         top: 24px; | ||
|  |         animation-delay: 0.1s; | ||
|  |       } | ||
|  |       .demo3:nth-child(4) { | ||
|  |         left: 40px; | ||
|  |         top: 40px; | ||
|  |         animation-delay: 0.2s; | ||
|  |       } | ||
|  |       .demo3:nth-child(5) { | ||
|  |         left: 24px; | ||
|  |         top: 47px; | ||
|  |         animation-delay: 0.4s; | ||
|  |       } | ||
|  |       .demo3:nth-child(6) { | ||
|  |         left: 8px; | ||
|  |         top: 40px; | ||
|  |         animation-delay: 0.5s; | ||
|  |       } | ||
|  |       .demo3:nth-child(7) { | ||
|  |         left: 2px; | ||
|  |         top: 24px; | ||
|  |         animation-delay: 0.6s; | ||
|  |       } | ||
|  |       .demo3:nth-child(8) { | ||
|  |         left: 8px; | ||
|  |         top: 8px; | ||
|  |         animation-delay: 0.7s; | ||
|  |       } | ||
|  |       @keyframes demo3 { | ||
|  |         0%, | ||
|  |         40%, | ||
|  |         100% { | ||
|  |           transform: scale(1); | ||
|  |         } | ||
|  |         20% { | ||
|  |           transform: scale(3); | ||
|  |         } | ||
|  |       } | ||
|  |       @-webkit-keyframes demo3 { | ||
|  |         0%, | ||
|  |         40%, | ||
|  |         100% { | ||
|  |           transform: scale(1); | ||
|  |         } | ||
|  |         20% { | ||
|  |           transform: scale(3); | ||
|  |         } | ||
|  |       } | ||
|  |     </style> | ||
|  |     <link rel="stylesheet" href="/static/umi.14198f19.css" /> | ||
|  |     <script> | ||
|  |       window.routerBase = "/"; | ||
|  |     </script> | ||
|  |     <script> | ||
|  |       //! umi version: 3.5.43 | ||
|  |     </script> | ||
|  |   </head> | ||
|  |   <body> | ||
|  |     <div id="root"> | ||
|  |       <div class="um_content"> | ||
|  |         <div class="spinner"> | ||
|  |           <div id="loading3"> | ||
|  |             <div class="demo3"></div> | ||
|  |             <div class="demo3"></div> | ||
|  |             <div class="demo3"></div> | ||
|  |             <div class="demo3"></div> | ||
|  |             <div class="demo3"></div> | ||
|  |             <div class="demo3"></div> | ||
|  |             <div class="demo3"></div> | ||
|  |             <div class="demo3"></div> | ||
|  |           </div> | ||
|  |           <div class="loadingInfo"> | ||
|  |             <span>系统初始化中......</span> | ||
|  |           </div> | ||
|  |         </div> | ||
|  |       </div> | ||
|  |     </div> | ||
|  | 
 | ||
|  |     <script src="/static/umi.5bfe1644.js"></script> | ||
|  |   </body> | ||
|  | </html> |