|
@@ -30,7 +30,6 @@
|
|
|
</Carousel>
|
|
</Carousel>
|
|
|
|
|
|
|
|
<h2 class="text-center banner-title">
|
|
<h2 class="text-center banner-title">
|
|
|
- 保护利用,传承发展
|
|
|
|
|
</h2>
|
|
</h2>
|
|
|
|
|
|
|
|
<!-- 主要内容 -->
|
|
<!-- 主要内容 -->
|
|
@@ -455,12 +454,17 @@ onMounted(() => {
|
|
|
margin-top: 35px;
|
|
margin-top: 35px;
|
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- top: 100px;
|
|
|
|
|
|
|
+ top: 80px;
|
|
|
left: 0;
|
|
left: 0;
|
|
|
right: 0;
|
|
right: 0;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
z-index: 10;
|
|
z-index: 10;
|
|
|
|
|
+ min-height: 36px;
|
|
|
|
|
+ background-image: url('@/assets/images/index-title.png');
|
|
|
|
|
+ background-size: auto 36px;
|
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
|
+ background-position: center center;
|
|
|
}
|
|
}
|
|
|
.bars-image {
|
|
.bars-image {
|
|
|
width: 100%;
|
|
width: 100%;
|