liyongli 1 anno fa
parent
commit
7b01a512b5

+ 0 - 165
src/view/schedule/change.vue

@@ -1,165 +0,0 @@
-<template>
-  <div class="change">
-    <svg
-      xmlns="http://www.w3.org/2000/svg"
-      xmlns:xlink="http://www.w3.org/1999/xlink"
-      version="1.1"
-      id="5689217362"
-      x="0px"
-      y="0px"
-      width="200px"
-      height="200px"
-      viewBox="0 0 64 64"
-      enable-background="new 0 0 64 64"
-      xml:space="preserve"
-      preserveAspectRatio="none"
-      class="liubian dong right"
-    >
-      <polygon
-        fill="#08A1EF"
-        points="64,32 54.6,54.6 32,64 9.4,54.6 0,32 9.4,9.4 32,0 54.6,9.4 "
-        style="fill: #12504d"
-      ></polygon>
-    </svg>
-    <svg
-      xmlns="http://www.w3.org/2000/svg"
-      xmlns:xlink="http://www.w3.org/1999/xlink"
-      version="1.1"
-      id="5689217362"
-      x="0px"
-      y="0px"
-      width="200px"
-      height="200px"
-      viewBox="0 0 64 64"
-      enable-background="new 0 0 64 64"
-      xml:space="preserve"
-      preserveAspectRatio="none"
-      class="liubian dong up"
-    >
-      <polygon
-        fill="#08A1EF"
-        points="64,32 54.6,54.6 32,64 9.4,54.6 0,32 9.4,9.4 32,0 54.6,9.4 "
-        style="fill: #12504d"
-      ></polygon>
-    </svg>
-    <svg
-      xmlns="http://www.w3.org/2000/svg"
-      xmlns:xlink="http://www.w3.org/1999/xlink"
-      version="1.1"
-      id="5689217362"
-      x="0px"
-      y="0px"
-      width="200px"
-      height="200px"
-      viewBox="0 0 64 64"
-      enable-background="new 0 0 64 64"
-      xml:space="preserve"
-      preserveAspectRatio="none"
-      class="liubian dong down"
-    >
-      <polygon
-        fill="#08A1EF"
-        points="64,32 54.6,54.6 32,64 9.4,54.6 0,32 9.4,9.4 32,0 54.6,9.4 "
-        style="fill: #12504d"
-      ></polygon>
-    </svg>
-    <svg
-      xmlns="http://www.w3.org/2000/svg"
-      xmlns:xlink="http://www.w3.org/1999/xlink"
-      version="1.1"
-      id="5689217362"
-      x="0px"
-      y="0px"
-      width="200px"
-      height="200px"
-      viewBox="0 0 64 64"
-      enable-background="new 0 0 64 64"
-      xml:space="preserve"
-      preserveAspectRatio="none"
-      class="liubian dong left"
-    >
-      <polygon
-        fill="#08A1EF"
-        points="64,32 54.6,54.6 32,64 9.4,54.6 0,32 9.4,9.4 32,0 54.6,9.4 "
-        style="fill: #12504d"
-      ></polygon>
-    </svg>
-    
-    <svg
-      xmlns="http://www.w3.org/2000/svg"
-      xmlns:xlink="http://www.w3.org/1999/xlink"
-      version="1.1"
-      id="5689217362"
-      x="0px"
-      y="0px"
-      width="200px"
-      height="200px"
-      viewBox="0 0 64 64"
-      enable-background="new 0 0 64 64"
-      xml:space="preserve"
-      preserveAspectRatio="none"
-      class="liubian dong innone"
-    >
-      <polygon
-        fill="#08A1EF"
-        points="64,32 54.6,54.6 32,64 9.4,54.6 0,32 9.4,9.4 32,0 54.6,9.4 "
-        style="fill: #12504d"
-      ></polygon>
-    </svg>
-  </div>
-</template>
-<script setup></script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-.change {
-  width: 100%;
-  height: 100%;
-  position: relative;
-
-  .liubian {
-    position: absolute;
-    top: 50%;
-    left: 50%;
-    transform: translate(-50%, -50%);
-    transform-origin: center center;
-  }
-
-  .dong {
-    opacity: 0;
-  }
-
-  .up {
-    -webkit-animation: up 1.2s linear ;
-    -moz-animation: up 1.2s linear ;
-    -o-animation: up 1.2s linear ;
-    animation: up 1.2s linear ;
-  }
-  .down {
-    -webkit-animation: down 1.2s linear ;
-    -moz-animation: down 1.2s linear ;
-    -o-animation: down 1.2s linear ;
-    animation: down 1.2s linear ;
-  }
-  .left {
-    -webkit-animation: left 1.2s linear ;
-    -moz-animation: left 1.2s linear ;
-    -o-animation: left 1.2s linear ;
-    animation: left 1.2s linear ;
-  }
-  .right {
-    -webkit-animation: right 1.2s linear ;
-    -moz-animation: right 1.2s linear ;
-    -o-animation: right 1.2s linear ;
-    animation: right 1.2s linear ;
-  }
-  .innone {
-    -webkit-animation: innone 1.2s linear ;
-    -moz-animation: innone 1.2s linear ;
-    -o-animation: innone 1.2s linear ;
-    animation: innone 1.2s linear ;
-    animation-delay: 0.3s;
-  }
-}
-</style>

BIN
src/view/schedule/img/secondhead.jpg


+ 3 - 102
src/view/schedule/index.vue

@@ -1,35 +1,5 @@
 <template>
   <div class="schedule" @touchmove="touchmove">
-    <!-- 播放键 -->
-    <!-- <svg
-      class="imgbtn rotating"
-      @click="play"
-      :style="{
-        'animation-play-state': play_stats ? 'running' : 'paused',
-      }"
-      viewBox="0 0 1024 1024"
-      version="1.1"
-      xmlns="http://www.w3.org/2000/svg"
-      p-id="899"
-      width="32"
-      height="32"
-    >
-      <path
-        d="M512 17.066667c273.339733 0 494.933333 221.5936 494.933333 494.933333S785.339733 1006.933333 512 1006.933333 17.066667 785.339733 17.066667 512 238.660267 17.066667 512 17.066667z"
-        opacity=".502"
-        p-id="900"
-      ></path>
-      <path
-        d="M512 1024C229.2224 1024 0 794.7776 0 512 0 229.2224 229.2224 0 512 0c282.7776 0 512 229.2224 512 512 0 282.7776-229.2224 512-512 512z m0-972.8C257.501867 51.2 51.2 257.501867 51.2 512s206.301867 460.8 460.8 460.8 460.8-206.301867 460.8-460.8S766.498133 51.2 512 51.2z"
-        fill="#FFFFFF"
-        p-id="901"
-      ></path>
-      <path
-        d="M530.568533 170.666667c4.8128 34.1504 5.495467 77.2096 41.2672 120.2688 27.4944 32.802133 58.453333 62.173867 79.7696 88.832C679.799467 414.6176 699.733333 458.359467 699.733333 502.784c0 71.0656-34.372267 141.431467-57.770666 180.394667h-10.990934c16.503467-36.898133 49.5104-97.723733 46.7456-162.628267-1.365333-36.232533-15.121067-75.178667-38.485333-103.867733-26.146133-33.501867-70.161067-60.142933-108.663467-62.8736v387.447466c0 30.754133-18.568533 58.7776-45.380266 79.274667C459.0592 841.028267 424.669867 853.333333 394.410667 853.333333c-19.2512 0-37.137067-6.144-49.5104-16.401066-13.073067-10.257067-20.6336-25.275733-20.6336-43.042134 0-28.023467 19.2512-56.046933 45.380266-76.544 26.146133-21.179733 59.136-34.850133 86.647467-34.850133 24.081067 0 44.6976 3.413333 57.088 15.035733V170.666667h17.186133z"
-        fill="#FFFFFF"
-        p-id="902"
-      ></path>
-    </svg> -->
     <!-- 上划图标 -->
     <div class="up_icon">
       <div class="center0">
@@ -38,56 +8,22 @@
       </div>
     </div>
 
-    <change v-if="page === -1" />
     <div class="page" @touchstart="touchstart" @touchend="touchend">
       <pageFirst v-if="page === 0" />
-      <!-- <pageSecond v-if="page === 1" /> -->
       <pageThird v-if="page === 1" />
-      <!-- <pageFourth v-if="page === 2" /> -->
       <pageFifth v-if="page === 2" />
       <pageFifth2 v-if="page === 3" />
       <pageSexth v-if="page === 4" />
-      <pageSexth2 v-if="page === 5" />
-      <pageSexth3 v-if="page === 6" />
-      <pageSexth4 v-if="page === 7" />
-      <pageSexth5 v-if="page === 8" />
-      <pageSexth6 v-if="page === 9" />
-      <pageSexth7 v-if="page === 10" />
-      <pageSexth8 v-if="page === 11" />
-      <pageSexth9 v-if="page === 12" />
-      <pageSexth10 v-if="page === 13" />
-      <pageSexth11 v-if="page === 14" />
-      <pageSexth12 v-if="page === 15" />
-      <pageSexth13 v-if="page === 16" />
-      <!-- <pageSeventh v-if="page === 17" /> -->
-      <!-- <pageEighth v-if="page === 17" /> -->
     </div>
   </div>
 </template>
 <script setup>
-import { ref, nextTick } from 'vue';
-import change from './change.vue';
+import { ref } from 'vue';
 import pageFirst from './page1.vue';
-// import pageSecond from './page2.vue';
 import pageThird from './page3.vue';
-// import pageFourth from './page4.vue';
 import pageFifth from './page5.vue';
 import pageFifth2 from './page9.vue';
 import pageSexth from './page6.vue';
-import pageSexth2 from './page6-2.vue';
-import pageSexth3 from './page6-3.vue';
-import pageSexth4 from './page6-4.vue';
-import pageSexth5 from './page6-5.vue';
-import pageSexth6 from './page6-6.vue';
-import pageSexth7 from './page6-7.vue';
-import pageSexth8 from './page6-8.vue';
-import pageSexth9 from './page6-9.vue';
-import pageSexth10 from './page6-10.vue';
-import pageSexth11 from './page6-11.vue';
-import pageSexth12 from './page6-12.vue';
-import pageSexth13 from './page6-13.vue';
-// import pageSeventh from './page7.vue';
-// import pageEighth from './page8.vue';
 // import { onMounted, reactive } from "vue";
 // import { isIpad, isIpod, isIphone } from "../../utils/isTerminal";
 
@@ -101,35 +37,6 @@ import pageSexth13 from './page6-13.vue';
 const page = ref(0);
 let startY = 0;
 
-// const audio = new Audio('https://cxzx.smcic.net/topic/tool/media/bgm.mp3');
-// audio.loop = true; // 循环播放
-// audio.autoplay = 'autoplay';
-
-// audio.oncanplay = () => {
-//   window.WeixinJSBridge &&
-//     window.WeixinJSBridge.invoke(
-//       'getNetworkType',
-//       {},
-//       () => {
-//         // audio.play();
-//         // play_stats.value = true;
-//       },
-//       false
-//     );
-// };
-// audio.onplaying = () => (play_stats.value = !audio.paused);
-// audio.onpause = () => (play_stats.value = !audio.paused);
-
-// const play = () => {
-//   if (audio.paused) {
-//     // 播放
-//     audio.play();
-//   } else {
-//     // 暂停
-//     audio.pause();
-//   }
-// };
-
 const touchstart = e => {
   startY = e.changedTouches[0].clientY;
 };
@@ -143,16 +50,10 @@ const touchend = e => {
   // 距离足够则滑动到下一页;
   let n = cha > 0 ? 1 : -1;
   let dn = n + page.value;
-  let len = 16;
+  let len = 4;
   if (dn < 0) return (dn = len);
   if (dn > len) return (dn = 0);
-  page.value = -1;
-  nextTick(() => {
-    let t = setTimeout(() => {
-      clearTimeout(t);
-      page.value = dn;
-    }, 1200);
-  });
+  page.value = dn;
 };
 
 const touchmove = e=> {

+ 0 - 125
src/view/schedule/page2.vue

@@ -1,125 +0,0 @@
-<template>
-  <skeleton title="诚挚邀请" titleLine="">
-    <div class="center2">
-      <!-- <div class="wixinlogo animate__animated animate__fadeInUpBig">
-        <img src="./img/wx_default.png" class="wxicon" />
-        <p class="wx_name">微信昵称(自动识别)</p>
-        <div class="line"></div>
-      </div> -->
-      <div class="centent animate__animated animate__fadeInUpBig">
-        致亲爱的小伙伴们:<br />
-        陕西广电融媒体集团组织线下媒体行采访活动,邀请中央重点新闻网站、省重点新闻网站、集团相关部门记者,深入西安、宝鸡、延安、榆林等地,进行实地调研采访。
-        <p>主办方:陕西广电融媒体集团</p>
-      </div>
-    </div>
-  </skeleton>
-</template>
-<script setup>
-import skeleton from './skeleton.vue';
-
-</script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-.center2 {
-  height: 64vh;
-  text-align: center;
-  line-height: 2em;
-
-  .title {
-    line-height: 2.5em;
-    font-size: 18px;
-    -ms-word-wrap: break-word;
-    word-wrap: break-word;
-    color: #200c38;
-    text-indent: justify;
-    letter-spacing: 0.58em;
-  }
-
-  .title_text {
-    width: 80%;
-    margin: 0 auto;
-    padding-left: 2.5em;
-    height: 2em;
-    text-align: left;
-    position: relative;
-
-    .icon {
-      position: absolute;
-      left: 0;
-      width: 2em;
-      height: 2em;
-
-      &::after,
-      &::before,
-      .dh {
-        display: block;
-        content: ' ';
-        width: 80%;
-        height: 80%;
-        background-color: #050308;
-        position: absolute;
-        top: 5%;
-        left: 5%;
-        z-index: 1;
-      }
-      &::after,
-      .dh {
-        background-color: #12504d;
-        z-index: 0;
-        top: 15%;
-        left: 25%;
-      }
-
-      .dh {
-        z-index: 1;
-        -webkit-animation: second-page-icon 1.2s linear infinite;
-        -moz-animation: second-page-icon 1.2s linear infinite;
-        -o-animation: second-page-icon 1.2s linear infinite;
-        animation: second-page-icon 1.2s linear infinite;
-      }
-    }
-
-    .line {
-      height: 3px;
-      width: calc(100% + 2.5em);
-      background-color: #12504d;
-      margin-left: -2.5em;
-      margin-top: 0.25em;
-    }
-  }
-
-  .wixinlogo {
-    width: 52%;
-    margin: 1em auto 0.3em auto;
-    .wxicon {
-      width: 50px;
-      border-radius: 50%;
-    }
-
-    .wx_name {
-      font-size: 14px;
-      line-height: 1.5em;
-    }
-
-    .line {
-      background-color: #898989;
-      height: 2px;
-      margin: 5px 0 0 0;
-    }
-  }
-
-  .centent {
-    width: 70vw;
-    margin: 0 auto;
-    font-size: 14px;
-    line-height: 2em;
-    text-align: left;
-
-    p {
-      text-align: right;
-    }
-  }
-}
-</style>

+ 5 - 70
src/view/schedule/page3.vue

@@ -1,16 +1,15 @@
 <template>
   <skeleton title="活动介绍" titleLine="">
-    <div style="text-indent: 2em;" class="animate__animated animate__fadeInUp">
+    <div style="text-indent: 2em;">
         “盛世中华 何以中国”全国主题采访活动首站从陕西拉开帷幕。中央媒体、文物大省和属地新闻网站、新媒体组成采访团,在陕西各地文博一线展开线下主题采访活动,多维度展现中华优秀传统文化传承发展的时代价值和丰硕成果。
     </div>
     <br />
-    <!-- <img src="./img/secondhead.jpg" style="display: block;" class="gif animate__animated animate__fadeInUpBig" /> -->
-    <div class="T animate__animated animate__lightSpeedInRight">活动主题</div>
-    <ul class="ul animate__animated animate__zoomInLeft">
+    <div class="T">活动主题</div>
+    <ul class="ul">
       <li>盛世中华 何以中国</li>
     </ul>
-    <div class="T animate__animated animate__lightSpeedInRight">时间地点</div>
-    <ul class="ul animate__animated animate__zoomInLeft">
+    <div class="T">时间地点</div>
+    <ul class="ul">
       <li>7月8日-7月14日</li>
       <li>中国·陕西</li>
     </ul>
@@ -23,15 +22,6 @@ import skeleton from './skeleton.vue';
 // 动画库
 @import url(./sass/animation.scss);
 @import url(./sass/base.scss);
-.title {
-  line-height: 2.5em;
-  font-size: 18px;
-  -ms-word-wrap: break-word;
-  word-wrap: break-word;
-  color: #200c38;
-  text-indent: justify;
-  letter-spacing: 0.58em;
-}
 
 .title_text {
   width: 90%;
@@ -41,42 +31,6 @@ import skeleton from './skeleton.vue';
   text-align: left;
   position: relative;
 
-  .icon {
-    position: absolute;
-    left: 0;
-    width: 2em;
-    height: 2em;
-
-    &::after,
-    &::before,
-    .dh {
-      display: block;
-      content: ' ';
-      width: 80%;
-      height: 80%;
-      background-color: #050308;
-      position: absolute;
-      top: 5%;
-      left: 5%;
-      z-index: 1;
-    }
-    &::after,
-    .dh {
-      background-color: #12504d;
-      z-index: 0;
-      top: 15%;
-      left: 25%;
-    }
-
-    .dh {
-      z-index: 1;
-      -webkit-animation: second-page-icon 1.2s linear infinite;
-      -moz-animation: second-page-icon 1.2s linear infinite;
-      -o-animation: second-page-icon 1.2s linear infinite;
-      animation: second-page-icon 1.2s linear infinite;
-    }
-  }
-
   .line {
     height: 3px;
     width: calc(100% + 2.5em);
@@ -86,25 +40,6 @@ import skeleton from './skeleton.vue';
   }
 }
 
-.centent {
-  width: 90%;
-  margin: 2em auto 0 auto;
-  font-size: 14px;
-  line-height: 1.5em;
-  text-align: left;
-  text-indent: justify;
-  letter-spacing: 0.08em;
-  color: #000;
-}
-
-.gif {
-  display: block;
-  width: 100%;
-  height: 28.5vw;
-  max-height: 97.5px;
-  max-height: 247.5px;
-}
-
 
 .T {
   background-color: #000;

+ 4 - 4
src/view/schedule/page4.vue

@@ -1,11 +1,11 @@
 <template>
   <skeleton title="活动内容" titleLine="">
-    <div class="T animate__animated animate__lightSpeedInRight">活动主题</div>
-    <ul class="ul animate__animated animate__zoomInLeft">
+    <div class="T">活动主题</div>
+    <ul class="ul">
       <li>盛世中华 何以中国</li>
     </ul>
-    <div class="T animate__animated animate__lightSpeedInRight">时间地点</div>
-    <ul class="ul animate__animated animate__zoomInLeft">
+    <div class="T">时间地点</div>
+    <ul class="ul">
       <li>7月8日-7月14日</li>
       <li>中国·陕西</li>
     </ul>

+ 5 - 24
src/view/schedule/page5.vue

@@ -1,35 +1,17 @@
 <template>
   <skeleton title="活动日程-主体活动" titleLine="">
-    <!-- <h4 class="animate__animated animate__zoomInRight">主体活动</h4> -->
-    <div
-      style="animation-delay: 0s"
-      class="item animate__animated animate__zoomInRight"
-    >
+    <div class="item">
       · 7月8日12:00-7月9日12:00 陕西宾馆18号楼一楼大厅 报到
     </div>
-    <div
-      style="animation-delay: 0.1s"
-      class="item animate__animated animate__zoomInRight"
-    >
+    <div class="item">
       · 7月9日14:30-16:30 陕西宾馆会议中心3-5会议室 “担负新时代文化使命
       激活中华文明新活力”主题论坛
     </div>
-    <div
-      style="animation-delay: 0.2s"
-      class="item animate__animated animate__zoomInRight"
-    >
+    <div class="item">
       · 7月9日20:00-21:30 陕西考古博物馆 “盛世中华 何以中国”网上主题宣传启动仪式
     </div>
-    <div
-      style="animation-delay: 0.3s"
-      class="item animate__animated animate__zoomInRight"
-    >
-      · 7月9日上午 陕西考古博物馆 文博单位考察
-    </div>
-    <div
-      style="animation-delay: 0.4s"
-      class="item animate__animated animate__zoomInRight"
-    >
+    <div class="item">· 7月9日上午 陕西考古博物馆 文博单位考察</div>
+    <div class="item">
       · 7月10日上午 陕西考古博物馆或小雁塔博物院 文博单位考察
     </div>
   </skeleton>
@@ -46,7 +28,6 @@ h2 {
 }
 
 .item {
-  font-size: 14px;
   line-height: 2em;
   padding-left: 3px;
   margin-bottom: 10px;

+ 0 - 79
src/view/schedule/page6-10.vue

@@ -1,79 +0,0 @@
-<template>
-  <skeleton title="会议嘉宾" titleLine="">
-    <div class="p6">
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 何毓灵 </van-col>
-        <van-col :span="19">
-          <p>中国社会科学院考古研究所研究员</p>
-          <p>安阳工作站副站长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 孙周勇 </van-col>
-        <van-col :span="19">
-          <p>陕西省考古研究院院长</p>
-          <p>陕西考古博物馆馆长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 王建新 </van-col>
-        <van-col :span="19">
-          <p>丝绸之路考古合作研究中心首席科学家</p>
-          <p>西北大学中亚考古队队长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 巴哈 </van-col>
-        <van-col :span="19">
-          <p>(乌兹别克斯坦)西北大学考古学博士研究生</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 于志勇 </van-col>
-        <van-col :span="19">
-          <p>新疆维吾尔自治区博物馆馆长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 何振良 </van-col>
-        <van-col :span="19">
-          <p>泉州府文庙文物保护管理处研究馆员</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 徐斐宏 </van-col>
-        <van-col :span="19">
-          <p>上海大学讲师</p>
-          <p>三星堆3号祭祀坑发掘负责人</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 马盛楠 </van-col>
-        <van-col :span="19">
-          <p>人民网青海分公司总经理</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 陈睿 </van-col>
-        <van-col :span="19">
-          <p>B站首席执行官</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 侯宁彬 </van-col>
-        <van-col :span="19">
-          <p>陕西历史博物馆馆长</p>
-        </van-col>
-      </van-row>
-    </div>
-  </skeleton>
-</template>
-<script setup>
-import skeleton from './skeleton.vue';
-</script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-
-</style>

+ 0 - 76
src/view/schedule/page6-11.vue

@@ -1,76 +0,0 @@
-<template>
-  <skeleton title="会议嘉宾" titleLine="">
-    <div class="p6">
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 段晓明 </van-col>
-        <van-col :span="19">
-          <p>湖南博物院党委书记</p>
-          <p>湖南博物院院长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 杨隽 </van-col>
-        <van-col :span="19">
-          <p>(段晓明随行)</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 胡御东 </van-col>
-        <van-col :span="19">
-          <p>(段晓明随行)</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 丁晓宏 </van-col>
-        <van-col :span="19">
-          <p>敦煌研究院文物数字化研究所副所长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 徐良高 </van-col>
-        <van-col :span="19">
-          <p>中国社会科学院考古研究所研究员</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 杨阳 </van-col>
-        <van-col :span="19">
-          <p>文物外展专家</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 曲玉莲 </van-col>
-        <van-col :span="19">
-          <p>(杨阳夫人)</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 张桢 </van-col>
-        <van-col :span="19">
-          <p>新华网融媒体产品创新中心融媒一部主任</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 贺亚莉 </van-col>
-        <van-col :span="19">
-          <p>中央广播电视总台央视综合频道负责人</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 郑岩 </van-col>
-        <van-col :span="19">
-          <p>贺亚莉随行</p>
-        </van-col>
-      </van-row>
-    </div>
-  </skeleton>
-</template>
-<script setup>
-import skeleton from './skeleton.vue';
-</script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-
-</style>

+ 0 - 79
src/view/schedule/page6-12.vue

@@ -1,79 +0,0 @@
-<template>
-  <skeleton title="会议嘉宾" titleLine="">
-    <div class="p6">
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 刘兵 </van-col>
-        <van-col :span="19">
-          <p>陕西广电融媒体集团党委书记</p>
-          <p>陕西广电融媒体集团董事长</p>
-          <p>陕西广播电视台台长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 郭雄 </van-col>
-        <van-col :span="19">
-          <p>(刘兵随行)</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 王仁海 </van-col>
-        <van-col :span="19">
-          <p>河南广播电视台党组书记</p>
-          <p>河南广播电视台台长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 郎峰蔚 </van-col>
-        <van-col :span="19">
-          <p>抖音集团副总编辑</p>
-          <p>抖音集团媒体合作总经理</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 赵颖 </van-col>
-        <van-col :span="19">
-          <p>(郎峰蔚随行)</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 朱红杰 </van-col>
-        <van-col :span="19">
-          <p>河南省安阳市宣传部副部长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 闫明杰 </van-col>
-        <van-col :span="19">
-          <p>河南省安阳市宣传部新闻科科长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 毕琼 </van-col>
-        <van-col :span="19">
-          <p>学习强国学习平台有限责任公司视频部副主任</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 陈睿 </van-col>
-        <van-col :span="19">
-          <p>哔哩哔哩董事长兼CEO</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 卢雅君 </van-col>
-        <van-col :span="19">
-          <p>哔哩哔哩公共政策研究院院长</p>
-        </van-col>
-      </van-row>
-    </div>
-  </skeleton>
-</template>
-<script setup>
-import skeleton from './skeleton.vue';
-</script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-
-</style>

+ 0 - 50
src/view/schedule/page6-13.vue

@@ -1,50 +0,0 @@
-<template>
-  <skeleton title="会议嘉宾" titleLine="">
-    <div class="p6">
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 张小娅 </van-col>
-        <van-col :span="19">
-          <p>哔哩哔哩副总编辑</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 许诺 </van-col>
-        <van-col :span="19">
-          <p>哔哩哔哩公共事务总监</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 王瀚哲 </van-col>
-        <van-col :span="19">
-          <p>哔哩哔哩UP主</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 李卓伦 </van-col>
-        <van-col :span="19">
-          <p>哔哩哔哩UP主</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 易言 </van-col>
-        <van-col :span="19">
-          <p>哔哩哔哩UP主</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 胡睦洋 </van-col>
-        <van-col :span="19">
-          <p>哔哩哔哩UP主</p>
-        </van-col>
-      </van-row>
-    </div>
-  </skeleton>
-</template>
-<script setup>
-import skeleton from './skeleton.vue';
-</script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-</style>

+ 0 - 58
src/view/schedule/page6-2.vue

@@ -1,58 +0,0 @@
-<template>
-  <skeleton title="会议嘉宾" titleLine="">
-    <div class="p6">
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 陈仁泽 </van-col>
-        <van-col :span="19">
-          <p>中央网信办网络传播局副局长</p>
-          <p>中央网信办网络社会局</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 张俊峰 </van-col>
-        <van-col :span="19"> 国家文物局办公室主任 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 金瑞国 </van-col>
-        <van-col :span="19"> 国家文物局政策法规司司长 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 罗娟 </van-col>
-        <van-col :span="19"> 国家文物局政策法规司副司长 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 张磊 </van-col>
-        <van-col :span="19"> 国家文物局文物古迹司副司长 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 辛泸江 </van-col>
-        <van-col :span="19"> 国家文物局考古司副司长 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 吴旻 </van-col>
-        <van-col :span="19"> 国家文物局博物馆与社会文物司副司长 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 刘卓群 </van-col>
-        <van-col :span="19"> 国家文物局办公室主任干部 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 李春鹏 </van-col>
-        <van-col :span="19"> 国家文物局政策法规司干部 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 唐颖 </van-col>
-        <van-col :span="19"> 国家文物局政策法规司干部 </van-col>
-      </van-row>
-    </div>
-  </skeleton>
-</template>
-<script setup>
-import skeleton from './skeleton.vue';
-</script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-
-</style>

+ 0 - 57
src/view/schedule/page6-3.vue

@@ -1,57 +0,0 @@
-<template>
-  <skeleton title="会议嘉宾" titleLine="">
-    <div class="p6">
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 李瑞 </van-col>
-        <van-col :span="19">
-            国家文物局新闻中心干部
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 康晋晖 </van-col>
-        <van-col :span="19"> 国家文物局新闻中心干部 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 李德刚 </van-col>
-        <van-col :span="19"> 北京市委网信办副主任 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 靖凌梅 </van-col>
-        <van-col :span="19"> 北京市委网信办传播处干部 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 郭江坪 </van-col>
-        <van-col :span="19"> 山西省委网信办副主任 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 池德生 </van-col>
-        <van-col :span="19"> 山西省委网信办网络传播处处长 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 徐炯 </van-col>
-        <van-col :span="19"> 上海市委网信办主任 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 李雪林 </van-col>
-        <van-col :span="19"> 上海市委网信办网络新闻信息传播处处长 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 黄士平 </van-col>
-        <van-col :span="19"> 上海市委网信办综合处处长 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 王万军 </van-col>
-        <van-col :span="19"> 江苏省委网信办副主任 </van-col>
-      </van-row>
-    </div>
-  </skeleton>
-</template>
-<script setup>
-import skeleton from './skeleton.vue';
-</script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-
-</style>

+ 0 - 64
src/view/schedule/page6-4.vue

@@ -1,64 +0,0 @@
-<template>
-  <skeleton title="会议嘉宾" titleLine="">
-    <div class="p6">
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 童光晶 </van-col>
-        <van-col :span="19"> 江苏省委网信办网络传播处二级调研员 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 许晴 </van-col>
-        <van-col :span="19"> 浙江省委网信办副主任 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 龚伟 </van-col>
-        <van-col :span="19"> 浙江省委网信办网络传播处处长 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 张淏翔 </van-col>
-        <van-col :span="19"> 浙江省委网信办网络传播处干部 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 杨晓冬 </van-col>
-        <van-col :span="19"> 福建省委网信办副主任 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 张朝辉 </van-col>
-        <van-col :span="19"> 福建省委网信办传播处处长 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 卢岚 </van-col>
-        <van-col :span="19">
-          <p>山东省委宣传部副部长</p>
-          <p>省委网信办主任</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 丁玲 </van-col>
-        <van-col :span="19">
-          <p>山东省委网信办网络传播处副处长</p>
-          <p>二级调研员</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 郭岩松 </van-col>
-        <van-col :span="19"> 河南省委网信办主任 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 杨瑞 </van-col>
-        <van-col :span="19">
-          <p>河南省委网信办网络信息传播处处长</p>
-          <p>一级调研员</p>
-        </van-col>
-      </van-row>
-    </div>
-  </skeleton>
-</template>
-<script setup>
-import skeleton from './skeleton.vue';
-</script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-
-</style>

+ 0 - 60
src/view/schedule/page6-5.vue

@@ -1,60 +0,0 @@
-<template>
-  <skeleton title="会议嘉宾" titleLine="">
-    <div class="p6">
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 张倩 </van-col>
-        <van-col :span="19"> 河南网信办综合处二级主任科员 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 谢双林 </van-col>
-        <van-col :span="19">
-          <p>湖北省委宣传部副部长</p>
-          <p>省委网信办主任</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 杨亚军 </van-col>
-        <van-col :span="19"> 湖北省委网信办网络传播与评论处处长 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 刘学 </van-col>
-        <van-col :span="19">
-          <p>湖南省委宣传部副部长(兼)</p>
-          <p>湖南省委网信办主任</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 邓清波 </van-col>
-        <van-col :span="19"> 湖南省委网信办网络宣传评论处处 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 房方 </van-col>
-        <van-col :span="19">
-          <p>四川省委宣传部副部长</p>
-          <p>省委网信办主任</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 曾勇 </van-col>
-        <van-col :span="19"> 四川省委网信办网络新闻信息传播处处长 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 曹学义 </van-col>
-        <van-col :span="19"> 甘肃省委网信办副主任 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 杜昱欣 </van-col>
-        <van-col :span="19"> 人民网甘肃频道负责人 </van-col>
-      </van-row>
-    </div>
-  </skeleton>
-</template>
-<script setup>
-import skeleton from './skeleton.vue';
-</script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-
-</style>

+ 0 - 63
src/view/schedule/page6-6.vue

@@ -1,63 +0,0 @@
-<template>
-  <skeleton title="会议嘉宾" titleLine="">
-    <div class="p6">
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 陈爱民 </van-col>
-        <van-col :span="19">
-          <p>泉州市委宣传部副部长</p>
-          <p>市委网信办主任</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 叶蓁蓁 </van-col>
-        <van-col :span="19">
-          <p>人民网党委书记</p>
-          <p>董事长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 陈星星 </van-col>
-        <van-col :span="19"> 人民网编委 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 钱彤 </van-col>
-        <van-col :span="19">
-          <p>新华网总编辑</p>
-          <p>党委常委</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 魏驱虎 </van-col>
-        <van-col :span="19"> 央视网副总经理 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 丁伟 </van-col>
-        <van-col :span="19"> 人民日报社新媒体中心主任 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 齐慧杰 </van-col>
-        <van-col :span="19">
-          <p>新华社新媒体中心副主任</p>
-          <p>党委委员</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 钱蔚 </van-col>
-        <van-col :span="19"> 中央广播电视总台新闻新媒体中心主任 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 范建平 </van-col>
-        <van-col :span="19"> 国际在线总裁 </van-col>
-      </van-row>
-    </div>
-  </skeleton>
-</template>
-<script setup>
-import skeleton from './skeleton.vue';
-</script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-
-</style>

+ 0 - 68
src/view/schedule/page6-7.vue

@@ -1,68 +0,0 @@
-<template>
-  <skeleton title="会议嘉宾" titleLine="">
-    <div class="p6">
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 杨谷 </van-col>
-        <van-col :span="19"> 光明网总裁兼总编辑 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 俞岚 </van-col>
-        <van-col :span="19">
-          <p>中国新闻社副总编辑</p>
-          <p>中国新闻网总裁</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 刘羡 </van-col>
-        <van-col :span="19">
-          <p>中国新闻网总编辑助理</p>
-          <p>运营中心总监</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 万兴亚 </van-col>
-        <van-col :span="19"> 未来网总裁 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 管真真 </van-col>
-        <van-col :span="19"> 未来网副总裁 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 胡春莉 </van-col>
-        <van-col :span="19"> 腾讯网执行总编辑 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 徐德亮 </van-col>
-        <van-col :span="19"> 腾讯内容安全副总监 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 钟伟 </van-col>
-        <van-col :span="19">
-          <p>抖音集团副总编辑</p>
-          <p>抖音总编辑</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 朱一梵 </van-col>
-        <van-col :span="19"> 抖音集团抖音副总编辑 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 唐凯 </van-col>
-        <van-col :span="19"> 快手科技副总编辑 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 张伟豪 </van-col>
-        <van-col :span="19"> 快手科技政府事务总监 </van-col>
-      </van-row>
-    </div>
-  </skeleton>
-</template>
-<script setup>
-import skeleton from './skeleton.vue';
-</script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-
-</style>

+ 0 - 59
src/view/schedule/page6-8.vue

@@ -1,59 +0,0 @@
-<template>
-  <skeleton title="会议嘉宾" titleLine="">
-    <div class="p6">
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 王珩泽 </van-col>
-        <van-col :span="19"> 微博副总编辑 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 邓巍 </van-col>
-        <van-col :span="19"> 哔哩哔哩高级副总裁 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 杨柳 </van-col>
-        <van-col :span="19"> 网易新闻执行总编辑 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 石新康 </van-col>
-        <van-col :span="19">
-          <p>网易新闻政务总监</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 王炳春 </van-col>
-        <van-col :span="19">
-          <p>山东省文化和旅游厅党组成员</p>
-          <p>山东省文化和旅游厅副厅长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 刘惠 </van-col>
-        <van-col :span="19"> 山东省文化和旅游厅政策法规处副处长 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 傅柒生 </van-col>
-        <van-col :span="19">
-          <p>福建省文旅厅党组成员</p>
-          <p>福建省文旅厅副厅长</p>
-          <p>福建省文物局局长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 陈名杰 </van-col>
-        <van-col :span="19">
-          <p>北京市文物局党组书记</p>
-          <p>北京市文物局局长</p>
-        </van-col>
-      </van-row>
-    </div>
-  </skeleton>
-</template>
-<script setup>
-import skeleton from './skeleton.vue';
-</script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-
-</style>

+ 0 - 75
src/view/schedule/page6-9.vue

@@ -1,75 +0,0 @@
-<template>
-  <skeleton title="会议嘉宾" titleLine="">
-    <div class="p6">
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 刘润民 </van-col>
-        <van-col :span="19">
-          <p>山西省文物局党组书记</p>
-          <p>山西省文物局局长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 樊亚萍 </van-col>
-        <van-col :span="19"> 山西省文物局办公室主任 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 夏丹荷 </van-col>
-        <van-col :span="19"> 浙江省文物局副局长 </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 贾连敏 </van-col>
-        <van-col :span="19">
-          <p>河南省文物局党组成员</p>
-          <p>河南省文物局副局长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 李光明 </van-col>
-        <van-col :span="19">
-          <p>河南省文物局文物资源管理利用处副处长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 白坚 </van-col>
-        <van-col :span="19">
-          <p>甘肃省文物局党组成员</p>
-          <p>甘肃省文物局副局长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 江文辉 </van-col>
-        <van-col :span="19">
-          <p>湖南省文物局副局长</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 李蓓 </van-col>
-        <van-col :span="19">
-          <p>四川省文物局副局长</p>
-          <p>二级巡视员</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 王筱栩 </van-col>
-        <van-col :span="19">
-          <p>四川省文物信息中心主任</p>
-        </van-col>
-      </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
-        <van-col :span="5"> 宋雪慧 </van-col>
-        <van-col :span="19">
-          <p>四川省文物信息中心办公室工作员</p>
-        </van-col>
-      </van-row>
-    </div>
-  </skeleton>
-</template>
-<script setup>
-import skeleton from './skeleton.vue';
-</script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-
-</style>

+ 619 - 10
src/view/schedule/page6.vue

@@ -1,52 +1,661 @@
 <template>
   <skeleton title="会议嘉宾" titleLine="">
     <div class="p6">
-      <van-row class="animate__animated animate__zoomInUp">
+      <van-row>
         <van-col :span="5"> 牛一兵 </van-col>
         <van-col :span="19">
           <p>中央网信办副主任</p>
           <p>国家网信办副主任</p>
         </van-col>
       </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
+      <van-row>
         <van-col :span="5"> 张子浩 </van-col>
         <van-col :span="19"> 一兵同志秘书 </van-col>
       </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
+      <van-row>
         <van-col :span="5"> 王秀军 </van-col>
         <van-col :span="19"> 中国互联网发展基金会理事长 </van-col>
       </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
+      <van-row>
         <van-col :span="5"> 王静 </van-col>
         <van-col :span="19"> 秀军理事长秘书 </van-col>
       </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
+      <van-row>
         <van-col :span="5"> 李群 </van-col>
         <van-col :span="19">
           <p>文化和旅游部副部长</p>
           <p>国家文物局局长</p>
         </van-col>
       </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
+      <van-row>
         <van-col :span="5"> 姜鹏飞 </van-col>
         <van-col :span="19"> 李群同志秘书 </van-col>
       </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
+      <van-row>
         <van-col :span="5"> 陆进 </van-col>
         <van-col :span="19"> 国家文物局副局长 </van-col>
       </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
+      <van-row>
         <van-col :span="5"> 徐立京 </van-col>
         <van-col :span="19"> 人民日报社副总编辑 </van-col>
       </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
+      <van-row>
         <van-col :span="5"> 申茜 </van-col>
         <van-col :span="19"> 立京副总编辑秘书 </van-col>
       </van-row>
-      <van-row class="animate__animated animate__zoomInUp">
+      <van-row>
         <van-col :span="5"> 范小伟 </van-col>
         <van-col :span="19"> 中央网信办网络传播局局长 </van-col>
       </van-row>
+      <van-row>
+        <van-col :span="5"> 陈仁泽 </van-col>
+        <van-col :span="19">
+          <p>中央网信办网络传播局副局长</p>
+          <p>中央网信办网络社会局</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 张俊峰 </van-col>
+        <van-col :span="19"> 国家文物局办公室主任 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 金瑞国 </van-col>
+        <van-col :span="19"> 国家文物局政策法规司司长 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 罗娟 </van-col>
+        <van-col :span="19"> 国家文物局政策法规司副司长 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 张磊 </van-col>
+        <van-col :span="19"> 国家文物局文物古迹司副司长 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 辛泸江 </van-col>
+        <van-col :span="19"> 国家文物局考古司副司长 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 吴旻 </van-col>
+        <van-col :span="19"> 国家文物局博物馆与社会文物司副司长 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 刘卓群 </van-col>
+        <van-col :span="19"> 国家文物局办公室主任干部 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 李春鹏 </van-col>
+        <van-col :span="19"> 国家文物局政策法规司干部 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 唐颖 </van-col>
+        <van-col :span="19"> 国家文物局政策法规司干部 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 李瑞 </van-col>
+        <van-col :span="19">
+            国家文物局新闻中心干部
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 康晋晖 </van-col>
+        <van-col :span="19"> 国家文物局新闻中心干部 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 李德刚 </van-col>
+        <van-col :span="19"> 北京市委网信办副主任 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 靖凌梅 </van-col>
+        <van-col :span="19"> 北京市委网信办传播处干部 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 郭江坪 </van-col>
+        <van-col :span="19"> 山西省委网信办副主任 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 池德生 </van-col>
+        <van-col :span="19"> 山西省委网信办网络传播处处长 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 徐炯 </van-col>
+        <van-col :span="19"> 上海市委网信办主任 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 李雪林 </van-col>
+        <van-col :span="19"> 上海市委网信办网络新闻信息传播处处长 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 黄士平 </van-col>
+        <van-col :span="19"> 上海市委网信办综合处处长 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 王万军 </van-col>
+        <van-col :span="19"> 江苏省委网信办副主任 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 童光晶 </van-col>
+        <van-col :span="19"> 江苏省委网信办网络传播处二级调研员 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 许晴 </van-col>
+        <van-col :span="19"> 浙江省委网信办副主任 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 龚伟 </van-col>
+        <van-col :span="19"> 浙江省委网信办网络传播处处长 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 张淏翔 </van-col>
+        <van-col :span="19"> 浙江省委网信办网络传播处干部 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 杨晓冬 </van-col>
+        <van-col :span="19"> 福建省委网信办副主任 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 张朝辉 </van-col>
+        <van-col :span="19"> 福建省委网信办传播处处长 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 卢岚 </van-col>
+        <van-col :span="19">
+          <p>山东省委宣传部副部长</p>
+          <p>省委网信办主任</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 丁玲 </van-col>
+        <van-col :span="19">
+          <p>山东省委网信办网络传播处副处长</p>
+          <p>二级调研员</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 郭岩松 </van-col>
+        <van-col :span="19"> 河南省委网信办主任 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 杨瑞 </van-col>
+        <van-col :span="19">
+          <p>河南省委网信办网络信息传播处处长</p>
+          <p>一级调研员</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 张倩 </van-col>
+        <van-col :span="19"> 河南网信办综合处二级主任科员 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 谢双林 </van-col>
+        <van-col :span="19">
+          <p>湖北省委宣传部副部长</p>
+          <p>省委网信办主任</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 杨亚军 </van-col>
+        <van-col :span="19"> 湖北省委网信办网络传播与评论处处长 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 刘学 </van-col>
+        <van-col :span="19">
+          <p>湖南省委宣传部副部长(兼)</p>
+          <p>湖南省委网信办主任</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 邓清波 </van-col>
+        <van-col :span="19"> 湖南省委网信办网络宣传评论处处 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 房方 </van-col>
+        <van-col :span="19">
+          <p>四川省委宣传部副部长</p>
+          <p>省委网信办主任</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 曾勇 </van-col>
+        <van-col :span="19"> 四川省委网信办网络新闻信息传播处处长 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 曹学义 </van-col>
+        <van-col :span="19"> 甘肃省委网信办副主任 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 杜昱欣 </van-col>
+        <van-col :span="19"> 人民网甘肃频道负责人 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 陈爱民 </van-col>
+        <van-col :span="19">
+          <p>泉州市委宣传部副部长</p>
+          <p>市委网信办主任</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 叶蓁蓁 </van-col>
+        <van-col :span="19">
+          <p>人民网党委书记</p>
+          <p>董事长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 陈星星 </van-col>
+        <van-col :span="19"> 人民网编委 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 钱彤 </van-col>
+        <van-col :span="19">
+          <p>新华网总编辑</p>
+          <p>党委常委</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 魏驱虎 </van-col>
+        <van-col :span="19"> 央视网副总经理 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 丁伟 </van-col>
+        <van-col :span="19"> 人民日报社新媒体中心主任 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 齐慧杰 </van-col>
+        <van-col :span="19">
+          <p>新华社新媒体中心副主任</p>
+          <p>党委委员</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 钱蔚 </van-col>
+        <van-col :span="19"> 中央广播电视总台新闻新媒体中心主任 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 范建平 </van-col>
+        <van-col :span="19"> 国际在线总裁 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 杨谷 </van-col>
+        <van-col :span="19"> 光明网总裁兼总编辑 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 俞岚 </van-col>
+        <van-col :span="19">
+          <p>中国新闻社副总编辑</p>
+          <p>中国新闻网总裁</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 刘羡 </van-col>
+        <van-col :span="19">
+          <p>中国新闻网总编辑助理</p>
+          <p>运营中心总监</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 万兴亚 </van-col>
+        <van-col :span="19"> 未来网总裁 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 管真真 </van-col>
+        <van-col :span="19"> 未来网副总裁 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 胡春莉 </van-col>
+        <van-col :span="19"> 腾讯网执行总编辑 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 徐德亮 </van-col>
+        <van-col :span="19"> 腾讯内容安全副总监 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 钟伟 </van-col>
+        <van-col :span="19">
+          <p>抖音集团副总编辑</p>
+          <p>抖音总编辑</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 朱一梵 </van-col>
+        <van-col :span="19"> 抖音集团抖音副总编辑 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 唐凯 </van-col>
+        <van-col :span="19"> 快手科技副总编辑 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 张伟豪 </van-col>
+        <van-col :span="19"> 快手科技政府事务总监 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 王珩泽 </van-col>
+        <van-col :span="19"> 微博副总编辑 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 邓巍 </van-col>
+        <van-col :span="19"> 哔哩哔哩高级副总裁 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 杨柳 </van-col>
+        <van-col :span="19"> 网易新闻执行总编辑 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 石新康 </van-col>
+        <van-col :span="19">
+          <p>网易新闻政务总监</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 王炳春 </van-col>
+        <van-col :span="19">
+          <p>山东省文化和旅游厅党组成员</p>
+          <p>山东省文化和旅游厅副厅长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 刘惠 </van-col>
+        <van-col :span="19"> 山东省文化和旅游厅政策法规处副处长 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 傅柒生 </van-col>
+        <van-col :span="19">
+          <p>福建省文旅厅党组成员</p>
+          <p>福建省文旅厅副厅长</p>
+          <p>福建省文物局局长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 陈名杰 </van-col>
+        <van-col :span="19">
+          <p>北京市文物局党组书记</p>
+          <p>北京市文物局局长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 刘润民 </van-col>
+        <van-col :span="19">
+          <p>山西省文物局党组书记</p>
+          <p>山西省文物局局长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 樊亚萍 </van-col>
+        <van-col :span="19"> 山西省文物局办公室主任 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 夏丹荷 </van-col>
+        <van-col :span="19"> 浙江省文物局副局长 </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 贾连敏 </van-col>
+        <van-col :span="19">
+          <p>河南省文物局党组成员</p>
+          <p>河南省文物局副局长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 李光明 </van-col>
+        <van-col :span="19">
+          <p>河南省文物局文物资源管理利用处副处长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 白坚 </van-col>
+        <van-col :span="19">
+          <p>甘肃省文物局党组成员</p>
+          <p>甘肃省文物局副局长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 江文辉 </van-col>
+        <van-col :span="19">
+          <p>湖南省文物局副局长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 李蓓 </van-col>
+        <van-col :span="19">
+          <p>四川省文物局副局长</p>
+          <p>二级巡视员</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 王筱栩 </van-col>
+        <van-col :span="19">
+          <p>四川省文物信息中心主任</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 宋雪慧 </van-col>
+        <van-col :span="19">
+          <p>四川省文物信息中心办公室工作员</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 何毓灵 </van-col>
+        <van-col :span="19">
+          <p>中国社会科学院考古研究所研究员</p>
+          <p>安阳工作站副站长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 孙周勇 </van-col>
+        <van-col :span="19">
+          <p>陕西省考古研究院院长</p>
+          <p>陕西考古博物馆馆长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 王建新 </van-col>
+        <van-col :span="19">
+          <p>丝绸之路考古合作研究中心首席科学家</p>
+          <p>西北大学中亚考古队队长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 巴哈 </van-col>
+        <van-col :span="19">
+          <p>(乌兹别克斯坦)西北大学考古学博士研究生</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 于志勇 </van-col>
+        <van-col :span="19">
+          <p>新疆维吾尔自治区博物馆馆长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 何振良 </van-col>
+        <van-col :span="19">
+          <p>泉州府文庙文物保护管理处研究馆员</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 徐斐宏 </van-col>
+        <van-col :span="19">
+          <p>上海大学讲师</p>
+          <p>三星堆3号祭祀坑发掘负责人</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 马盛楠 </van-col>
+        <van-col :span="19">
+          <p>人民网青海分公司总经理</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 陈睿 </van-col>
+        <van-col :span="19">
+          <p>B站首席执行官</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 侯宁彬 </van-col>
+        <van-col :span="19">
+          <p>陕西历史博物馆馆长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 段晓明 </van-col>
+        <van-col :span="19">
+          <p>湖南博物院党委书记</p>
+          <p>湖南博物院院长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 杨隽 </van-col>
+        <van-col :span="19">
+          <p>(段晓明随行)</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 胡御东 </van-col>
+        <van-col :span="19">
+          <p>(段晓明随行)</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 丁晓宏 </van-col>
+        <van-col :span="19">
+          <p>敦煌研究院文物数字化研究所副所长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 徐良高 </van-col>
+        <van-col :span="19">
+          <p>中国社会科学院考古研究所研究员</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 杨阳 </van-col>
+        <van-col :span="19">
+          <p>文物外展专家</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 曲玉莲 </van-col>
+        <van-col :span="19">
+          <p>(杨阳夫人)</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 张桢 </van-col>
+        <van-col :span="19">
+          <p>新华网融媒体产品创新中心融媒一部主任</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 贺亚莉 </van-col>
+        <van-col :span="19">
+          <p>中央广播电视总台央视综合频道负责人</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 郑岩 </van-col>
+        <van-col :span="19">
+          <p>贺亚莉随行</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 刘兵 </van-col>
+        <van-col :span="19">
+          <p>陕西广电融媒体集团党委书记</p>
+          <p>陕西广电融媒体集团董事长</p>
+          <p>陕西广播电视台台长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 郭雄 </van-col>
+        <van-col :span="19">
+          <p>(刘兵随行)</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 王仁海 </van-col>
+        <van-col :span="19">
+          <p>河南广播电视台党组书记</p>
+          <p>河南广播电视台台长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 郎峰蔚 </van-col>
+        <van-col :span="19">
+          <p>抖音集团副总编辑</p>
+          <p>抖音集团媒体合作总经理</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 赵颖 </van-col>
+        <van-col :span="19">
+          <p>(郎峰蔚随行)</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 朱红杰 </van-col>
+        <van-col :span="19">
+          <p>河南省安阳市宣传部副部长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 闫明杰 </van-col>
+        <van-col :span="19">
+          <p>河南省安阳市宣传部新闻科科长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 毕琼 </van-col>
+        <van-col :span="19">
+          <p>学习强国学习平台有限责任公司视频部副主任</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 陈睿 </van-col>
+        <van-col :span="19">
+          <p>哔哩哔哩董事长兼CEO</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 卢雅君 </van-col>
+        <van-col :span="19">
+          <p>哔哩哔哩公共政策研究院院长</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 张小娅 </van-col>
+        <van-col :span="19">
+          <p>哔哩哔哩副总编辑</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 许诺 </van-col>
+        <van-col :span="19">
+          <p>哔哩哔哩公共事务总监</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 王瀚哲 </van-col>
+        <van-col :span="19">
+          <p>哔哩哔哩UP主</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 李卓伦 </van-col>
+        <van-col :span="19">
+          <p>哔哩哔哩UP主</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 易言 </van-col>
+        <van-col :span="19">
+          <p>哔哩哔哩UP主</p>
+        </van-col>
+      </van-row>
+      <van-row>
+        <van-col :span="5"> 胡睦洋 </van-col>
+        <van-col :span="19">
+          <p>哔哩哔哩UP主</p>
+        </van-col>
+      </van-row>
     </div>
   </skeleton>
 </template>

+ 0 - 38
src/view/schedule/page7.vue

@@ -1,38 +0,0 @@
-<template>
-  <skeleton title="特邀嘉宾" titleLine="">
-    <img src="./img/master.webp" class="master animate__animated animate__slideInUp" />
-    <div style="animation-delay: 0.1s;" class="name-class animate__animated animate__slideInUp">【特斯拉创始人·马斯克】</div>
-    <div style="animation-delay: 0.2s;" class="sub animate__animated animate__slideInUp">
-        企业家、工程师、慈善家。 现任太空探索技术公司(SpaceX)CEO兼CTO、特斯拉公司CEO、太阳城公司(SolarCity)董事会主席。
-    </div>
-  </skeleton>
-</template>
-<script setup>
-import skeleton from './skeleton.vue';
-
-</script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-.master{
-    width: 55%;
-    display: block;
-    margin: -1em auto 0 auto;
-    border-radius: 5px;
-    border: 1px solid #12504d;
-}
-
-.name-class {
-    text-align: center;
-    font-size: 16px;
-    line-height: 2em;
-    font-weight: 700;
-}
-
-.sub{
-    padding: 5px 0 0 0;
-    line-height: 1.8em;
-    font-size: 12px;
-}
-</style>

+ 0 - 60
src/view/schedule/page8.vue

@@ -1,60 +0,0 @@
-<template>
-  <skeleton title="活动地点" titleLine="">
-    <div class="main">
-      <div
-        style="animation-delay: 0.2s"
-        class="line1 animate__animated animate__fadeInUp"
-      >
-        <img src="./img/environment2-1.png" class="flex2" />
-        <!-- <img src="./img/environment2-2.png" class="flex1" /> -->
-        <van-image class="flex1" :src="image1" />
-      </div>
-      <div
-        style="animation-delay: 0.4s"
-        class="line1 animate__animated animate__fadeInUp"
-      >
-        <van-image class="flex1" :src="image2" style="margin-right: 3px;" />
-        <!-- <img src="./img/environment3-2.png" class="flex1" /> -->
-        <img src="./img/environment3-1.png" class="flex2" />
-      </div>
-    </div>
-  </skeleton>
-</template>
-<script setup>
-import skeleton from './skeleton.vue';
-import image1 from './img/environment2-2.png'
-import image2 from './img/environment3-2.png'
-</script>
-<style lang="scss">
-// 动画库
-@import url(./sass/animation.scss);
-@import url(./sass/base.scss);
-.main {
-  width: 80%;
-  margin: -1em auto 0 auto;
-
-  .line1 {
-    width: 100%;
-    height: 17vh;
-    margin-bottom: 0.25em;
-
-    .flex2 {
-      display: inline-block;
-      width: 66%;
-      margin: 0.3em 0.05em 0 0;
-      height: 100%;
-    }
-
-    .flex1 {
-      display: inline-block;
-      width: 33%;
-      margin: 0.3em 0 0 0.05em;
-      height: 100%;
-    }
-  }
-
-  img {
-    border-radius: 3px;
-  }
-}
-</style>

+ 2 - 9
src/view/schedule/page9.vue

@@ -1,16 +1,10 @@
 <template>
   <skeleton title="活动日程-媒体活动" titleLine="">
     <!-- <h4 class="animate__animated animate__zoomInRight">主体活动</h4> -->
-    <div
-      style="animation-delay: 0s"
-      class="item animate__animated animate__zoomInRight"
-    >
+    <div class="item">
       · 7月8日-7月10日 哔哩哔哩平台联合陕西广电融媒体集团创意直播
     </div>
-    <div
-      style="animation-delay: 0s"
-      class="item animate__animated animate__zoomInRight"
-    >
+    <div class="item">
       <van-row>
         <van-col :span="10"> · 7月9日-7月13日</van-col>
         <van-col :span="14">
@@ -36,7 +30,6 @@ h2 {
 }
 
 .item {
-  font-size: 14px;
   line-height: 2em;
   padding-left: 3px;
   margin-bottom: 10px;

+ 0 - 2
src/view/schedule/sass/base.scss

@@ -17,6 +17,4 @@
     width: 100%;
     margin: -1em auto 0 auto;
     line-height: 2em;
-    font-size: 16px;
-    white-space: nowrap
 }

+ 9 - 29
src/view/schedule/skeleton.vue

@@ -1,34 +1,31 @@
 <template>
-  <div class="page-skeleton">
+  <div class="page-skeleton animate__animated animate__fadeInUp">
     <img
       src="./img/secondhead.jpg"
-      class="i1 animate__animated animate__backInLeft"
+      class="i1"
     />
 
     <div class="center">
       <p
-        class="title animate__animated animate__backInRight"
+        class="title"
         v-text="titleLine"
         v-if="titleLine"
       ></p>
       <div class="title_text">
-        <div class="icon animate__animated animate__lightSpeedInLeft">
+        <div class="icon">
           <div class="dh"></div>
         </div>
         <span
           style="display: block"
-          class="animate__animated animate__backInLeft"
         >
           {{ title }}
         </span>
-        <div class="line animate__animated animate__lightSpeedInRight"></div>
+        <div class="line"></div>
       </div>
       <div class="centent">
         <slot></slot>
       </div>
     </div>
-
-    <div class="bottom"></div>
   </div>
 </template>
 <script setup>
@@ -53,7 +50,7 @@ defineProps({
 @import url(./sass/base.scss);
 .page-skeleton {
   background-color: #fff;
-  padding: 21vh 0 12vh 0;
+  padding: 10vh 0 12vh 0;
   position: relative;
   margin: 0 auto;
   font-family: 'Microsoft YaHei', Tahoma, Helvetica, Arial, 宋体, sans-serif;
@@ -64,28 +61,16 @@ defineProps({
     z-index: 8;
     top: 0;
     width: 100%;
-    height: 21vh;
+    height: 10vh;
     transform: rotateZ(0deg);
     display: block;
   }
 
-  .bottom {
-    position: absolute;
-    // background-color: #12504d;
-    background: url('./img/bg.png') no-repeat;
-    background-size:  100% 100%;
-    color: #fff;
-    bottom: 0;
-    width: 100%;
-    height: 11.5vh;
-    font-size: 12px;
-    padding: 10px 0 0 0;
-  }
-
   .center {
-    height: 64vh;
+    height: 90vh;
     text-align: center;
     line-height: 2em;
+    font-size: 14px;
 
     .title {
       line-height: 2.5em;
@@ -134,10 +119,6 @@ defineProps({
 
         .dh {
           z-index: 1;
-          -webkit-animation: second-page-icon 1.2s linear infinite;
-          -moz-animation: second-page-icon 1.2s linear infinite;
-          -o-animation: second-page-icon 1.2s linear infinite;
-          animation: second-page-icon 1.2s linear infinite;
         }
       }
 
@@ -153,7 +134,6 @@ defineProps({
     .centent {
       width: 85%;
       margin: 2em auto 0 auto;
-      font-size: 16px;
       line-height: 1.5em;
       text-align: left;
       text-indent: justify;