📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="login.aspx.cs" Inherits="Mypb.login" %>
<!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 runat="server">
<title>无标题页</title>
<style type="text/css">
#form1
{
height: 162px;
width: 310px;
}
.style1
{
width: 27px;
}
.style2
{
width: 27px;
height: 195px;
}
.style3
{
height: 195px;
}
.style4
{
width: 27px;
height: 295px;
}
.style5
{
height: 295px;
}
</style>
</head>
<body bgcolor="#ccffff">
<form id="form1" runat="server">
<table style="width: 263%; height: 410px;">
<tr>
<td class="style4">
</td>
<td class="style5">
</td>
<td class="style5">
</td>
</tr>
<tr>
<td class="style2">
</td>
<td class="style3">
<asp:Panel ID="Panel4" runat="server" BackColor="#FFCCCC" BorderColor="#FFCCFF"
BorderStyle="Double" Height="171px" style="text-align: center" Width="421px">
<br />
<br />
用户名:<asp:TextBox ID="TextBox1" runat="server" Width="130px"></asp:TextBox>
<br />
口令:<asp:TextBox ID="TextBox2" runat="server"
TextMode="Password" Width="130px"></asp:TextBox>
<br />
<br />
<br />
<asp:Button ID="Button1" runat="server" Height="27px" onclick="Button1_Click"
Text="管理员登陆" Width="100px" />
<asp:Button ID="Button2" runat="server" onclick="Button2_Click" Text="访问者进入" />
<br />
</asp:Panel>
</td>
<td class="style3">
</td>
</tr>
<tr>
<td class="style1">
</td>
<td>
</td>
<td>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -