-
Notifications
You must be signed in to change notification settings - Fork 285
/
layouts.html
112 lines (81 loc) · 3.9 KB
/
layouts.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> - 布局</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="shortcut icon" href="favicon.ico"> <link href="css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
<link href="css/font-awesome.css?v=4.4.0" rel="stylesheet">
<!-- Morris -->
<link href="css/plugins/morris/morris-0.4.3.min.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css?v=4.1.0" rel="stylesheet">
</head>
<body class="gray-bg">
<div class="wrapper wrapper-content animated fadeInRight">
<div class="row">
<div class="col-lg-12">
<div class="ibox float-e-margins">
<div class="ibox-content text-center p-md">
<h2><span class="text-navy"></span>
提供两种主要布局和3套皮肤可供选择</h2>
<p>
所有设置您可以点击页面右上侧的绿色齿轮图标查看效果。
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="ibox float-e-margins">
<div class="ibox-content text-center p-md">
<h4 class="m-b-xxs">上下式布局(可选布局)<span class="label label-primary">新</span></h4>
<p>可选择的配置选项</p>
<span class="simple_tag">滚动导航栏(Scroll navbar)</span>
<span class="simple_tag">顶部固定导航栏(Top fixed navbar)</span>
<span class="simple_tag">盒式布局(Boxed layout)</span>
<span class="simple_tag">滚动页脚(Scroll footer)</span>
<span class="simple_tag">固定页脚(Fixed footer)</span>
<div class="m-t-md">
<p>点击以下图片查看效果:</p>
<div class="p-lg ">
<a href="index_v5.html" target="_blank">
<img class="img-responsive img-shadow" src="img/index_4.jpg" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="ibox float-e-margins">
<div class="ibox-content text-center p-md">
<h4 class="m-b-xxs">左右式布局(经典布局)</h4>
<p>可选择的配置选项</p>
<span class="simple_tag">折叠菜单(Collapse menu)</span>
<span class="simple_tag">滚动菜单栏(Scroll navbar)</span>
<span class="simple_tag">固定顶部菜单栏(Top fixed navbar)</span>
<span class="simple_tag">盒式布局(Boxed layout)</span>
<div class="m-t-md">
<p>点击以下图片查看效果:</p>
<div class="p-lg">
<a href="javascript:;">
<img class="img-responsive img-shadow" src="img/index.jpg" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 全局js -->
<script src="js/jquery.min.js?v=2.1.4"></script>
<script src="js/bootstrap.min.js?v=3.3.6"></script>
<!-- 自定义js -->
<script src="js/content.js?v=1.0.0"></script>
</body>
</html>