|
@@ -29,6 +29,10 @@
|
|
|
</template>
|
|
</template>
|
|
|
</Carousel>
|
|
</Carousel>
|
|
|
|
|
|
|
|
|
|
+ <h2 class="text-center banner-title">
|
|
|
|
|
+ 保护利用,传承发展
|
|
|
|
|
+ </h2>
|
|
|
|
|
+
|
|
|
<!-- 主要内容 -->
|
|
<!-- 主要内容 -->
|
|
|
<div class="main-content">
|
|
<div class="main-content">
|
|
|
<div class="container">
|
|
<div class="container">
|
|
@@ -161,9 +165,6 @@
|
|
|
</template>
|
|
</template>
|
|
|
</Carousel>
|
|
</Carousel>
|
|
|
|
|
|
|
|
- <h2 class="text-center banner-title">
|
|
|
|
|
- 保护利用,传承发展
|
|
|
|
|
- </h2>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
@@ -451,6 +452,11 @@ onMounted(() => {
|
|
|
color: var(--color-primary);
|
|
color: var(--color-primary);
|
|
|
margin-top: 35px;
|
|
margin-top: 35px;
|
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ text-align: center;
|
|
|
}
|
|
}
|
|
|
.bars-image {
|
|
.bars-image {
|
|
|
width: 100%;
|
|
width: 100%;
|