📄 sy.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SY.aspx.cs" Inherits="_Default" %>
<!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>
<script language="javascript" type="text/javascript">
// <!CDATA[
function TABLE1_onclick() {
}
// ]]>
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="border-left-color: #cccccc; left: 20%; border-bottom-color: #cccccc;
width: 534px; border-top-style: solid; border-top-color: #cccccc; border-right-style: solid;
border-left-style: solid; position: absolute; top: 21%; height: 281px; border-right-color: #cccccc;
border-bottom-style: solid; background-image: url(img/backgroud1.jpg); z-index: 100;">
<tr>
<td style="background-image: url(img/backgroud1.jpg); width: 104px; height: 123px">
<br />
<br />
<br />
<br />
<br />
<asp:Label ID="Label1" runat="server" Style="z-index: 100; left: 180px; position: absolute;
top: 114px" Text="帐号:" Width="66px"></asp:Label>
<asp:TextBox ID="TextBox2" runat="server" Style="z-index: 101; left: 241px; position: absolute;
top: 145px" Height="17px" TextMode="Password" Width="150px"></asp:TextBox>
<br />
<br />
<asp:Label ID="Label2" runat="server" Style="z-index: 102; left: 181px; position: absolute;
top: 147px" Text="密码:" Width="64px"></asp:Label>
<br />
<asp:TextBox ID="TextBox1" runat="server" Style="z-index: 103; left: 241px; position: absolute;
top: 113px" Height="17px" Width="150px"></asp:TextBox>
<br />
<asp:ImageButton ID="ImageButton1" runat="server" Height="25px" ImageUrl="~/img/syqd.jpg"
Style="z-index: 104; left: 244px; position: absolute; top: 189px" Width="60px" OnClick="ImageButton1_Click" />
<br />
<asp:ImageButton ID="ImageButton2" runat="server" Height="25px" ImageUrl="~/img/buttonsycz.jpg"
Style="z-index: 106; left: 324px; position: absolute; top: 188px" Width="60px" OnClick="ImageButton2_Click" />
<br />
<br />
</td>
</tr>
</table>
<asp:ImageButton ID="ImageButton3" runat="server" Height="40px" ImageUrl="~/img/未标题-1.jpg"
OnClick="ImageButton3_Click" Style="z-index: 102; left: 102px; position: absolute;
top: 494px" Width="832px" />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -