-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnews.html
More file actions
114 lines (105 loc) · 3.91 KB
/
news.html
File metadata and controls
114 lines (105 loc) · 3.91 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
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes" />-->
<title>彗星播报</title>
<meta name="description" content="彗星是一个用户自主评级的区块链投资社区,每个人都可以对项目进行评价并打分。同时彗星还是一个区块链的百科全书,帮助用户挖掘优质的好项目">
<meta name="keywords" content="彗星社区;区块链;数字货币;区块链评测;区块链投资">
<link rel="icon" href="img/huixing.png" type="image/x-icon"/>
<link rel="stylesheet" media="all" href="./css/entry-c3f65dacaf053f3ad67d.css">
<link rel="stylesheet" href="css/loading.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/news.css">
<link rel="stylesheet" href="css/common.css" />
<link type="favicon" rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="css/header-tpl.css"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116221075-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-116221075-1');
</script>
</head>
<body lang="zh-CN" class="reader-black-font">
<!--导航栏-->
<div class="block-comet-main-wrap">
<div class="comet-main ">
<!-- 全局顶部导航栏 -->
<div class="navbar-fixed-container navbar-fixed-container-hook">
</div>
<div class="container index index-container">
<div class="row">
<div class="col-md-8 col-sm-12 main">
<!--<div class="split-line"></div>-->
<div class="split_news" id="div1">
<a class="news_look" ></a>
<a class="delete" id="clickdisapear" onclick="dispear()">×</a>
</div>
<div id="list-container">
<!-- 文章列表模块 -->
<ul class="note-list" infinite-scroll-url="/" id="dataList">
</ul>
</div>
<div class="load-more-container-wrap">
<div class="load-more-wrap load-more-hook">
<div class="loader1 loader" style="display: none">
<div></div>
<div></div>
<div></div>
</div>
<div class="loading-more" style="display: none">
加载更多
</div>
</div>
<div class="load-more-wrap no-more-hook" style="display: none">
<div class="loading-more">
已无更多数据
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12 aside right-container-wrap">
<div class="row clearfix">
<div class="col-md-12 col-sm-12">
<div class="right_container">
<div class="hot_news-wrap">
<div class="hot_news">
<div class="hot_news_title">24小时热门播报</div>
<ul class="hot_news_list" id="dataRight">
<div class="hot_news_item " id="week ">
</div>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="js/jquery-2.1.1.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.cookie.js"></script>
<script src="js/common.js"></script>
<script src="js/news.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#user_mess_click").click(function(){
$(".more-items").toggle();
});
});
</script>
</body>
</html>