📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!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>
<link href="StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<div>
<table cellpadding="0" cellspacing="0" style="width: 521px; background-image: url(Images/图片2 拷贝.jpg); border-left-color: #ffcc66; border-bottom-color: #ffcc66; border-top-style: ridge; border-top-color: #ffcc66; border-right-style: ridge; border-left-style: ridge; border-right-color: #ffcc66; border-bottom-style: ridge;">
<tr>
<td style="height: 83px">
</td>
<td style="width: 60378px; height: 83px">
</td>
<td style="width: 905px; height: 83px">
</td>
<td style="width: 92px; height: 83px">
</td>
</tr>
<tr>
<td style="height: 13px">
</td>
<td style="background-image: url(Images/背景图10.jpg); width: 60378px; height: 13px">
<asp:Label ID="Label1" runat="server" BackColor="#FFE0C0" Text="明日科技"></asp:Label></td>
<td rowspan="3" style="width: 905px">
<table cellpadding="0" cellspacing="0" style="width: 332px; background-image: url(Images/1294850_472733.gif);">
<tr>
<td colspan="2" style="height: 141px">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellSpacing="2"
Font-Size="9pt" Width="377px" AllowPaging="True" BackColor="#DEBA84" BorderColor="#DEBA84" BorderStyle="None" BorderWidth="1px" CellPadding="3" OnPageIndexChanging="GridView1_PageIndexChanging" PageSize="7">
<Columns>
<asp:BoundField DataField="id" HeaderText="编号" />
<asp:BoundField DataField="name" HeaderText="名星人物" />
<asp:BoundField DataField="age" HeaderText="打榜次数" />
<asp:BoundField DataField="sex" HeaderText="歌曲名称" />
<asp:BoundField DataField="zhishu" HeaderText="人气指数" />
<asp:BoundField DataField="datetime" HeaderText="上榜时间" />
</Columns>
<RowStyle BackColor="#FFF7E7" ForeColor="#8C4510" />
<SelectedRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="White" />
<PagerStyle ForeColor="#8C4510" HorizontalAlign="Center" />
<HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White" /><FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="2" style="height: 42px">
<table bgcolor="#ccffff" cellpadding="0" cellspacing="0" style="width: 355px; height: 40px; background-color: #ffcc99;">
<tr>
<td style="width: 57px">
<asp:Label ID="Label2" runat="server" Font-Size="9pt" Text="删除" Width="42px"></asp:Label></td>
<td style="width: 69px">
<asp:DropDownList ID="DropDownList1" runat="server" CssClass="ddl" Height="28px" ><asp:ListItem>打榜次数</asp:ListItem>
<asp:ListItem>人气指数</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 38px">
<asp:Label ID="Label3" runat="server" Font-Size="9pt" Text="为"></asp:Label></td>
<td style="width: 75px">
<asp:TextBox ID="TextBox1" runat="server" CssClass="txt" BackColor="#E0E0E0" Height="22px"></asp:TextBox></td>
<td align="center" style="width: 80px">
<asp:Label ID="Label4" runat="server" Font-Size="9pt" Text="的记录"></asp:Label></td>
<td style="width: 48px">
<asp:Button ID="Button1" runat="server" Font-Size="9pt" OnClick="Button1_Click" Text="确定"
Width="48px" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2">
<span style="font-size: 11pt">吉林省明日科技有限公司</span></td>
</tr>
</table>
</td>
<td style="width: 92px; height: 13px">
</td>
</tr>
<tr>
<td style="height: 2px">
</td>
<td style="background-image: url(Images/背景图10.jpg); width: 60378px; height: 2px">
<asp:Label ID="Label5" runat="server" BackColor="#FFE0C0" Text="成就未来明星"></asp:Label></td>
<td style="width: 92px; height: 2px">
</td>
</tr>
<tr>
<td style="height: 178px">
</td>
<td style="background-image: url(Images/背景图10.jpg); width: 60378px; height: 178px">
<span style="color: #990033">
<br />
<br />
<br />
<br />
</span>
</td>
<td style="width: 92px; height: 178px">
</td>
</tr>
<tr>
<td>
</td>
<td rowspan="3" style="width: 60378px">
</td>
<td rowspan="3" style="width: 905px">
</td>
<td style="width: 92px">
</td>
</tr>
<tr>
<td>
</td>
<td style="width: 92px">
</td>
</tr>
<tr>
<td>
</td>
<td style="width: 92px;">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -