-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (57 loc) · 1.53 KB
/
index.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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="./logo.png"/>
<title>Panli 专题页 汇总</title>
<link rel="stylesheet" href="./bower_components/bootstrap/dist/css/bootstrap.min.css">
<style>
.bs-docs-header{
background: rgb(17, 195, 150);
color: #FFF;
padding: 30px 0;
}
.list-wrap{
padding: 30px 0;
}
.list-d{
border-left:4px solid #aa6708;
margin-bottom: 10px;
padding-left: 20px;
clear: both;
line-height: 34px;
overflow: hidden;
}
.info-time{
margin-right: 30px;
}
.info-text{
}
.url-btn{
float: right;
}
</style>
</head>
<body>
<div class="app" id="app">
<div class="bs-docs-header" id="content" tabindex="-1">
<div class="container">
<h1>Panli 专题页 静态页面汇总</h1>
<p>这仅仅只是展示的开始,别动,还有更精彩的内容等你去挖掘哦。。。</p>
</div>
</div>
<div class="list-wrap container" >
<div class="list-d">
<span class="info-time">2015-10-08</span>
<span class="info-text">双十节专题页</span>
<a href="./20151008/" class="url-btn btn btn-success">浏览</a>
</div>
<div class="list-d">
<span class="info-time">2015-10-08</span>
<span class="info-text">双十节专题页</span>
<a href="./20151008/" class="url-btn btn btn-success">浏览</a>
</div>
</div>
</div>
</body>
</html>