-
Notifications
You must be signed in to change notification settings - Fork 0
/
2优秀作品.html
88 lines (88 loc) · 3.21 KB
/
2优秀作品.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>孤旅诗社</title>
<link href="css/3.css" type="text/css" rel="stylesheet" />
<style type="text/css">
body,td,th {
color: #03EFF1;
}
body {
background-image: url(images/背景图.png);
}
</style>
</head>
<body>
<div class="header">
<div class="header_in">
<img class="left" src="images/logo.png"/>
</div>
</div>
<div class="nav">
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="1诗社组成.html">诗社组成</a></li>
<li class="last"><a href="2优秀作品.html">优秀作品</a></li>
<li><a href="3诗社商城.html">诗社商城</a></li>
<li><a href="4诗社资讯.html">诗社资讯</a></li>
<li><a href="5社员注册.html">社员注册</a></li>
</ul>
</div>
<div class="banner"></div>
<div class="content">
<div>
<marquee dire="right" acrollamount="6" width="900" height+"30">部分作品可点击作品名联网访问</marquee>
</div>
<ul class="product_list">
<li>
<div>
<img src="images/2优秀作品/这场青春值得骄傲.png" width="400" height="450"/>
<p class="price"><strong><a href="这场青春值得骄傲.html">《这场青春值得骄傲》</a></strong></p>
<p>
<em class="em">BJ_Xin白敬新</em><em class="em"></em>
</p>
<p>歌词作品</p>
</div>
<div class="product_status">
<span class="product_sold">阅读量100W+</span>
<span>评论10W+ </span>
</div>
</li>
<li>
<div>
<img src="images/2优秀作品/写给降落在人间双子座的你.png" width="400" height="450"/>
<p class="price"><strong><a href="写给降落在人间双子座的你.html">《降落在人间双子座的你》</a></strong></p>
<p><em class="em">BJ_Xin白敬新</em><em class="em"></em> </p>
<p>歌词作品,又名《与茹君书》</p>
</div>
<div class="product_status"><span class="product_sold">阅读量100W+</span> <span>评论10W+</span></div>
</li>
<li>
<div>
<img src="images/2优秀作品/那段临近高考的日子.png" width="400" height="450"/>
<p class="price"><strong><a href="#">《那段临近高考的日子》</a></strong></p>
<p>
<em class="em">BJ_Xin白敬新</em><em class="em"></em>
</p>
<p>散文作品</p>
</div>
<div class="product_status"><span class="product_sold">阅读量100W+</span> <span>评论10W+ </span></div>
</li>
<li>
<div>
<img src="images/2优秀作品/致新书.png" width="400" height="450"/>
<p class="price"><strong><a href="#">《致新书》</a></strong></p>
<p>
<em class="em">BJ_Xin白敬新</em><em class="em"></em>
</p>
<p>散文作品</p>
</div>
<div class="product_status"><span class="product_sold">阅读量100W+</span> <span>评论10W+ </span></div>
</li>
</ul>
</div>
<div class="footer">Copyright © 2018-2021 孤旅诗社, GuLvShiShe.<br />
2018-2021,版权所有 孤旅诗社</div>
</html>