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.
85 lines
2.4 KiB
85 lines
2.4 KiB
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
|
|
<%
|
|
String path = request.getContextPath();
|
|
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
|
%>
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>高校公寓管理系统</title>
|
|
<base href="<%=basePath%>">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<link href="Style/Style.css" rel="stylesheet" type="text/css" />
|
|
<script src="script/jquery-1.11.1.min.js">
|
|
</script>
|
|
|
|
<style>
|
|
#right1{
|
|
background-image: url("Images/bg013.jpg");
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: 900px;
|
|
}
|
|
#right2{
|
|
background-image: url("Images/bg013.jpg");
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: 900px;
|
|
}
|
|
#right3{
|
|
background-image: url("Images/bg013.jpg");
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: 600px 400px;
|
|
}
|
|
*{ padding: 0; margin: 0}
|
|
.mark{
|
|
width: 100%;
|
|
height: 3128px;
|
|
background: #000;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
opacity: 0.3;
|
|
}
|
|
.pic{
|
|
position: center;
|
|
margin-left: 292px;
|
|
margin-top: -620px;
|
|
opacity: 0.9;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body id="body">
|
|
<center>
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td height="60" bgcolor="#7bc69" style="color:#000; font-size:19px; font-weight:bolder; padding-left:50px;" background="Images/bg015.jpg"><h2>高校生活,寓你同行</h2></td>
|
|
</tr>
|
|
<tr>
|
|
<td height="20" background="Images/bg005.png"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td height="500" align="center" valign="top">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td width="191" height="500" align="center" valign="top" background="Images/bg008.jpg">
|
|
<%@ include file="Left.jsp"%>
|
|
</td>
|
|
<td width="709" align="center" valign="middle" bgcolor="#F6F9FE" id="right1"><h1 style="color: blue;font-size: 2.4em;"></h1>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="35" background="Images/bootBg.jpg"> </td>
|
|
</tr>
|
|
</table>
|
|
|
|
</center>
|
|
</body>
|
|
</html>
|