-
Notifications
You must be signed in to change notification settings - Fork 0
/
manage.html
127 lines (120 loc) · 4.23 KB
/
manage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>产品管理</title>
<link rel="stylesheet" type="text/css" href="css/comm.css"/>
<script src="js/jquery-3.1.0.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/comm.js" type="text/javascript" charset="utf-8"></script>
</head>
<body id="manage">
<!--头部开始-->
<header class="header">
<div class="top-left">
<a href="index.html">
<img src="images/logo.png" class="logo"/>
<p>森磊建筑装饰工程有限公司</p>
</a>
</div>
</header>
<!--头部结束-->
<!--导航开始-->
<ul class="nav">
<li ><a href="index.html" >首页</a></li>
<li><a href="introduce.html" >公司介绍</a></li>
<li><a href="manage.html" style="color:#ff0000; border-bottom:4px solid #979696;">产品管理</a></li>
<li><a href="news.html">新闻动态</a></li>
<li><a href="download.html">下载专区</a></li>
<li><a href="invite.html">人才招聘</a></li>
<li><a href="contact.html">联系我们</a></li>
<li><a href="message.html">留言系统</a></li>
</ul>
<!--导航结束-->
<!--轮播开始-->
<div class="banner">
<div class="bannerImg">
<a href="product.html"><img src="images/banner1.jpg"></a>
<a href="product.html"><img src="images/banner2.jpg"></a>
<a href="product.html"><img src="images/banner3.jpg"></a>
<a href="product.html"><img src="images/banner4.jpg"></a>
<a href="product.html"><img src="images/banner5.jpg"></a>
</div>
<div class="banner-icon">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<!--轮播结束-->
<!--内容开始-->
<div class="content">
<!--主要开始-->
<div class="main-left">
<!--产品分类开始-->
<div class="goods">
<div class="title">
产品分类
<a href="product.html">更多</a>
</div>
<ul>
<li><a href="product.html">【密度板会议桌系列】</a></li>
<li><a href="product.html">【办公装饰家具系列】</a></li>
<li><a href="product.html">【展览展台家具系列】</a></li>
<li><a href="product.html">【橱窗柜台家具系列】</a></li>
<li><a href="product.html">【商业空间家具系列】</a></li>
<li><a href="product.html">【家庭装饰家具系列】</a></li>
<li><a href="product.html">【最新推荐家具系列】</a></li>
</ul>
</div>
<!--产品分类结束-->
<!--联系方式开始-->
<div class="contact">
<div class="title">联系方式</div>
<div class="contact-content">
<p>地 址:*******路868号汽车西站旁</p>
<p>电 话:0533-12345672</p>
<p> 0533-12345672</p>
<p>传 真:0533-9888883</p>
<p>联系人:****(经理)</p>
</div>
</div>
<!--联系方式结束-->
</div>
<!--主要结束-->
<!--产品管理开始-->
<div class="goodsMange">
<div class="title">产品管理</div>
<div class="pro-img">
<a href="product.html"><img src="images/pro1.jpg"/>家庭装饰</a>
<a href="product.html"><img src="images/pro2.jpg"/>办公装饰</a>
<a href="product.html"><img src="images/pro3.jpg"/>办公装饰</a>
<a href="product.html"><img src="images/pro4.jpg"/>酒店宾馆</a>
<a href="product.html"><img src="images/pro5.jpg"/>橱窗柜台</a>
<a href="product.html"><img src="images/pro6.jpg"/>家庭装饰</a>
<a href="product.html"><img src="images/pro7.jpg"/>家庭装饰</a>
<a href="product.html"><img src="images/pro8.jpg"/>家庭装饰</a>
<a href="product.html"><img src="images/pro3.jpg"/>办公装饰</a>
<a href="product.html"><img src="images/pro4.jpg"/>酒店宾馆</a>
<a href="product.html"><img src="images/pro5.jpg"/>橱窗柜台</a>
</div>
</div>
<!--产品管理结束-->
</div>
<!--内容结束-->
<!--底部开始-->
<footer class="footer">
<a href="contact.html">联系我们</a>
|
<a href="introduce.html">公司介绍</a>
|
<a href="news.html">网站新闻</a>
|
<a href="message.html">留言系统</a>
|
<a href="link.html">友情链接</a>
</footer>
<!--底部结束-->
</body>
</html>