welcome.jsp 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <%@include file="include.jsp" %>
  6. <title></title>
  7. <STYLE type=text/css>
  8. body {
  9. font-size: 12px;
  10. color: #000000;
  11. background-color: #D9E8FB;
  12. }
  13. .table-frame-input {
  14. margin:0px auto;
  15. color:#333333;
  16. text-align:center;
  17. border-collapse:collapse;
  18. }
  19. .table-frame-input-title {
  20. margin:0px auto;
  21. color:#005598;
  22. text-align:center;
  23. border-collapse:collapse;
  24. font-size: 16px;
  25. font-family: "Microsoft YaHei" ! important;
  26. font-weight: bold;
  27. border: 1px solid #efefef;
  28. }
  29. </STYLE>
  30. </head>
  31. <body>
  32. <table width="99%" height="400" border="0" align="center" cellpadding="0" cellspacing="0">
  33. <tr>
  34. <td colspan="2" valign="middle" align = "center"><img src="../images/index/hytp.png" width="473" height="147" border="0"/></td>
  35. </tr>
  36. </table>
  37. </body>
  38. </html>