ModiPassword.aspx 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ModiPassword.aspx.cs" Inherits="ModiPassword" %>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head id="Head1" runat="server">
  4. <title>刘友生应用程序集之密码修改</title>
  5. <style>
  6. body{
  7. background-color:#022253;
  8. }
  9. #main{
  10. width:420px;
  11. height:320px;
  12. border:#06F 1px groove;
  13. margin:0 auto;
  14. margin-top:100px;
  15. border-radius:15px;
  16. box-shadow:#003 6px 6px;
  17. padding:10px;
  18. font-size:12px;
  19. background-color:#C9E2F1;
  20. }
  21. #title{
  22. background-image: url(images/touming.gif) ;
  23. background-color: #2864F0;
  24. border: #03C 1px dotted;
  25. border-radius: 8px;
  26. height: 80px;
  27. color: #FFF;
  28. padding: 3px;
  29. box-shadow: #859CAD 4px 4px;
  30. text-align: center;
  31. background-repeat: no-repeat;
  32. background-position: left;
  33. }
  34. h1{
  35. font-size:30px;
  36. font-family:"黑体";
  37. text-align:center;
  38. color:#FFF;
  39. text-shadow:#000 2px 2px 5px, #FFFFFF -1px -1px 8px,2px 2px 6px #000000;
  40. }
  41. #selectData{
  42. padding:5px;
  43. margin-top:8px;
  44. background-color:#72ACE7;
  45. height:210px;
  46. text-align:center;
  47. border:#FFF 1px dashed;
  48. box-shadow:#036 5px 5px;
  49. border-radius:10px;
  50. color:#FFF;
  51. }
  52. #info{
  53. padding:5px;
  54. margin-top:6px;
  55. border:#03C 1px dotted;
  56. border-radius:8px;
  57. text-align:center;
  58. color:#FFF;
  59. height:60px;
  60. background-color:#1443AF;
  61. border:#F00 1px thick;
  62. box-shadow:#859CAD 5px 5px;
  63. border-radius:10px;
  64. }
  65. table{
  66. margin:0 auto;
  67. }
  68. tr{
  69. font-size:14px;
  70. color:#FFF;
  71. text-align:center;
  72. font-family:"黑体";
  73. }
  74. td{
  75. margin:3px;
  76. border-bottom:#FC6 1px dotted;
  77. }
  78. .listmenu
  79. {
  80. width:260px;
  81. height:32px;
  82. font-size:14px;
  83. background-color:#72ACE7;
  84. color:#FFF;
  85. }
  86. .input{
  87. width:120px;
  88. height:32px;
  89. margin:0px 10px 0px 10px;
  90. color:#009;
  91. background-color:#86D0F9;
  92. border:#03F 1px dotted;
  93. border-radius:5px;
  94. box-shadow:3px 3px #999999;
  95. display:- webdit-box;
  96. }
  97. input:hover{
  98. font-size:14px;
  99. color:#FFF;
  100. font-family:"黑体";
  101. background-color:#4D9BE1;
  102. }
  103. #footer{
  104. width:420px;
  105. height:60px;
  106. border:#06F 1px groove;
  107. margin:0 auto;
  108. padding-top:15px;
  109. margin-top:30px;
  110. color:#CCC;
  111. text-align:center;
  112. border-radius:15px;
  113. }
  114. a{
  115. color:#CCC;
  116. }
  117. </style>
  118. </head>
  119. <body>
  120. <form id="form1" runat="server">
  121. <div id="main">
  122. <div id="title"> <h1>修改登录密码</h1></div>
  123. <div id="selectData">
  124. <table width="90%" height="198" border="0" cellpadding="0" cellspacing="0">
  125. <tr>
  126. <td width="30%">登录用户名</td>
  127. <td width="70%"> <asp:TextBox ID="UserName" class="input"
  128. style="width:235px;padding-left:15px; " runat="server"></asp:TextBox>
  129. </td>
  130. </tr>
  131. <tr>
  132. <td>登录密码</td>
  133. <td> <asp:TextBox ID="PassWord" class="input"
  134. style="width:235px;padding-left:15px; " runat="server"></asp:TextBox> </td>
  135. </tr>
  136. <tr>
  137. <td>新密码</td>
  138. <td>
  139. <asp:TextBox ID="NewPassWord" class="input"
  140. style="width:235px;padding-left:15px; " runat="server"></asp:TextBox>
  141. </td>
  142. </tr>
  143. <tr>
  144. <td>重输新密码</td>
  145. <td>
  146. <asp:TextBox ID="ReNewPassWord" class="input"
  147. style="width:235px;padding-left:15px; " runat="server"></asp:TextBox> </td>
  148. </tr>
  149. <tr>
  150. <td colspan="2">
  151. <asp:Button ID="Button1" runat="server" Text="修改密码" class="input"
  152. onclick="Button1_Click" />
  153. &nbsp;</td>
  154. </tr>
  155. </table>
  156. </div>
  157. <div id="footer"> Copyright © <a href="mailto:290578102.qq.com">踏雪工作室</a> <br />
  158. <p>版权所有 &#169; 2013 广东松山职业技术学院计算机系 刘友生 </div>
  159. </div>
  160. </form>
  161. </body>
  162. </html>