36 lines
727 B
HTML
36 lines
727 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
</head>
|
|
<link rel="stylesheet" type="text/css" href="./css/bottom.css">
|
|
<body>
|
|
|
|
|
|
<!-- 有好货 和 搜索框中间部分 -->
|
|
<div class="center">
|
|
|
|
<!-- 主题市场 天猫 横向的菜单 -->
|
|
<div class="menu_top">
|
|
|
|
<!-- 左边主题市场 -->
|
|
<div class="top_left"></div>
|
|
|
|
<!-- 右侧菜单 -->
|
|
<div class="top_right"></div>
|
|
|
|
</div>
|
|
|
|
|
|
<!-- 菜单下面的内容区域 -->
|
|
<div class="menu_bottom">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html> |