|  |  | @@ -10,17 +10,16 @@ | 
		
	
		
			
			|  |  |  | <title><?php echo $cfg_webname; ?>后台登录</title> | 
		
	
		
			
			|  |  |  | <style> | 
		
	
		
			
			|  |  |  | body{font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;color:#424b51;background:#f8f8f8} | 
		
	
		
			
			|  |  |  | img{max-width:100%} | 
		
	
		
			
			|  |  |  | header{background:#ffffff} | 
		
	
		
			
			|  |  |  | h1{font-size:22px} | 
		
	
		
			
			|  |  |  | .system{height:60px;line-height:60px;font-size:22px} | 
		
	
		
			
			|  |  |  | .model{margin-left:10px;font-size:12px} | 
		
	
		
			
			|  |  |  | .goindex{line-height:60px} | 
		
	
		
			
			|  |  |  | header .logo{width:300px;padding:1rem 0} | 
		
	
		
			
			|  |  |  | .goindex{line-height:68px} | 
		
	
		
			
			|  |  |  | .fa{font-size:16px} | 
		
	
		
			
			|  |  |  | .login-from{max-width:580px;width:100%} | 
		
	
		
			
			|  |  |  | .login-area{background:#ffffff;padding:2rem;border-radius:.25rem} | 
		
	
		
			
			|  |  |  | .login-area .btnLogin{width:100%} | 
		
	
		
			
			|  |  |  | .login-power{padding-top:1rem} | 
		
	
		
			
			|  |  |  | .system,.model,.goindex a,.login-power a{color:#008e38} | 
		
	
		
			
			|  |  |  | .login-power a,.goindex a{color:#008e38} | 
		
	
		
			
			|  |  |  | </style> | 
		
	
		
			
			|  |  |  | </head> | 
		
	
		
			
			|  |  |  | <body> | 
		
	
	
		
			
				|  |  | @@ -28,8 +27,7 @@ h1{font-size:22px} | 
		
	
		
			
			|  |  |  | <div class="container top"> | 
		
	
		
			
			|  |  |  | <div class="row"> | 
		
	
		
			
			|  |  |  | <div class="col-10"> | 
		
	
		
			
			|  |  |  | <span class="system"><?php echo $cfg_webname; ?>系统</span> | 
		
	
		
			
			|  |  |  | <span class="model"><?php echo $cfg_version_detail; ?></span> | 
		
	
		
			
			|  |  |  | <div class="logo"><img src="../static/img/admin-logo.png" title="<?php echo $cfg_soft_enname; ?>"></div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="col-2 d-flex justify-content-end goindex"> | 
		
	
		
			
			|  |  |  | <a href="../index.php" target="_blank"><i class="fa fa-home" aria-hidden="true"></i></a> | 
		
	
	
		
			
				|  |  | @@ -40,7 +38,7 @@ h1{font-size:22px} | 
		
	
		
			
			|  |  |  | <main class="container login-from mt-5"> | 
		
	
		
			
			|  |  |  | <?php echo $redmsg; ?> | 
		
	
		
			
			|  |  |  | <div class="login-area"> | 
		
	
		
			
			|  |  |  | <h1 class="mb-4 text-center">后台登录</h1> | 
		
	
		
			
			|  |  |  | <h4 class="mb-4 text-center">后台登录</h4> | 
		
	
		
			
			|  |  |  | <form name="form1" method="post" action="login.php"> | 
		
	
		
			
			|  |  |  | <input type="hidden" name="gotopage" value="<?php if(!empty($gotopage)) echo RemoveXSS($gotopage); ?>"> | 
		
	
		
			
			|  |  |  | <input type="hidden" name="dopost" value="login"> | 
		
	
	
		
			
				|  |  | 
 |