| <!DOCTYPE html> | 
| <html lang="en"> | 
| <head> | 
|     <meta charset="UTF-8"> | 
|     <title>首页</title> | 
|     <meta name="renderer" content="webkit"> | 
|     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | 
|     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | 
|     <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all"> | 
|     <link rel="stylesheet" href="../../static/css/cool.css" media="all"> | 
|     <link rel="stylesheet" href="../../static/css/common.css" media="all"> | 
|     <link rel="stylesheet" href="../../static/css/bg.css"> | 
|     <link rel="stylesheet" href="../../static/css/login.css"> | 
|     <style> | 
|         html{ | 
|             height: 100%; | 
|         } | 
|         body { | 
|             height: 100%; | 
|             overflow: hidden; | 
|         } | 
|         .intr-bg { | 
|             text-align: center; | 
|             position: relative; | 
|             height: 100%; | 
|             /*background-color: #5FB878;*/ | 
|         } | 
|         .intr-bg .msg-contain { | 
|             position: absolute; | 
|             top: 40%; | 
|             left: 50%; | 
|             transform: translate(-50%, -50%); | 
|             z-index: 999; | 
|   | 
|         } | 
|         #msg { | 
|             font-weight: bolder!important; | 
|             letter-spacing: 5px; | 
|             font-size: 50px; | 
|             color: #595959; | 
|         } | 
|     </style> | 
| </head> | 
| <body> | 
| <div class="intr-bg"> | 
|     <ul class="bg-bubbles"> | 
|         <li></li> | 
|         <li></li> | 
|         <li></li> | 
|         <li></li> | 
|         <li></li> | 
|         <li></li> | 
|         <li></li> | 
|         <li></li> | 
|         <li></li> | 
|         <li></li> | 
|         <li></li> | 
|         <li></li> | 
|         <li></li> | 
|         <li></li> | 
|     </ul> | 
|     <div class="msg-contain"> | 
|         <span id="msg">欢迎来到别样肉客访客签离系统</span> | 
|     </div> | 
| </div> | 
| </body> | 
| <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script> | 
| <script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script> | 
| <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script> | 
| <script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script> | 
| </html> |