📄 denglu.aspx
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="denglu.aspx.vb" Inherits="denglu" %>
<!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>
<style type="text/css">
<!--
.STYLE1 {color: #3366FF}
.STYLE2 {color: #3333FF}
body,td,th {
font-size: 10pt;
color: #000000;
}
body {
background-image: url();
background-color: #00CCFF;
}
-->
</style>
</head>
<body style="background-image: url(图片/7d8e3733deed41f41b4cffc0.jpg)">
<form id="form1" runat="server">
<div style="background-position-x: center; background-attachment: scroll; background-image: url(图片/xt3_02.gif); background-repeat: no-repeat">
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<table width="283" border="1" align="center">
<tr>
<td colspan="3" style="height: 16px" ><div align="left" class="STYLE1" style="color: black">请输入用户名和密码:</div></td>
</tr>
<tr>
<td width="115" style="height: 35px"><div align="center" class="STYLE1" style="color: black">用户名</div></td>
<td width="146" colspan="2" style="height: 35px"><asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td height="29"><div align="center" class="STYLE2">
<div align="center"><span class="STYLE1" style="color: black">密 码</span></div>
</div></td>
<td colspan="2"><asp:TextBox ID="TextBox2" runat="server" TextMode="Password" Width="149px"></asp:TextBox></td>
</tr>
<tr>
<td> </td>
<td colspan="2">
<asp:Button ID="Button1" runat="server" Text="登陆" />
<asp:Button ID="Button2" runat="server" Text="注册" /></td>
</tr>
</table>
<br />
<br />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -