|
@@ -8,32 +8,32 @@
|
|
|
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="9">
|
|
|
+ <el-carousel-item key="10">
|
|
|
<router-link
|
|
|
- to="/Layout/ExhibitionsInfo?id=61&k=1"
|
|
|
+ to="/Layout/ExhibitionsInfo?id=63&k=2"
|
|
|
replace
|
|
|
tabindex="0"
|
|
|
aria-label="Image link"
|
|
|
- aria-description="The soul of Russia - selected pieces of painting from the State Tretyakov Gallery collection"
|
|
|
+ aria-description="Four Seasons Album: Peking Folk Customs"
|
|
|
>
|
|
|
<img
|
|
|
- :src="require(`@/assets/images/swiper9.jpg`)"
|
|
|
- alt="The soul of Russia - selected pieces of painting from the State Tretyakov Gallery collection"
|
|
|
+ :src="require(`@/assets/images/swiper10.jpg`)"
|
|
|
+ alt="Four Seasons Album: Peking Folk Customs"
|
|
|
/>
|
|
|
</router-link>
|
|
|
</el-carousel-item>
|
|
|
|
|
|
- <el-carousel-item key="8">
|
|
|
+ <el-carousel-item key="9">
|
|
|
<router-link
|
|
|
- to="/Layout/ExhibitionsInfo?id=60&k=1"
|
|
|
+ to="/Layout/ExhibitionsInfo?id=61&k=4"
|
|
|
replace
|
|
|
tabindex="0"
|
|
|
aria-label="Image link"
|
|
|
- aria-description="Unveiling Sanxingdui And Jinsha Of Ancient Shu Civilization"
|
|
|
+ aria-description="The soul of Russia - selected pieces of painting from the State Tretyakov Gallery collection"
|
|
|
>
|
|
|
<img
|
|
|
- :src="require(`@/assets/images/swiper8.jpg`)"
|
|
|
- alt="Unveiling Sanxingdui And Jinsha Of Ancient Shu Civilization"
|
|
|
+ :src="require(`@/assets/images/swiper9.jpg`)"
|
|
|
+ alt="The soul of Russia - selected pieces of painting from the State Tretyakov Gallery collection"
|
|
|
/>
|
|
|
</router-link>
|
|
|
</el-carousel-item>
|
|
@@ -68,37 +68,9 @@
|
|
|
</router-link>
|
|
|
</el-carousel-item>
|
|
|
|
|
|
- <!-- <el-carousel-item key="1">
|
|
|
- <router-link
|
|
|
- to="/Layout/ExhibitionsInfo?id=1&k=3"
|
|
|
- replace
|
|
|
- tabindex="0"
|
|
|
- aria-label="Image link"
|
|
|
- aria-description="The Great Journey: the 100th Anniversary of the Founding of the Communist Party of China."
|
|
|
- >
|
|
|
- <img
|
|
|
- :src="require(`@/assets/images/swiper1.jpg`)"
|
|
|
- alt="The Great Journey: the 100th Anniversary of the Founding of the Communist Party of China."
|
|
|
- />
|
|
|
- </router-link>
|
|
|
- </el-carousel-item> -->
|
|
|
- <el-carousel-item key="2">
|
|
|
- <router-link
|
|
|
- to="/Layout/Collections/Bronzes"
|
|
|
- replace
|
|
|
- tabindex="0"
|
|
|
- aria-label="Image link"
|
|
|
- aria-description="What's new? More arts just added to our online collections."
|
|
|
- >
|
|
|
- <img
|
|
|
- :src="require(`@/assets/images/swiper2.jpg`)"
|
|
|
- alt="What's new? More arts just added to our online collections."
|
|
|
- />
|
|
|
- </router-link>
|
|
|
- </el-carousel-item>
|
|
|
<el-carousel-item key="3">
|
|
|
<router-link
|
|
|
- to="/Layout/ExhibitionsInfo?id=10&k=2"
|
|
|
+ to="/Layout/ExhibitionsInfo?id=10&k=3"
|
|
|
replace
|
|
|
tabindex="0"
|
|
|
aria-label="Image link"
|
|
@@ -110,20 +82,6 @@
|
|
|
/>
|
|
|
</router-link>
|
|
|
</el-carousel-item>
|
|
|
- <el-carousel-item key="4">
|
|
|
- <router-link
|
|
|
- to="/Layout/Publications/2"
|
|
|
- replace
|
|
|
- tabindex="0"
|
|
|
- aria-label="Image link"
|
|
|
- aria-description="Exhibition catalogues newly added to our website."
|
|
|
- >
|
|
|
- <img
|
|
|
- :src="require(`@/assets/images/swiper4.jpg`)"
|
|
|
- alt="Exhibition catalogues newly added to our website."
|
|
|
- />
|
|
|
- </router-link>
|
|
|
- </el-carousel-item>
|
|
|
</el-carousel>
|
|
|
<!-- 底部 -->
|
|
|
<div
|
|
@@ -314,7 +272,7 @@ export default {
|
|
|
img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- object-fit: cover;
|
|
|
+ object-fit: contain;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.bottomNav {
|