📄 main.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="main.aspx.cs" Inherits="Default2" %>
<!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 style="background-position: left top; background-image: url(image/1 (193).jpg)">
<form id="form1" runat="server">
<hr style="left: 6px; position: relative; top: 50px; z-index: 100;" />
<div id="DIV1" style="left: 129px; width: 360px; border-top-style: ridge; border-right-style: ridge;
border-left-style: ridge; position: absolute; top: 140px; height: 188px; border-bottom-style: ridge; z-index: 102;" onclick="return DIV1_onclick()">
<asp:Label ID="Label2" runat="server" Style="left: 16px; position: absolute; top: 29px; z-index: 100;"
Text="用户名:" Width="63px"></asp:Label>
<asp:Button ID="Button1" runat="server" Style="left: 276px; position: absolute; top: 147px; z-index: 101;"
Text="登录" Height="30px" Width="60px" OnClick="Button1_Click1"/>
<asp:Label ID="Label4" runat="server" Style="left: 16px; position: absolute; top: 84px; z-index: 102;"
Text="密码:" Width="65px"></asp:Label>
<asp:Button ID="Button2" runat="server" Style="left: 152px; position: absolute; top: 147px; z-index: 103;"
Text="注册" Height="30px" Width="60px" OnClick="Button2_Click"/>
<asp:TextBox ID="TextBox1" runat="server" Style="z-index: 104; left: 102px; position: absolute;
top: 28px" ></asp:TextBox>
<asp:TextBox ID="TextBox2" runat="server" Style="z-index: 106;
left: 102px; position: absolute; top: 80px" TextMode="Password" Width="151px"></asp:TextBox>
</div>
<asp:Label ID="Label1" runat="server" Height="46px" Style="z-index: 103; left: 191px;
position: absolute; top: 13px" Text="学籍管理系统" Width="217px" Font-Bold="True" Font-Size="XX-Large" ForeColor="Red"></asp:Label>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -