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

📄 book.master

📁 网上书店 含用户注册
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="book.master.cs" Inherits="book" %>
<%@ Register Src="di.ascx" TagName="di" TagPrefix="uc1" %>

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>
<body  style="background-color:  #009900">
    <form id="form1" runat="server">
    <div>
        &nbsp;<div style="text-align: center">
            <table border="0" cellpadding="0" cellspacing="0" style="height: 380px; width: 766px;">
                <tr>
                    <td style="height: 53px; text-align: center; vertical-align: top; background-color: #009900; width: 767px;">
                        <table border="0" cellpadding="0" cellspacing="0" width="100%">
                            <tr>
                                <td align="center" style="vertical-align: middle; width: 69%; text-align: left; background-color: #009900;">
                                    <asp:Image ID="Image2" runat="server" Height="140px" ImageUrl="~/picture/top.jpg"
                                        Width="585px" /></td>
                                <td align="center" style="width: 103%; background-color: #009900; vertical-align: top; text-align: left;">
                                    <asp:Image ID="Image1" runat="server" Height="139px" ImageUrl="~/picture/00.jpg" Width="179px" /></td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td style="height: 305px; background-color: #009900; vertical-align: top; text-align: center; width: 767px;">
                        <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
                        </asp:ContentPlaceHolder>
                    </td>
                </tr>
            </table>
            <div style="text-align: center">
                <table border="0" cellpadding="0" cellspacing="0" width="778" style="background-color: #009900">
                    <tr>
                        <td align="center" style="width: 10%; height: 19px; background-color: #009900;">
                        </td>
                        <td align="center" style="width: 80%; height: 19px; background-color: #009900;">
                            <uc1:di id="Di1" runat="server"></uc1:di>
                        </td>
                        <td align="center" style="width: 100%; height: 19px; background-color: #009900;">
                        </td>
                    </tr>
                </table>
            </div>
        </div>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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