📄 login.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="index, App_Web_gwgacnie" %>
<!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 id="Head1" runat="server">
<title>设备管理系统登录页面</title>
<style type="text/css">
.midbox
{
position: relative;
z-index: 99;
background-image: url('images/indexbg.jpg');
background-repeat: no-repeat;
width: 656px;
height: 371px;
top:53px;
left: 54px;
}
.login
{
position:relative;
left: 261px;
top: 116px;
height: 151px;
width: 269px;
}
</style>
</head>
<body>
<form id="form1" runat="server" class="midbox" style="background-image: url(images/indexbg.jpg); width: 100px; height: 100px;">
<div>
<div class="midbox">
<asp:Login ID="Login1" CssClass="login" runat="server" OnAuthenticate="Login1_Authenticate">
</asp:Login>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -