<!DOCTYPE html>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>四川自然保护区</title>
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
}
.main-container {
margin-left: 20%;
width: 60%;
height: 0;
padding-top: 56.25%; /* 16:9 Aspect Ratio */
position: relative;
background-color: #2f4f2f;
}
.title-container {
position: absolute;
top: 0;
left: 0;
width: 20%;
height: 10%;
background: linear-gradient(to bottom, #00CD00, #006400);
display: flex;
align-items: center;
justify-content: center;
color: white;
font-family: "幼圆", sans-serif;
font-size: 25px;
font-weight: bold;
}
header {
position: absolute;
top: 0;
left: 20%;
right: 0;
height: 5%;
background-color: #013220;
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 10px;
color: white;
}
header div {
margin-left: 15px;
cursor: pointer;
}
.content-container {
position: absolute;
top: 10%;
left: 0;
bottom: 0;
width: 20%;
background-color: #3a5d3a;
padding: 10px;
color: white;
overflow: hidden;
box-sizing: border-box;
}
.content-container h3 {
margin: 0 0 10px 0;
display: flex;
align-items: center;
}
.content-container h3 img {
width: 20px;
height: 20px;
margin-right: 5px;
}
.content-container ul {
list-style: none;
padding: 0;
margin: 0;
}
.content-container ul li {
margin-bottom: 10px;
display: flex;
flex-direction: column;
align-items: center;
}
.content-container ul li img {
width: 100%;
height: auto;
border-radius: 5px;
}
.content-container ul li p {
margin-top: 5px;
text-align: center;
}
.main-content {
position: absolute;
top: 5%;
left: 20%;
right: 0;
height: 100%;
bottom: 0;
padding: 10px;
overflow: auto;
}
.main-content img {
width: 100%;
display: block;
margin-bottom: 5px;
}
.tabs {
background-color: #f8f8f8;
border: 1px solid #ccc;
padding: 10px;
box-sizing: border-box;
height: 500px; /* 固定高度 */
display: flex;
flex-direction: column;
justify-content: space-between;
}
.tabs h3 {
margin: 0;
display: flex;
align-items: center;
position: relative;
}
.tabs h3 img {
width: 20px;
height: 20px;
margin-right: 5px;
}
/* 添加绿色横线样式 */
.tabs h3::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(to right, rgba(0, 128, 0, 1), rgba(0, 128, 0, 1) 25%, rgba(0, 128, 0, 1) 75%, rgba(0, 128, 0, 0));
}
.tabs h3::after {
height: 4px; /* 加粗右侧1/4 */
}
</style>
四川自然保护区
Home
E-mail
Collection
服务指南
- 游览须知
- 购票须知
- 景区导览
- 特色美食
- 度假山州
特色美食
-
葱油鸡
-
葱油鸡
-
葱油鸡
<div class="main-content">
<img src="./素材/7.jpg" alt="Scenery 1">
<img src="./素材/1.jpg" alt="Scenery 2">
<div class="tabs">
<h3><img src="./素材/5.jpg" alt="Tour Icon">游览须知</h3>
<p>1.请保持景区卫生,不随地乱丢垃圾。<br>
2.爱护野生动植物,严禁采摘和捕猎。
3.听从景区工作人员指引,不操自进入危险区域。
4.注意安全,雨天道路湿滑,请穿防滑鞋。
5.更多服务信息请咨询景区服务中心.
<p></p>
<p></p>
<p></p>
<p></p><footer style="margin-top: 20px; text-align: center; color: #666; font-size: 14px;">
© 2024 四川自然保护区. 版权所有.
</footer>
</div>
</div>
评论 (0)