-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticleList.html
39 lines (35 loc) · 1.68 KB
/
articleList.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
<script>
$(".article-List").each(function(index,e){
$(e).addClass("enter-left-bounce");
});
//初始化
clientWithChenge();
$(".article-Introduction").ellipsis(40);
//$($(".article-Title")[0]).find("ins").click();
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--<foreach name="ArticlesList" item="item">-->
<div class="row article-List" style="margin-right:0px;margin-left: 0px;">
<div class="col-md-12 col-lg-12" style="height:20px;"></div>
<div class="article-Title col-md-12 col-lg-12" this-article-id='{{$item.id}}' style="width:100%;">
<ins style="cursor:pointer;font-size:17px; " onclick="openArtiele('{{$item.id}}',this);" class="">构建易于扩展的前端统计脚本</ins>
</div>
<div class="col-md-12 col-lg-12 hidden-xs hidden-sm" style="width: 100%;padding-top: 15px;word-break: normal; color: #343434;">
<blockquote>
<div class="article-Introduction" style="">按时打算打算的撒</div>
</blockquote>
</div>
<div class="col-md-12 col-lg-12 hidden-xs hidden-sm" style="height:40px; color: #ABABAB;">
<ul class="list-inline clearfix">
<li class="meta-date">
<i class="glyphicon glyphicon-calendar btn-xs"><span style="font-size:inherit;">2016年9月16日19:42:47</span></i>
</li>
<li class="meta-tags pull-right">
<i class="glyphicon glyphicon-tag btn-xs">
<span style="font-size:inherit;">统计脚本</span>
</i>
</li>
</ul>
</div>
</div>
<!--</foreach>-->