|
@@ -41,7 +41,7 @@
|
|
|
<div class="pos" data-aria-viewport-area tabindex="0"
|
|
|
aria-label aria-description="You've reached the path area; this area has three URLs; please use the tab key to go through the content."
|
|
|
>
|
|
|
- <div tabindex="-1">
|
|
|
+ <div >
|
|
|
<span class="pos1" tabindex="0">Your Position: </span>
|
|
|
<Router-link to="/Layout/Home"
|
|
|
replace
|
|
@@ -75,7 +75,7 @@
|
|
|
aria-label aria-description="You've reached the section of exhibition title, please use the tab key to navigate through the content."
|
|
|
>
|
|
|
<div class="title_2" tabindex="0">{{ data.title }}</div>
|
|
|
- <div class="info" tabindex="-1">
|
|
|
+ <div class="info" >
|
|
|
<span class="info_1" tabindex="0">{{ data.date }}</span>
|
|
|
<span class="info_2" tabindex="0">{{ data.time }}</span>
|
|
|
<span class="info_3" tabindex="0">{{ data.loc }}</span>
|
|
@@ -89,13 +89,13 @@
|
|
|
v-show="index === pageInd"
|
|
|
v-for="(item, index) in data.page"
|
|
|
:key="index"
|
|
|
- tabindex="-1"
|
|
|
+
|
|
|
>
|
|
|
<p class="one" v-html="item.tit" tabindex="0"></p>
|
|
|
<div class="fuTxt" v-html="item.article" tabindex="0"></div>
|
|
|
</div>
|
|
|
<!-- 分页 -->
|
|
|
- <div class="paging" tabindex="-1">
|
|
|
+ <div class="paging" >
|
|
|
<span v-show="pageInd !== 0"
|
|
|
@click="pageCut(pageInd - 1)"
|
|
|
@keydown.enter.passive="pageCut(pageInd - 1)"
|
|
@@ -133,7 +133,7 @@
|
|
|
>
|
|
|
<div class="title_3" tabindex="0">——<span>Exhibition Objects</span>——</div>
|
|
|
<!-- 图片 -->
|
|
|
- <div class="row" :class="{ show: showObjects }" tabindex="-1">
|
|
|
+ <div class="row" :class="{ show: showObjects }" >
|
|
|
<div class="rowOne" :title="i" v-for="i in data.objects" :key="i"
|
|
|
tabindex="0" aria-label="" aria-description=""
|
|
|
>
|
|
@@ -163,7 +163,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="more" tabindex="-1">
|
|
|
+ <div class="more" >
|
|
|
<span
|
|
|
@click="showObjects = !showObjects"
|
|
|
@keydown.enter.passive="showObjects = !showObjects"
|
|
@@ -185,7 +185,7 @@
|
|
|
>
|
|
|
<div class="title_3" tabindex="0">——<span>Exhibition Galleries</span>——</div>
|
|
|
<!-- 图片 -->
|
|
|
- <div class="box" :class="{ show: showGalleries }" tabindex="-1">
|
|
|
+ <div class="box" :class="{ show: showGalleries }" >
|
|
|
<img
|
|
|
:title="i"
|
|
|
:src="`/data/Exhibitions/${dataUrl}/galleries${data.topImg}/galleries${i}${data.imgLast}`"
|
|
@@ -196,7 +196,7 @@
|
|
|
aria-description=""
|
|
|
/>
|
|
|
</div>
|
|
|
- <div class="more" v-show="data.galleries>3" tabindex="-1">
|
|
|
+ <div class="more" v-show="data.galleries>3" >
|
|
|
<span
|
|
|
@click="showGalleries = !showGalleries"
|
|
|
@keydown.enter.passive="showGalleries = !showGalleries"
|