forked from MAXIAODONGS/runSchool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathklist.html
More file actions
45 lines (43 loc) · 1.85 KB
/
klist.html
File metadata and controls
45 lines (43 loc) · 1.85 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
<!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="#right-link" class=""> </a>
</div>
</header>
<div class="communityPage-main">
<div class="communityPage-info">
<img class="communityPage-img" src="images/boy.png">
<div>
<p class="communityPage-title"> 饮食健康</p>
<p class="communityPage-num"><label>话题<span class="communityPage-topic-num cmn-theme-color">0</span></label><label>回复<span class="communityPage-comment-num cmn-theme-color">0</span></label></p>
</div>
</div>
<div class="communityPage-topic cmn-theme-color-active" id="communityPage-topic"><a class="active">全部</a></div>
</div>
<div class="nokeshuo">
<img src="images/none.png" />
<p>还没话题,快来说两句</p>
</div>
<div class="communityPage-publish-btn cmn-theme-bgcolor" id="communityPage-publish-btn"><span>发帖</span></div>
</body>
</html>