12.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <base href="<%=basePath%>">
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>慢步时尚广场</title>
  7. <link href="css/style.css" rel="stylesheet" type="text/css">
  8. <style type="text/css">
  9. .focusBox {
  10. position: absolute;
  11. top: 490px;
  12. width: 120px;
  13. left: 50%;
  14. margin-left: -60px;
  15. list-style: none;
  16. }
  17. .focusBox li {
  18. float: left;
  19. margin-right: 10px;
  20. width: 15px;
  21. height: 15px;
  22. border-radius: gray;
  23. cursor: pointer;
  24. }
  25. .focusBox li.cur {
  26. background: #f60;
  27. opacity: 0.6;
  28. filter: alpha(opacity=60);
  29. }
  30. </style>
  31. <script type="text/javascript" src="js/pictureSlide.js"></script>
  32. </head>
  33. <body>
  34. <!-- logo和banner start -->
  35. <table width="1200" border="0" cellspacing="0" cellpadding="0" align="center">
  36. <tr>
  37. <td height="95"><a href="index"><images/logo.jpg></a></td>
  38. <td align="right"><img src="images/banner.jpg"></td>
  39. </tr>
  40. </table>
  41. <!-- logo和banner end -->
  42. <!-- 菜单导航 start -->
  43. <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#ce2626">
  44. <tr>
  45. <td width="200">&nbsp;</td>
  46. <td width="80" align="center" class="nav_active"><a href="<%=basePath%>/index" class="while">首页</a></td>
  47. <td width="100" align="center"><a href="<%=basePath%>/showNew" class="white">最新上架</a></td>
  48. <td width="100" align="center">品牌活动</td>
  49. <td width="100" align="center">原厂直供</td>
  50. <td width="80" align="center">团购</td>
  51. <td width="100" align="center">限时抢购</td>
  52. <td width="100" align="center">促销打折</td>
  53. <td width="200" align="center">&nbsp;</td>
  54. </tr>
  55. </table></td>
  56. </tr>
  57. </table>
  58. <!-- 菜单导航 end -->
  59. <!-- 中间部分 start -->
  60. <table width="1200" border="0" align="center" cellpadding="0" cellspacing="0" class="padding-top">
  61. <tr>
  62. <td width="220" valign="top"> <!-- 购物分类 start-->
  63. <table width="100%" border="0" cellspacing="1" cellpadding="0" class="table1" bgcolor="#e5e4e1">
  64. <c:forEach items="${goodsType}" var="goodt">
  65. <tr>
  66. <th><a href="<%=basePath%>/shoppingShow?goodTypeId=${goodt.id}">${goodt.typename}</a></th>
  67. </tr>
  68. <c:forEach items="${goodt.subType}" var="st">
  69. <tr>
  70. <%-<th><a href="<%basePath%>/shoppingShow?goodTypeId=${st.id}">$st.typename</a></th>%->
  71. <td><span class="red_dot"></span>
  72. <a href="<%=basePath%>/shoppingShow?goodTypeId=${st.id}">${st.typename}</a>
  73. <img src="images/arrow_r.jpg" align="right">
  74. </td>
  75. </tr>
  76. </c:forEach>
  77. </c:forEach>
  78. </table>
  79. <!-- 购物分类end --></td>
  80. <td width="716" valign="top"><table width="100%" border="0" cellspacing="0" cellpading="0">
  81. <tr>
  82. <td align="center">
  83. <table width="100%" border="0" cellspacing="0" cell></table>
  84. </td>
  85. </tr>
  86. </table>
  87. </td>