pnr2.3.0.html
2.38 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Pnr2.3.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;
}
li.bor {
padding: 0;
margin: 0 0 10px 0;
border-top: 5px solid #23ac38;
}
</style>
</head>
<body>
<header>
<h1>Pnr2.3.0-map</h1>
<p>Pnr 2.3.0 新增修改静态页面链接</p>
</header>
<section>
<ul>
<li><a href="2.3.0/index.html">店铺首页</a></li>
<li><a href="2.3.0/list.html">店铺列表</a></li>
<li><a href="2.3.0/purchasing_agent.html">代购店铺首页</a></li>
<li><a href="2.3.0/shop_profile.html">店铺档案</a></li>
<li><a href="2.3.0/wl.html">店铺物流</a></li>
<li><a href="2.0.1/store_fixture.html">店铺装修</a></li>
<li><a href="2.3.0/freightTemplate.html">销售中心 - 运费模板</a></li>
<li><a href="2.0.2/releaseGoods.html">销售中心 - 发布商品</a></li>
<li><a href="html/new-product-details.html">销售中心 - 商品详情页 同城配送</a></li>
<li><a href="html/new-list.html">销售中心 - 商品搜索 同城配送</a></li>
<li class="bor"></li>
<li><a href="2.3.0/behalfManage.html">采购中心 - 代购订单管理</a></li>
<li><a href="html/order_details.html">代购订单完成</a></li>
<li><a href="2.3.0/refundmanage.html">代购退款管理</a></li>
<li><a href="2.3.0/refundment.html">代购退款流程</a></li>
<li class="bor"></li>
<li><a href="yellow/order_confirm.html">商品订单确认</a></li>
<li class="bor"></li>
<li><a href="2.3.0/changePhone.html">账户中心 -- 修改手机号</a></li>
</ul>
</section>
<footer>
查看html结构 建议在 ctrl+u 源码查看方式下,避免动态生成的html结构。
</footer>
</body>
</html>