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

📄 index.aspx

📁 C#编的网上交易站点系统。实现购买
💻 ASPX
字号:
<%@ Page Language="C#" CompileWith="index.aspx.cs" ClassName="index_aspx" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>欢迎光临七里香网上鲜花店!!!!</title>
</head>
<body bgcolor="#ccffff" background="image/6_78_92_1102936646.jpg">
    <form id="form1" runat="server">
    <div>
        <div style="text-align: center">
            <table style="text-align: center; z-index: 37; left: 264px; position: absolute; top: 208px;">
                <tr>
                    <td style="width: 100px; height: 28px;">
                        &nbsp;<span style="font-family: 宋体">用户名:</span></td>
                    <td style="width: 100px; height: 28px;">
                        <asp:TextBox ID="textname" Runat="server" BorderStyle="Groove" BackColor="Transparent" Height="22px" Width="143px"></asp:TextBox>
                    </td>
                    <td style="width: 100px; height: 28px">
                    </td>
                </tr>
                <tr>
                    <td style="width: 100px">
                        &nbsp;<span style="font-family: 宋体">密码:</span></td>
                    <td style="width: 100px">
                        <asp:TextBox ID="textpwd" Runat="server" TextMode="Password" BorderStyle="Groove" BackColor="Transparent"></asp:TextBox>
                    </td>
                    <td style="width: 100px">
                    </td>
                </tr>
                <tr>
                    <td style="width: 100px">
                        <asp:Button ID="Button1" Runat="server" Text="登录" OnClick="Button1_Click" BorderStyle="Outset" />
                    </td>
                    <td style="width: 100px">
                        <asp:Button ID="Button2" Runat="server" Text="注册" OnClick="Button2_Click" />
                    </td>
                    <td style="width: 100px">
                    </td>
                </tr>
            </table>
            <asp:TextBox ID="TextBox2" Style="z-index: 36; left: 400px; position: absolute; top: 312px"
                Runat="server" Width="200px" Height="22px" Visible="False" BorderStyle="None" ReadOnly="True" BackColor="Transparent"></asp:TextBox>
            &nbsp;&nbsp;&nbsp;
        </div>
    
    </div>
    </form>
    &nbsp;
    <hr style="z-index: 38; left: 16px; width: 934px; position: absolute; top: 128px;
        height: 1px" />
    <span style="background-color: transparent">欢迎光临<span style="font-size: 24pt; color: #ff6666"><b><i>七里香</i></b></span>网</span><span
        style="background-color: transparent">上鲜花专卖店!</span>&nbsp;&nbsp;&nbsp;&nbsp;
</body>
</html>

⌨️ 快捷键说明

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