1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <%@page contentType="text/html" pageEncoding="UTF-8"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <%@include file="include.jsp" %>
- <title></title>
- <STYLE type=text/css>
- body {
- font-size: 12px;
- color: #000000;
- background-color: #D9E8FB;
- }
- .table-frame-input {
- margin:0px auto;
- color:#333333;
- text-align:center;
- border-collapse:collapse;
- }
- .table-frame-input-title {
- margin:0px auto;
- color:#005598;
- text-align:center;
- border-collapse:collapse;
- font-size: 16px;
- font-family: "Microsoft YaHei" ! important;
- font-weight: bold;
- border: 1px solid #efefef;
- }
- </STYLE>
-
- </head>
- <body>
- <table width="99%" height="400" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="2" valign="middle" align = "center"><img src="../images/index/hytp.png" width="473" height="147" border="0"/></td>
- </tr>
- </table>
- </body>
- </html>
|