⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.aspx

📁 在线小说阅读
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="login.aspx.cs" Inherits="novel.manage.login" %>

<!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="font-size: 12pt" background="../image/background.jpg">
    <form id="form1" runat="server">
    <div style="text-align: center">
        <div style="border-right: green 1px solid; border-top: green 1px solid; margin-top: 20px;
            background-image: url(../image/logbg.gif); border-left: green 1px solid; width: 300px;
            border-bottom: green 1px solid; height: 160px">
            <div style="margin-top: 30px; margin-left: 50px">
                <div style="text-align: left">
                    <span style="font-size: 12px">
                    用 &nbsp; &nbsp;户:</span><asp:TextBox ID="Text_User" runat="server" Width="130px" Font-Size="12px"></asp:TextBox></div>
                <div style="text-align: left">
                    <span style="font-size: 12px">
                    密 &nbsp; &nbsp;码:</span><asp:TextBox ID="Text_PassWord" runat="server" TextMode="Password"
                        Width="130px" Font-Size="12px"></asp:TextBox></div>
                <div style="text-align: left">
                    <span style="font-size: 12px">
                    验证码:</span>&nbsp;
                    <asp:Image ID="Image1" runat="server" ImageUrl="../check.aspx" />
                    <asp:TextBox ID="Text_Validate" runat="server" Font-Size="12px"></asp:TextBox><br />
                    </div>
                <div style="margin-top: 10px; margin-left: -30px">
                    <asp:Button ID="button_Login" runat="server" OnClick="button_Login_Click" Text="登陆" /></div>
            </div>
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -