DispZHPJ_Admin.aspx 635 B

123456789101112131415161718192021222324
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="DispZHPJ_Admin.aspx.cs" Inherits="Admin_DispZHPJ_Admin" %>
  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. <head runat="server">
  5. <title></title>
  6. <style>
  7. table
  8. { background-color:#EBF7FA;
  9. box-shadow:#859CAD 3px 3px;
  10. border-radius:10px;
  11. font-size:12px;
  12. }
  13. </style>
  14. </head>
  15. <body bgcolor="#E9E9EF">
  16. <form id="form1" runat="server">
  17. <div>
  18. <asp:Literal ID="Literal1" runat="server"></asp:Literal>
  19. </div>
  20. </form>
  21. </body>
  22. </html>