123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <%@ Page Language="C#" Debug="true" AutoEventWireup="true" CodeFile="DisplayOth.aspx.cs" Inherits="DisplayOth" %>
- <!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">
- <head id="Head1" runat="server">
- <title></title>
- <style>
- #maindiv{
- width:900px;
- height:auto;
- border:#06F 1px groove;
- margin:0 auto;
- margin-top:10px;
- border-radius:15px;
- box-shadow:#CCC 6px 6px;
- padding:16px;
- font-size:12px;
- background-color:#78C1D3;
-
- }
- table
- {box-shadow:#859CAD 1px 1px;
- border-radius:3px;
- padding:8px;
- }
- #menu1{
-
- background-color:#E7F4F8;
- border:#03C 1px dotted;
- border-radius:8px;
- color:#FFF;
- padding:3px;
- box-shadow:#859CAD 4px 4px;
- text-align:left;
- color:#333399;
-
- }
- #stNav
- {
- padding:2px;
- margin-top:6px;
- background-color:White;
- text-align:center;
- border:#F00 1px thick;
- box-shadow:#859CAD 3px 3px;
- border-radius:10px;
- }
- h2{
- font-size:40px;
- font-family:"黑体";
- text-align:center;
- color:#00C;
- text-shadow:#000 2px 2px 5px, #FFFFFF -1px -1px 8px,2px 2px 6px #000000;
- /*color:#E6E073;
- -webkit-text-stroke: 1px #000; */
- }
- .style1
- {
- height: 12px;
- }
- .style2
- {
- height: 39px;
- }
-
- #XQ
- {
- width: 148px;
- }
- #JC
- {
- width: 132px;
- }
- .style3
- {
- height: 12px;
- width: 15%;
- }
- .style4
- {
- width: 15%;
- }
- .zhpj
- {
- font-size:22px;
- font-family:楷体;
- }
- </style>
-
- <link href="js/tableCSS.css" rel="stylesheet" type="text/css" />
- <style type="text/css">
- body {
- background-color: #033;
- }
- </style>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- </head>
- <body bgcolor="#006666">
- <form id="form1" runat="server">
- <div id="maindiv">
- <div id="stNav">
- <asp:Literal ID="Literal1" runat="server"></asp:Literal>
- </div>
-
- </div>
- </form>
- </body>
- </html>
|