📄 index.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="Index" %>
<!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">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
<link href="Main.css" type="text/css" rel="stylesheet" />
<title>书店图书网络管理系统</title>
</head>
<body >
<form id="form1" runat="server">
<div style="vertical-align: baseline; text-align: center">
<br />
<br />
<br />
<br />
<br />
<table align="center" cellpadding="0" cellspacing="0" style="border-right: 0px; border-top: 0px;
background-image: url(Img/BackGround.jpg); vertical-align: middle; border-left: 0px;
width: 760px; border-bottom: 0px; height: 330px; text-align: center">
<tr>
<td style="width: 760px; height: 15%">
</td>
</tr>
<tr>
<td align="center" style="width: 760px; height: 70px" valign="top">
<br />
<br />
<br />
<br />
<table align="center" cellpadding="0" cellspacing="0" style="border-right: 0px; border-top: 0px;
border-left: 0px; width: 220px; border-bottom: 0px; height: 139px">
<tr>
<td style="width: 220px; height: 33px">
<div align="center">
<strong><font color="#ffffff" size="2">系 统 登 录</font></strong></div>
</td>
</tr>
<tr>
<td style="width: 220px; height: 39px">
<div align="center" style="text-align: center">
<font color="#ffffff" size="2">名称:
<asp:TextBox ID="UserName" runat="server" class="input_selectAndtext" Height="18px"
MaxLength="30" Width="140px"></asp:TextBox>
<asp:RequiredFieldValidator ID="Requiredfieldvalidator1" runat="server" ControlToValidate="UserName"
Display="Static" ErrorMessage="*" Width="13px"></asp:RequiredFieldValidator></font></div>
</td>
</tr>
<tr style="color: #ffffff">
<td style="width: 220px; height: 38px; text-align: center">
<font color="#ffffff" size="2">口令:
<asp:TextBox ID="UserPass" runat="server" class="input_selectAndtext" Height="18px"
TextMode="Password" Width="140px"></asp:TextBox>
<asp:RequiredFieldValidator ID="Requiredfieldvalidator2" runat="server" ControlToValidate="UserPass"
Display="Static" ErrorMessage="*" Width="13px"></asp:RequiredFieldValidator></font></td>
</tr>
<tr>
<td align="right" height="29" style="width: 220px">
<div style="text-align: center">
<asp:Button ID="LoginBtn" runat="server" class="input_button" OnClick="LoginBtn_Click"
Text="登 录" />
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 760px; height: 15%">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -