pnr6.0-map.html
1.5 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>PNR 6.0 map</title>
<style type="text/css">
body,ul,li,h1{padding: 0;margin: 0;}
li{list-style: none;}
.header{
text-align: center;
background: #373E55;
color: #fff;
padding: 10px 0;
}
h2 {
margin: 20px 0 20px 20px;
border-left: 4px solid #373E55;
line-height: 25px;
margin-left: 20px;
font-size: 18px;
padding-left: 8px;
color: #333;
}
.main{
margin: 0px auto;
padding: 0px 20px;
}
.nav li{
border: 1px #ccc solid;
margin-bottom: 10px;
}
.nav li a{
display: block;
padding: 10px;
color: #666;
text-decoration: none;
}
.nav li a:hover{
background: #eee;
}
.nav li a span {
float: right;
}
</style>
</head>
<body>
<div class="header">
<h1>PNR 6.0</h1>
</div>
<h2>变动名单列表</h2>
<div class="main">
<ul class="nav">
<li><a href="pnr/6.0/template.html">后台模板</a></li>
<li><a href="pnr/6.0/releaseGoods.html">商品发布</a></li>
<li><a href="pnr/6.0/addresses_list.html">发货地址管理</a></li>
<li><a href="pnr/6.0/recommend_goods.html">热推商品</a></li>
<li><a href="pnr/6.0/myPicture.html">我的图片</a></li>
<li><a href="pnr/6.0/myNongFeng.html">我的农丰</a></li>
<li><a href="pnr/6.0/manageProduct.html">待上架商品</a></li>
</ul>
</div>
</body>
</html>