forked from MAXIAODONGS/runSchool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
62 lines (55 loc) · 2.63 KB
/
news.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>校园跑腿</title>
<meta name="description" content="校园跑腿"/>
<meta name="keywords" content="校园跑腿"/>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<link rel="stylesheet" href="css/amazeui.min.css"/>
<link rel="stylesheet" href="css/style.css"/>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/amazeui.min.js"></script>
<script type="text/javascript" src="js/application.js"></script>
</head>
<body>
<header data-am-widget="header" class="am-header am-header-default header">
<div class="am-header-left am-header-nav">
<a href="javascript:history.go(-1)" class="">
<i class="am-header-icon am-icon-angle-left"></i>
</a>
</div>
<h1 class="am-header-title"><a href="#title-link" class="" style="color: #333;">最新资讯</a></h1>
<div class="am-header-right am-header-nav">
<a href="" class="blue" style="color: #79bbff"></a>
</div>
</header>
<ul data-am-widget="gallery" style="margin-top: 2px"
class="am-gallery am-avg-sm-2 am-avg-md-3 am-avg-lg-4 am-gallery-default product">
<li>
<a href="news_details.html" class="">
<h3 style="float: left;margin-right: 10px">发布最新</h3><span class="gray" style="font-size: 12px">2018.10.11 10:40</span>
<h5 class="gray">校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿</h5>
<img class="am-gallery-item">
<img src="images/banner1.jpg"/>
</a>
</li>
<li>
<a href="news_details.html" class="">
<h3 style="float: left;margin-right: 10px">发布最新</h3><span class="gray" style="font-size: 12px">2018.10.11 10:40</span>
<h5 class="gray">校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿</h5>
<img class="am-gallery-item">
<img src="images/banner1.jpg"/>
</a>
</li>
<li>
<a href="news_details.html" class="">
<h3 style="float: left;margin-right: 10px">发布最新</h3><span class="gray" style="font-size: 12px">2018.10.11 10:40</span>
<h5 class="gray">校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿校园跑腿</h5>
<img class="am-gallery-item">
<img src="images/banner1.jpg"/>
</a>
</li>
</ul>
</body>
</html>