DisplayOth.aspx 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <%@ Page Language="C#" Debug="true" AutoEventWireup="true" CodeFile="DisplayOth.aspx.cs" Inherits="DisplayOth" %>
  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 id="Head1" runat="server">
  5. <title></title>
  6. <style>
  7. #maindiv{
  8. width:900px;
  9. height:auto;
  10. border:#06F 1px groove;
  11. margin:0 auto;
  12. margin-top:10px;
  13. border-radius:15px;
  14. box-shadow:#CCC 6px 6px;
  15. padding:16px;
  16. font-size:12px;
  17. background-color:#78C1D3;
  18. }
  19. table
  20. {box-shadow:#859CAD 1px 1px;
  21. border-radius:3px;
  22. padding:8px;
  23. }
  24. #menu1{
  25. background-color:#E7F4F8;
  26. border:#03C 1px dotted;
  27. border-radius:8px;
  28. color:#FFF;
  29. padding:3px;
  30. box-shadow:#859CAD 4px 4px;
  31. text-align:left;
  32. color:#333399;
  33. }
  34. #stNav
  35. {
  36. padding:2px;
  37. margin-top:6px;
  38. background-color:White;
  39. text-align:center;
  40. border:#F00 1px thick;
  41. box-shadow:#859CAD 3px 3px;
  42. border-radius:10px;
  43. }
  44. h2{
  45. font-size:40px;
  46. font-family:"黑体";
  47. text-align:center;
  48. color:#00C;
  49. text-shadow:#000 2px 2px 5px, #FFFFFF -1px -1px 8px,2px 2px 6px #000000;
  50. /*color:#E6E073;
  51. -webkit-text-stroke: 1px #000; */
  52. }
  53. .style1
  54. {
  55. height: 12px;
  56. }
  57. .style2
  58. {
  59. height: 39px;
  60. }
  61. #XQ
  62. {
  63. width: 148px;
  64. }
  65. #JC
  66. {
  67. width: 132px;
  68. }
  69. .style3
  70. {
  71. height: 12px;
  72. width: 15%;
  73. }
  74. .style4
  75. {
  76. width: 15%;
  77. }
  78. .zhpj
  79. {
  80. font-size:22px;
  81. font-family:楷体;
  82. }
  83. </style>
  84. <link href="js/tableCSS.css" rel="stylesheet" type="text/css" />
  85. <style type="text/css">
  86. body {
  87. background-color: #033;
  88. }
  89. </style>
  90. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  91. </head>
  92. <body bgcolor="#006666">
  93. <form id="form1" runat="server">
  94. <div id="maindiv">
  95. <div id="stNav">
  96. <asp:Literal ID="Literal1" runat="server"></asp:Literal>
  97. </div>
  98. </div>
  99. </form>
  100. </body>
  101. </html>