📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="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>
</head>
<body>
<form id="form1" runat="server">
<div>
<div style="text-align: center">
<table style="width: 300px; height: 100px; border-right: #009900 1px solid; border-top: #009900 1px solid; font: menu; border-left: #009900 1px solid; border-bottom: #009900 1px solid;">
<tr>
<td colspan="2" style="border-right: #00cc00 1px dashed; border-top: #00cc00 1px dashed; font: menu; border-left: #00cc00 1px dashed; width: 100%; border-bottom: #00cc00 1px dashed; height: 22px; background-color: aliceblue">
管理登陆</td>
</tr>
<tr>
<td style="width:43px; border-right: #00cc00 1px dashed; border-top: #00cc00 1px dashed; font: menu; border-left: #00cc00 1px dashed; border-bottom: #00cc00 1px dashed; height: 21px; background-color: aliceblue;">
用户名:</td>
<td style="width: 41px; border-right: #00cc00 1px dashed; border-top: #00cc00 1px dashed; font: menu; border-left: #00cc00 1px dashed; border-bottom: #00cc00 1px dashed; height: 21px; background-color: aliceblue;" align="left">
<asp:TextBox ID="TextBox1" runat="server" Style="border-right: #009900 1px solid;
border-top: #009900 1px solid; font: menu; border-left: #009900 1px solid; border-bottom: #009900 1px solid" Width="100px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 43px; height: 21px; border-right: #00cc00 1px dashed; border-top: #00cc00 1px dashed; font: menu; border-left: #00cc00 1px dashed; border-bottom: #00cc00 1px dashed; background-color: aliceblue;">
密 码:</td>
<td style="width: 41px; height: 21px; border-right: #00cc00 1px dashed; border-top: #00cc00 1px dashed; font: menu; border-left: #00cc00 1px dashed; border-bottom: #00cc00 1px dashed; background-color: aliceblue;" align="left">
<asp:TextBox ID="TextBox2" runat="server" Style="border-right: #009900 1px solid;
border-top: #009900 1px solid; font: menu; border-left: #009900 1px solid; border-bottom: #009900 1px solid" TextMode="Password" Width="100px"></asp:TextBox>
</td>
</tr>
<tr>
<td colspan="2" style="height: 16px; border-right: #00cc00 1px dashed; border-top: #00cc00 1px dashed; font: menu; border-left: #00cc00 1px dashed; width: 100%; border-bottom: #00cc00 1px dashed; background-color: aliceblue;" align="center">
<asp:Button ID="Button1" runat="server" Style="font: menu; background-color: whitesmoke"
Text="登 陆" OnClick="Button1_Click" /></td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -