|
@@ -81,6 +81,18 @@
|
|
|
>
|
|
|
重新开始
|
|
|
</div>
|
|
|
+ <div class="about-box">
|
|
|
+ <div style="display: flex">
|
|
|
+ <div style="font-weight: bold;">
|
|
|
+ 《无尽藏》展览策展人:
|
|
|
+ </div><span>庞鸥</span>
|
|
|
+ </div>
|
|
|
+ <div style="font-weight: bold;margin-top: 5px;">
|
|
|
+ 线上策展团队:
|
|
|
+ </div>
|
|
|
+ <div>南京博物院:南京博物院:张莅坤 刘佳 李文彬 张晓婉</div>
|
|
|
+ <div>珠海市四维时代网络科技有限公司</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<div
|
|
@@ -132,7 +144,7 @@
|
|
|
/>
|
|
|
|
|
|
<!-- 提示语 -->
|
|
|
- <div :class="`operation-tip ${titShow ? '' : 'operation-tipHide'}`">
|
|
|
+ <div :class="`operation-tip ${titShow && route.query.anchorIdx !='3' ? '' : 'operation-tipHide'}`">
|
|
|
左右滑动
|
|
|
<img
|
|
|
class=""
|
|
@@ -298,6 +310,8 @@ const OpenScene = () => {
|
|
|
const musicDom = document.getElementById("bg-music")
|
|
|
musicDom.pause()
|
|
|
router.replace("/scene")
|
|
|
+ // window.open('https://www.4dkankan.com/spg.html?m=KJ-et2X3su4ofm', '_parent')
|
|
|
+ // window.location.replace('https://www.4dkankan.com/spg.html?m=KJ-et2X3su4ofm')
|
|
|
}
|
|
|
|
|
|
// 提示语的显示隐藏
|
|
@@ -648,7 +662,7 @@ body {
|
|
|
// 最后一页的文字
|
|
|
.ROW4 {
|
|
|
.ROWtxt {
|
|
|
- top: 20%;
|
|
|
+ top: 15%;
|
|
|
left: 37%;
|
|
|
}
|
|
|
}
|
|
@@ -687,6 +701,25 @@ body {
|
|
|
margin-left: 54%;
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
+ .about-box{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ color: #688067;
|
|
|
+ font-size: 12px;
|
|
|
+ transform: translateX(-30%);
|
|
|
+ position: fixed;
|
|
|
+ bottom: 40px;
|
|
|
+
|
|
|
+ >div{
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
+ >.strong{
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|