-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiscover.html
156 lines (136 loc) · 5.55 KB
/
discover.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>发现</title>
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<!-- No Baidu Siteapp-->
<meta http-equiv="Cache-Control" content="no-siteapp"/>
<link rel="icon" type="image/png" href="assets/i/favicon.png">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="assets/i/[email protected]">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Amaze UI"/>
<link rel="apple-touch-icon-precomposed" href="assets/i/[email protected]">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="assets/i/[email protected]">
<meta name="msapplication-TileColor" content="#0e90d2">
<!-- Add to homescreen for Safari on iOS -->
<!-- 添加至主屏, 从主屏进入会隐藏地址栏和状态栏, 全屏(content="yes") -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- 系统顶栏的颜色(content = black、white 和 black-translucent)选其一就可以 -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- 指定标题 -->
<meta name="apple-mobile-web-app-title" content="Web Starter Kit">
<!-- 指定icon, 建议PNG格式-->
<link rel="apple-touch-icon" href="touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="76x76" href="touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="120x120" href="touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad-retina.png">
<!--
使用rel="apple-touch-icon"属性为“增加高光光亮的图标”, 系统会自动为图标添加圆角及高光;
使用rel="apple-touch-icon-precomposed"属性为“设计原图图标”;
-->
<link rel="apple-touch-icon-precomposed" href="/path/to/[email protected]">
<link rel="stylesheet" href="assets/css/amazeui.min.css">
<link rel="stylesheet" href="assets/css/app.css">
</head>
<body>
<!-- 图片 -->
<div>
<img src="assets/images/1.png" width="100%" height="100%">
</div>
<!-- 菜单列表 -->
<div data-am-widget="list_news" class="am-list-news am-list-news-default" >
<div class="am-list-news-bd">
<ul class="am-list">
<li class="am-g am-list-item-dated" style="border-top:0px;">
<a href="##" class="am-list-item-hd" style="margin-left:20px;"><img src="assets/images/home.png" width="35px" height="35px" style="margin-right:10px">官方商城</a>
<span class="am-list-date">></span>
</li>
<li class="am-g am-list-item-dated">
<a href="##" class="am-list-item-hd" style="margin-left:20px;"><img src="assets/images/legal.png" width="35px" height="35px" style="margin-right:10px">拍卖场</a>
<span class="am-list-date">></span>
</li>
<li class="am-g am-list-item-dated">
<a href="##" class="am-list-item-hd" style="margin-left:20px;"><img src="assets/images/book.png" width="35px" height="35px" style="margin-right:10px">文玩知识</a>
<span class="am-list-date">></span>
</li>
<li class="am-g am-list-item-dated">
<a href="##" class="am-list-item-hd" style="margin-left:20px;"><img src="assets/images/book.png" width="35px" height="35px" style="margin-right:10px">玉石定制</a>
<span class="am-list-date">></span>
</li>
</ul>
</div>
</div>
<!-- 二维码图片 -->
<div>
<div style="text-align:center;">
<img src="assets/images/qrcode.png" width="140px" height="140px">
<br />
<img src="assets/images/mnj.png" width="140px" height="100px">
</div>
</div>
<!-- 菜单栏 -->
<div data-am-widget="navbar" class="am-navbar am-cf am-navbar-default " id="">
<ul class="am-navbar-nav am-cf am-avg-sm-4">
<li >
<a href="./index.html" class="">
<span class="am-icon-home"></span>
<span class="am-navbar-label">首页</span>
</a>
</li>
<li>
<a href="./discover.html" class="">
<span class="am-icon-compass"></span>
<span class="am-navbar-label">发现</span>
</a>
</li>
<li>
<a href="###" class="">
<span class="am-icon-camera am-icon-lg"></span>
</a>
</li>
<li>
<a href="./message.html" class="">
<span class="am-icon-comment"></span>
<span class="am-navbar-label">消息</span>
</a>
</li>
<li>
<a href="./me.html" class="">
<span class="am-icon-male"></span>
<span class="am-navbar-label">我的</span>
</a>
</li>
</ul>
</div>
<!-- 回到顶部 -->
<div data-am-widget="gotop" class="am-gotop am-gotop-fixed" >
<a href="#top" title="回到顶部">
<span class="am-gotop-title">回到顶部</span>
<i class="am-gotop-icon am-icon-chevron-up"></i>
</a>
</div>
<!--[if (gte IE 9)|!(IE)]><!-->
<script src="assets/js/jquery.min.js"></script>
<!--<![endif]-->
<!--[if lte IE 8 ]>
<script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script>
<script src="http://cdn.staticfile.org/modernizr/2.8.3/modernizr.js"></script>
<script src="assets/js/amazeui.ie8polyfill.min.js"></script>
<![endif]-->
<script src="assets/js/amazeui.min.js"></script>
</body>
</html>