pnr2.0-map.html
3.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
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Pnr2.0-map</title>
<style type="text/css" media="screen">
* {margin: 0; padding: 0}
li >a,
header,
section,
footer {
display: block;
}
header {
background-color: #eee;
color: #333;
text-align: center;
padding: 20px;
border-bottom: 1px solid #ddd;
margin-bottom: 10px;
}
footer {
position: fixed;
bottom: 0;
background-color: #333;
color: #fff;
width: 90%;
text-align: right;
padding: 10px 5%;
}
ul {
margin-bottom: 100px;
}
li {
//border: 1px solid #23ac38;
border: 1px solid #ddd;
list-style: none;
text-align: center;
margin: 0 25% 10px 25%;
}
li:hover {
border-color: #23ac38;
background-color: #f9f9f9;
}
a {
color: #333;
text-decoration: none;
}
a:hover {
color: #23ac38;
}
li >a {
padding: 10px;
}
</style>
</head>
<body>
<header>
<h1>Pnr2.0-map</h1>
<p>Pnr 2.0 新增修改静态页面链接</p>
</header>
<section>
<ul>
<li><a href="2.0.1/forgepwd2.0.html">忘记密码</a></li>
<li><a
href="http://static.nong12.com/static/newStatic/pnr/yellow/region.html">城市组件示例</a></li>
<li><a href="2.0.1/logline.html">物流路线</a></li>
<li><a href="2.0.1/new-list.html">搜索列表</a></li>
<li><a href="2.0.1/presellDetail.html">预售详情</a></li>
<li><a href="2.0.1/presellList.html">预售列表</a></li>
<li><a href="2.0.1/shop-index.html">店铺首页</a></li>
<li><a href="2.0.1/shop-list.html">搜索店铺</a></li>
<li><a href="2.0.1/sitemap.html">网站地图</a></li>
<li><a href="2.0.1/store_about.html">店铺设置</a></li>
<li><a href="2.0.1/tradeDataIndex.html">商机首页</a></li>
<li><a href="2.0.1/tradeDetailOut.html">商机详情(供应)</a></li>
<li><a href="2.0.1/tradeDetailIn.html">商机详情(求购)</a></li>
<li><a href="2.0.1/tradeList.html">商机列表</a></li>
<li><a href="2.0.2/buy_add.html">求购管理(添加)</a></li>
<li><a href="2.0.2/buy_list.html">求购管理(列表)</a></li>
<li><a href="2.0.2/buy_details.html">求购管理(详情)</a></li>
<li><a href="2.0.2/collection_goods.html">收藏商品(列表)</a></li>
<li><a href="2.0.2/collection_presell.html">收藏预售</a></li>
<li><a href="2.0.2/collection_stores.html">收藏店铺</a></li>
<li><a href="2.0.2/collection_supply.html">收藏供应</a></li>
<li><a href="2.0.2/logistics_add.html">车辆发布</a></li>
<li><a href="2.0.2/logistics_list.html">车辆列表</a></li>
<li><a href="2.0.2/logistics_details.html">车辆详情</a></li>
<li><a href="2.0.2/presell_add.html">发布预售</a></li>
<li><a href="2.0.2/presell_list.html">预售管理</a></li>
<li><a href="2.0.2/presell_details.html">预售详情</a></li>
<li><a href="2.0.2/releaseGoods.html">商品发布</a></li>
<li><a href="2.0.2/route_list.html">物流线路(列表)</a></li>
<li><a href="2.0.2/supply_add.html">供应发布</a></li>
<li><a href="2.0.2/supply_details.html">供应详情</a></li>
<li><a href="2.0.2/supply_list.html">供应管理(列表)</a></li>
<li><a href="2.0.2/closeStore.html">店铺错误提示</a></li>
<li><a href="2.0.2/closeStore404.html">店铺404</a></li>
<li><a href="2.0.2/verifyRealName.html">实名认证</a></li>
<li><a href="2.0.2/messageCenter.html">系统消息</a></li>
</ul>
</section>
<footer>
查看html结构 建议在 ctrl+u 源码查看方式下,避免动态生成的html结构。
</footer>
</body>
</html>