山海经 - 中国古代神话传说集 - 在线阅读
<!DOCTYPE html>
<html>
<head>
<title>山海经</title>
<style>
body {
margin: 0;
padding: 0;
background-color: #f5f5f5;
font-family: Arial, sans-serif;
}
header {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
font-size: 30px;
font-weight: bold;
}
nav {
background-color: #fff;
padding: 10px;
text-align: center;
}
nav a {
display: inline-block;
padding: 10px;
color: #333;
text-decoration: none;
font-weight: bold;
font-size: 18px;
}
nav a:hover {
background-color: #333;
color: #fff;
}
section {
padding: 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.book {
background-color: #fff;
padding: 20px;
margin: 20px;
box-shadow: 0 0 10px #999;
width: 300px;
height: 450px;
overflow: hidden;
position: relative;
}
.book img {
max-width: 100%;
height: auto;
margin-bottom: 20px;
}
.book h2 {
font-size: 24px;
margin-top: 0;
margin-bottom: 10px;
text-align: center;
}
.book p {
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
text-align: justify;
height: 140px;
overflow: hidden;
}
.read-more {
position: absolute;
bottom: 20px;
right: 20px;
background-color: #333;
color: #fff;
padding: 10px;
text-decoration: none;
font-weight: bold;
font-size: 16px;
transition: all 0.3s ease;
z-index: 1;
}
.read-more:hover {
background-color: #fff;
color: #333;
border: 1px solid #333;
}
.footer {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
font-size: 14px;
}
</style>
</head>
<body>
<header>山海经</header>
<nav>
<a href='#'>经</a>
<a href='#'>纬</a>
<a href='#'>志</a>
<a href='#'>洛书</a>
</nav>
<section>
<div class='book'>
<img src='https://img3.doubanio.com/view/subject/l/public/s9027588.jpg' alt='山海经'>
<h2>山海经</h2>
<p>'山海经'是中国古代一部关于神话传说的文献,记载了古代神话、传说、地理、历史等方面的内容,是中国古代神话传说的重要来源之一。'山海经'原本是不同的地方、不同的民族所记载的不同版本的神话和传说的汇集。</p>
<a href='#' class='read-more'>阅读更多</a>
</div>
<div class='book'>
<img src='https://img1.doubanio.com/view/subject/l/public/s29460829.jpg' alt='山海经'>
<h2>山海经注释</h2>
<p>'山海经注释'是一部对'山海经'的注释和解释,是研究'山海经'的重要参考资料之一。该书详细解读了'山海经'中的地理、历史、神话等方面的内容,为读者深入了解'山海经'提供了很好的帮助。</p>
<a href='#' class='read-more'>阅读更多</a>
</div>
<div class='book'>
<img src='https://img3.doubanio.com/view/subject/l/public/s29653427.jpg' alt='山海經'>
<h2>山海经全译</h2>
<p>'山海经全译'是一部对'山海经'的全面翻译,将'山海经'中的所有内容进行了翻译和解释。该书详细介绍了'山海经'中的地理、历史、神话等方面的内容,为读者深入了解'山海经'提供了很好的帮助。</p>
<a href='#' class='read-more'>阅读更多</a>
</div>
</section>
<footer class='footer'>版权所有 © 2021 山海经</footer>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/nlTB 著作权归作者所有。请勿转载和采集!