|
@@ -7,8 +7,6 @@
|
|
|
aria-label
|
|
|
aria-description="You've reached the slider section. This section has four image URLs. To browse the content, please use the tab key."
|
|
|
>
|
|
|
-
|
|
|
-
|
|
|
<!-- 新增的轮播图模块 -->
|
|
|
|
|
|
<el-carousel-item key="6">
|
|
@@ -19,20 +17,10 @@
|
|
|
aria-label="Image link"
|
|
|
aria-description="Splendid Central Axis of Beijing."
|
|
|
>
|
|
|
- <img :src="require(`@/assets/images/swiper6.jpg`)" alt="Splendid Central Axis of Beijing." />
|
|
|
- </router-link>
|
|
|
- </el-carousel-item>
|
|
|
-
|
|
|
-
|
|
|
- <el-carousel-item key="5">
|
|
|
- <router-link
|
|
|
- to="/Layout/ExhibitionsInfo?id=57&k=1"
|
|
|
- replace
|
|
|
- tabindex="0"
|
|
|
- aria-label="Image link"
|
|
|
- aria-description="Three Thousand Boundless Universes in Paintings - Portraits of Taoist and Buddhist Figures Collected in the Capital Museum."
|
|
|
- >
|
|
|
- <img :src="require(`@/assets/images/swiper5.jpg`)" alt="Three Thousand Boundless Universes in Paintings - Portraits of Taoist and Buddhist Figures Collected in the Capital Museum." />
|
|
|
+ <img
|
|
|
+ :src="require(`@/assets/images/swiper6.jpg`)"
|
|
|
+ alt="Splendid Central Axis of Beijing."
|
|
|
+ />
|
|
|
</router-link>
|
|
|
</el-carousel-item>
|
|
|
|
|
@@ -92,7 +80,6 @@
|
|
|
/>
|
|
|
</router-link>
|
|
|
</el-carousel-item>
|
|
|
-
|
|
|
</el-carousel>
|
|
|
<!-- 底部 -->
|
|
|
<div
|
|
@@ -273,7 +260,7 @@ export default {
|
|
|
activated() {}, //如果页面有keep-alive缓存功能,这个函数会触发
|
|
|
};
|
|
|
</script>
|
|
|
-<style lang='less' scoped>
|
|
|
+<style lang="less" scoped>
|
|
|
.Home {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
@@ -474,4 +461,4 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|