aamin 1 year ago
parent
commit
ec5197100b

+ 1 - 1
public/configExcel.js

@@ -573,7 +573,7 @@ var configExcel = {
       "装裱\/材质\/笔类型": "轴 纸本 墨笔",
       "尺寸": "纵169.5厘米\n横45.3厘米",
       "简介": "蒲华以其墨竹闻名于世,既继承传统的精神,也不为自身旧貌和前人经验所囿,师古而不拟古,融诸家之长而融化无迹。\n他写墨竹,一竿数枝,挺立直上,笔墨流畅、凝练,生机蓬勃。他的墨竹画,潇洒奇逸,笔意奔放。\n吴昌硕这样形容蒲华的墨竹:墨沛淋漓,竹叶如掌潇潇洒洒,如疾风振林,听之有声,思之成咏,其襟怀之洒落,逾恒人也。",
-      "作者简介": "吴昌硕这样形容蒲华的墨竹:墨沛淋漓,竹叶如掌潇潇洒洒,如疾风振林,听之有声,思之成咏,其襟怀之洒落,逾恒人也。",
+      "作者简介": "蒲华(1839~1911)原名蒲成,字作英,亦作竹英、竹云,号胥山野史、种竹道人。浙江嘉兴人。清末书画家。秀才,携笔砚出游四方,以卖画为生,最后寓居上海。能诗善书,擅画山水、花卉,尤爱画竹。著有《芙蓉盦赞余草》。",
       "图片": "=DISPIMG(\"ID_50A71FA2D05C474397F445FD27843E17\",1)"
     },
 

BIN
public/configMultiMedia/music/music2.mp3


BIN
src/assets/images/about-us.png


BIN
src/assets/images/fade-chapter-wood/1_01.webp


BIN
src/assets/images/fade-chapter-wood/1_02.webp


BIN
src/assets/images/fade-chapter-wood/1_03.webp


BIN
src/assets/images/fade-chapter-wood/1_04.webp


+ 19 - 1
src/views/ShuangGouSheSeDetail.vue

@@ -66,6 +66,7 @@ const isShowOperationTip = ref(true)
 const handletouchstart = (event) => {
   lastX.value = event.changedTouches[0].pageX
   isShowOperationTip.value = false
+  isShowOperationTip2.value = false
 }
 
 // 监听活动
@@ -89,11 +90,14 @@ const goToSlide = (index) => {
   curIndex.value = index
 }
 
+const isShowOperationTip2 = ref(false)
+
 const openVideoBox = () => {
   isShowVideoBox.value = true
   // 背景音乐打开
   const audioEl = document.getElementById('bg-music')
   audioEl.pause()
+  isShowOperationTip2.value = true
 }
 const closeVieoBox = () => {
   isShowVideoBox.value = false
@@ -152,6 +156,12 @@ const curPercentage = computed(() => {
         src="@/assets/images/img_shuanggou.jpg"
         alt=""
       >
+      <OperationTip
+        class="operation-h-video"
+        text="向左划动"
+        direction="h"
+        :is-show="isShowOperationTip2"
+      />
       <video
         playsinline
         webkit-playsinline="true"
@@ -308,6 +318,13 @@ const curPercentage = computed(() => {
     top: 0;
     left: 0;
     z-index: 10;
+    .operation-h-video{
+      position: fixed;
+      left: 50%;
+      transform: translateX(-50%);
+      top: -34vh;
+      z-index: 21;
+    }
     .video-box-close {
       position: absolute;
       bottom: calc(
@@ -415,4 +432,5 @@ const curPercentage = computed(() => {
   }
 }
 </style>
-import { transform } from 'lodash';import { transform } from 'lodash';
+import { transform } from 'lodash';import { transform } from 'lodash';import { translate } from "element-plus";
+