You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.0 KiB
51 lines
1.0 KiB
<?php
|
|
header('Content-Type: text/html; charset=utf-8');
|
|
?>
|
|
<html>
|
|
<head>
|
|
<title>学生管理系统</title>
|
|
|
|
<style type="text/css">
|
|
.center{
|
|
display: block;
|
|
position: fixed;
|
|
_position: absolute;
|
|
top: 40%;
|
|
left: 40%;
|
|
margin-left: -333px;
|
|
margin-top: -200px;
|
|
width: 666px;
|
|
height:400px;
|
|
z-index: 10001;
|
|
background-color: #fff;
|
|
}
|
|
.col{
|
|
background-image:url(%E8%83%8C%E6%99%AF%E5%A2%991.png);
|
|
background-repeat:;
|
|
background-size:;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body topMargin="0" leftMargin="0" bottomMargin="0" rightMargin="0" class="col">
|
|
<div class="center">
|
|
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="width: 1024px; ">
|
|
<tr>
|
|
<td><img src="images/top.png" width="100%" height="97"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><iframe src="main_frame.html" width="100%" height="313"></iframe></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img src="images/bottom1.png" width="100%" height="32"></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|
|
<script type="text/javascript">
|
|
|
|
console.info("console");
|
|
|
|
</script>
|