login.html 1.2 KB
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>郑州机场航空物流信息平台</title>
		<link rel="stylesheet" href="css/login.css" />
		<script>
	    function setContentHeight (){
	        var web_subnav = document.getElementById( "login_bj" );
//	        var height = document.documentElement.clientHeight - 40 - document.getElementById("web-topbd").offsetHeight;
	        web_subnav.style.height = document.documentElement.clientHeight + 'px';
	    }
	    window.onload = setContentHeight;
	    window.onresize = setContentHeight;
</script>
	</head>
	<body>
		<!--<div id="login_bj">-->
		<div id="login">
			<DIV style="height: 83px;margin-top: 32px;">
				<div style="font-size:28px;color:white;margin-left:400px;">河南省机场集团有限公司</div>
				<div style="font-size:16px;color:white;margin-left:510px;">&nbsp;郑州机场航空物流信息平台</div>
			</DIV>
			<div class="login_box">
				<input class="admin" type="text" />
				<input class="passWord" type="password" />
				<input class="submit" type="button" />
				
				<div class="clear"></div>
			</div>
		</div>
		<div id="copyright"></div>
		<!--</div>-->
	</body>
</html>