-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanagerRight.html
More file actions
47 lines (44 loc) · 1.06 KB
/
managerRight.html
File metadata and controls
47 lines (44 loc) · 1.06 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>卖家管理</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/books.css" />
</head>
<body style="margin:0;padding:0;overflow:hidden" scroll="no">
<div class="wrap">
<div class="right_content" style="background: white;width: 78%;;float: left;height:600px;">
<div class="title"><span class="title_icon"><img src="images/bullet1.gif" alt="" title="" /></span>卖家最近动态</div>
<div class="active_manager">
<ul>
<li>
<div>
<span>增加图书</span>
</div>
<div>
<p>卖家新加入图书,新上架图书</p>
</div>
</li>
<li>
<div>
<span>图书列表</span>
</div>
<div>
<p>卖家查看图书种类信息</p>
</div>
</li>
<li>
<div>
<span>增加图书</span>
</div>
<div>
<p>对书籍种类进行更新整理</p>
</div>
</li>
</ul>
</div>
</div><!-- end of left content -->
</div>
</body>
</html>