📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="admin_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>
<link href="../images/110.css" rel="stylesheet" type="text/css" />
<link href="../images/news.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<table width="200" align="center" style="border-right: deepskyblue 1pt ridge; border-top: deepskyblue 1pt ridge; border-left: deepskyblue 1pt ridge; border-bottom: deepskyblue 1pt ridge">
<tr>
<th colspan="2" scope="row">管理登陆</th>
</tr>
<tr>
<th width="56" scope="row" style="height: 26px">帐号</th>
<td style="width: 164px; height: 26px;"> <asp:TextBox ID="uid" runat="server" Width="135px" BackColor="ButtonFace" BorderStyle="Groove" Height="20px"></asp:TextBox></td>
</tr>
<tr>
<th scope="row" style="height: 28px">密码</th>
<td style="width: 164px; height: 28px;"> <asp:TextBox ID="pwd" runat="server" TextMode="Password" Width="135px" BackColor="ButtonFace" BorderStyle="Groove" Height="20px"></asp:TextBox></td>
</tr>
<tr>
<th colspan="2" scope="row">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="提 交" BackColor="#C0C0FF" BorderStyle="Ridge" Width="71px" /></th>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -