<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>kk数码商城</title>
<style type="text/css">
#apDiv1 {
position: absolute;
width: 874px;
height: 115px;
z-index: 1;
left: 589px;
top: 79px;
}
.left {
background-color: #CCC;
}
</style>
<style type="text/css">
#apDiv2 {
position: absolute;
width: 180px;
height: 200px;
z-index: 2;
left: 39px;
top: 374px;
background-color: #FFFFFF;
}
#apDiv3 {
position: absolute;
width: 178px;
height: 154px;
z-index: 2;
left: 43px;
top: 670px;
}
#apDiv4 {
position: absolute;
width: 164px;
height: 29px;
z-index: 3;
left: 1274px;
top: 16px;
color: #FFF;
font-size: 18px;
}
.footer {
color: #FFF;
font-size: 12px;
}
.caidan {
font-size: 24px;
color: #FFF;
font-weight: bold;
}
.sa {font-weight: bold;
}
.sa {font-size: 24px;
font-weight: bold;
color: #FFF;
}
.zuo {
font-size: 16px;
color: #03F;
}
.c1 {
color: #FF8040;
font-size: 36px;
}
.c2 {
color: #FC9;
font-size: 36px;
}
.c3 {
color: #FF99FF;
font-size: 36px;
}
.c4 {
color: #666;
font-size: 36px;
}
</style>
</head>
<style>
#productlist{ width:1300px;}
#productlist li { width:300px; list-style:none; float:left;}
</style>
<body>
<form id="form1" runat="server">
<table width="1500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" class="style1">
<asp:Label ID="lbstate" runat="server"></asp:Label>
<a href="reg.aspx">免费注册</a></td>
</tr>
<tr>
<td width="200"><img src="图片/logo.jpg" width="200" height="200" /></td>
<td width="1336" > <img src="菜单背景.jpg" width="1300" height="200" usemap="#Map" border="0" /> </td>
</tr>
<tr>
<td width="200" height="200" rowspan="7" valign="top" bgcolor="#FFFFFF"><table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><img src="店名.jpg" width="200" height="300" /></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"><img src="销量榜.jpg" width="200" height="50" /></td>
</tr>
<tr>
<td width="40" height="88" align="center" class="c1">1</td>
<td width="160"> </td>
</tr>
<tr>
<td align="center" class="c2">2</td>
<td> </td>
</tr>
<tr>
<td align="center" class="c3">3</td>
<td> </td>
</tr>
<tr>
<td align="center" class="c4">4</td>
<td> </td>
</tr>
<tr>
<td colspan="2" align="right" class="zuo">更多>>></td>
</tr>
</table></td>
<td height="505"><div id="banner"><img src="图片/华为.jpg" width="1290" height="500" /></div></td>
</tr>
<tr>
<td><img src="图片/新品.jpg" width="1300" height="50" /></td>
</tr>
<tr>
<td>
<div id="productlist">
<asp:Repeater ID="rpproductlist" runat="server">
<ItemTemplate>
<li>
<table width="300" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><img name="" src="<%#Eval("picture") %>" width="280" height="230" alt="" /></td>
</tr>
<tr>
<td><%#Eval("productname") %></td>
</tr>
<tr>
<td>价格:¥ <%#Eval("price") %></td>
</tr>
</table>
</li>
</ItemTemplate>
</asp:Repeater>
</div></td>
</tr>
<tr>
<td><img src="图片/热销.jpg" width="1300" height="50" /></td>
</tr>
<tr>
<td height="300"> </td>
</tr>
<tr>
<td><img src="图片/优品.jpg" width="1300" height="50" /></td>
</tr>
<tr>
<td height="300"> </td>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#999999" class="footer">版权所有:电商4班 冯永健 05</td>
</tr>
</table>
<map name="Map" id="Map">
<area shape="rect" coords="442,78,498,110" href="index.aspx" />
<area shape="rect" coords="850,79,968,110" href="登录页.html" />
</map>
</form>
</body>
</html>