|
@ -1,84 +1,85 @@
|
1
|
1
|
<!DOCTYPE html>
|
2
|
2
|
<html>
|
3
|
3
|
<head>
|
4
|
|
<meta charset="utf-8">
|
5
|
|
<title>display-单页面</title>
|
6
|
|
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1, maximum-scale=1">
|
|
4
|
<meta charset="utf-8">
|
|
5
|
<title>display-单页面</title>
|
|
6
|
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1, maximum-scale=1">
|
7
|
7
|
|
8
|
|
<link rel="stylesheet" type="text/css" href="../../../dist/css/ipuUI.css">
|
9
|
|
<link rel="stylesheet" type="text/css" href="../../dep/css/awesome/css/font-awesome.css">
|
10
|
|
<link rel="stylesheet" type="text/css" href="../../biz/css/demo.css">
|
|
8
|
<link rel="stylesheet" type="text/css" href="../../../dist/css/ipuUI.css">
|
|
9
|
<link rel="stylesheet" type="text/css" href="../../biz/css/mdi/css/mdi.css">
|
|
10
|
<link rel="stylesheet" type="text/css" href="../../biz/css/demo.css">
|
11
|
11
|
|
12
|
|
<script src="../../dep/js/requirejs/require.js"></script>
|
13
|
|
<script src="../../biz/js/require-config-deep.js"></script>
|
14
|
|
<script src="../../biz/js/page-index.js"></script>
|
|
12
|
<script src="../../dep/js/requirejs/require.js"></script>
|
|
13
|
<script src="../../biz/js/require-config-deep.js"></script>
|
|
14
|
<script src="../../biz/js/page-index.js"></script>
|
15
|
15
|
</head>
|
16
|
16
|
<body>
|
17
|
17
|
|
18
|
|
<!--
|
19
|
|
最外层两个div ipu-pages, ipu-page,用来配合page的功能,
|
20
|
|
若第一个页面没有这两个div,js会自动添加,但一些极端情况下可能样式有问题,建议首页参考此结构
|
21
|
|
首页外其它页面无需此结构
|
22
|
|
-->
|
23
|
|
<div class="ipu-pages">
|
24
|
|
<div class="ipu-page">
|
|
18
|
<!--
|
|
19
|
最外层两个div ipu-pages, ipu-page,用来配合page的功能,
|
|
20
|
若第一个页面没有这两个div,js会自动添加,但一些极端情况下可能样式有问题,建议首页参考此结构
|
|
21
|
首页外其它页面无需此结构
|
|
22
|
-->
|
|
23
|
<div class="ipu-pages">
|
|
24
|
<div class="ipu-page">
|
25
|
25
|
|
26
|
|
<div class="ipu-row-flex ipu-row-flex-ver">
|
27
|
|
<div class="ipu-col ipu-col-auto">
|
28
|
|
<header class="ipu-toolbar">
|
29
|
|
<a class="ipu-icon fa fa-arrow-circle-left ipu-fn-left" href="javascript:history.back(-1);"></a>
|
30
|
|
<a class="ipu-icon fa fa-home ipu-fn-right" href="../../index.html"></a>
|
31
|
|
<h1 class="ipu-toolbar-title">单页面-首页</h1>
|
32
|
|
</header>
|
33
|
|
</div>
|
34
|
|
<div class="ipu-col">
|
35
|
|
<section id="list" class="page-content">
|
|
26
|
<div class="ipu-flex-row ipu-flex-vertical">
|
|
27
|
<div class="ipu-flex-col">
|
|
28
|
<header class="ipu-toolbar">
|
|
29
|
<a class="ipu-fn-left" href="javascript:history.back(-1);">
|
|
30
|
<i class="ipu-icon mdi mdi-chevron-left"></i>
|
|
31
|
</a>
|
|
32
|
<h1 class="ipu-toolbar-title">单页面-首页</h1>
|
|
33
|
</header>
|
|
34
|
</div>
|
|
35
|
<div class="ipu-flex-col ipu-flex-col-auto">
|
|
36
|
<section id="list" class="page-content">
|
36
|
37
|
|
37
|
|
<div class="ipu-list">
|
38
|
|
<ul>
|
39
|
|
<li>
|
40
|
|
<a class="ipu-list-item ipu-list-item-link page-1" href="javascript:;">
|
41
|
|
<div class="ipu-list-item-inner">
|
42
|
|
<div class="ipu-list-item-title">GETpage-1</div>
|
43
|
|
</div>
|
44
|
|
</a>
|
45
|
|
</li>
|
46
|
|
<li>
|
47
|
|
<a class="ipu-list-item ipu-list-item-link page-2" href="javascript:;">
|
48
|
|
<div class="ipu-list-item-inner">
|
49
|
|
<div class="ipu-list-item-title">GETpage-2</div>
|
50
|
|
</div>
|
51
|
|
</a>
|
52
|
|
</li>
|
53
|
|
<li>
|
54
|
|
<a class="ipu-list-item ipu-list-item-link page-with-name" href="javascript:;">
|
55
|
|
<div class="ipu-list-item-inner">
|
56
|
|
<div class="ipu-list-item-title">GET-with-name</div>
|
57
|
|
</div>
|
58
|
|
</a>
|
59
|
|
</li>
|
60
|
|
<li>
|
61
|
|
<a class="ipu-list-item ipu-list-item-link page-post" href="javascript:;">
|
62
|
|
<div class="ipu-list-item-inner">
|
63
|
|
<div class="ipu-list-item-title">
|
64
|
|
POST页面
|
65
|
|
</div>
|
66
|
|
</div>
|
67
|
|
</a>
|
68
|
|
</li>
|
69
|
|
</ul>
|
70
|
|
</div>
|
|
38
|
<div class="ipu-list">
|
|
39
|
<ul>
|
|
40
|
<li>
|
|
41
|
<a class="ipu-list-item ipu-list-item-link page-1" href="javascript:;">
|
|
42
|
<div class="ipu-list-item-inner">
|
|
43
|
<div class="ipu-list-item-title">GETpage-1</div>
|
|
44
|
</div>
|
|
45
|
</a>
|
|
46
|
</li>
|
|
47
|
<li>
|
|
48
|
<a class="ipu-list-item ipu-list-item-link page-2" href="javascript:;">
|
|
49
|
<div class="ipu-list-item-inner">
|
|
50
|
<div class="ipu-list-item-title">GETpage-2</div>
|
|
51
|
</div>
|
|
52
|
</a>
|
|
53
|
</li>
|
|
54
|
<li>
|
|
55
|
<a class="ipu-list-item ipu-list-item-link page-with-name" href="javascript:;">
|
|
56
|
<div class="ipu-list-item-inner">
|
|
57
|
<div class="ipu-list-item-title">GET-with-name</div>
|
|
58
|
</div>
|
|
59
|
</a>
|
|
60
|
</li>
|
|
61
|
<li>
|
|
62
|
<a class="ipu-list-item ipu-list-item-link page-post" href="javascript:;">
|
|
63
|
<div class="ipu-list-item-inner">
|
|
64
|
<div class="ipu-list-item-title">
|
|
65
|
POST页面
|
|
66
|
</div>
|
|
67
|
</div>
|
|
68
|
</a>
|
|
69
|
</li>
|
|
70
|
</ul>
|
|
71
|
</div>
|
71
|
72
|
|
72
|
|
</section>
|
73
|
|
</div>
|
74
|
|
</div>
|
75
|
|
|
76
|
|
</div>
|
|
73
|
</section>
|
|
74
|
</div>
|
77
|
75
|
</div>
|
78
|
76
|
|
79
|
|
<div class="page-back-home-index">
|
80
|
|
回到首页
|
81
|
|
</div>
|
|
77
|
</div>
|
|
78
|
</div>
|
|
79
|
|
|
80
|
<div class="page-back-home-index">
|
|
81
|
回到首页
|
|
82
|
</div>
|
82
|
83
|
|
83
|
84
|
</body>
|
84
|
85
|
</html>
|