📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="_Default" %>
<!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>
</head>
<body style="left: 25%; position: absolute; top: 15%; background-color: #6699cc">
<form id="form1" runat="server">
<div>
<table style="width: 517px; height: 384px">
<tr>
<td style="background-image: url(images/loginback.jpg); width: 76px">
<div style="z-index: 101; left: 108px; width: 400px; position: absolute; top: 270px;
height: 1px">
<table style="height: 85px" width="100%">
<tr>
<td style="width: 100px">
<asp:TextBox ID="txtLoginId" runat="server"></asp:TextBox></td>
<td style="width: 58px">
</td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 100px; height: 21px;">
</td>
<td style="width: 58px; height: 21px;">
</td>
<td style="width: 100px; height: 21px;">
</td>
</tr>
<tr>
<td style="width: 100px; height: 28px;">
<asp:TextBox ID="txtLoginPwd" runat="server" TextMode="Password" Width="150px"></asp:TextBox></td>
<td style="width: 58px; height: 28px;">
</td>
<td style="width: 100px; height: 28px;">
<asp:Button ID="Button1" runat="server" BackColor="Highlight" Style="left: 10px;
background-image: url(images/leftmenubg.gif); position: relative; top: 4px" Text="注册"
Width="79px" OnClick="Button1_Click" />
<asp:ImageButton ID="btmLogin" runat="server" Height="22px" ImageUrl="~/images/login.jpg"
Width="92px" style="position: relative; left: 13px; top: -72px;" OnClick="btmLogin_Click" /></td>
</tr>
</table>
<asp:Label ID="Label1" runat="server" Style="position: relative" Width="268px" ForeColor="Red"></asp:Label></div>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -