liyongli 1 year ago
parent
commit
f4bc9f1ac7

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


BIN
src/view/schedule/img/background.webp


+ 36 - 11
src/view/schedule/index.vue

@@ -43,12 +43,24 @@
       <pageFirst v-if="page === 0" />
       <!-- <pageSecond v-if="page === 1" /> -->
       <pageThird v-if="page === 1" />
-      <pageFourth v-if="page === 2" />
-      <pageFifth v-if="page === 3" />
-      <pageFifth2 v-if="page === 4" />
-      <pageSexth v-if="page === 5" />
-      <pageSeventh v-if="page === 6" />
-      <pageEighth v-if="page === 7" />
+      <!-- <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>
@@ -58,11 +70,23 @@ import change from './change.vue';
 import pageFirst from './page1.vue';
 // import pageSecond from './page2.vue';
 import pageThird from './page3.vue';
-import pageFourth from './page4.vue';
+// import pageFourth from './page4.vue';
 import pageFifth from './page5.vue';
 import pageFifth2 from './page9.vue';
 import pageSexth from './page6.vue';
-import pageSeventh from './page7.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";
@@ -119,8 +143,9 @@ const touchend = e => {
   // 距离足够则滑动到下一页;
   let n = cha > 0 ? 1 : -1;
   let dn = n + page.value;
-  if (dn < 0) return (dn = 7);
-  if (dn > 7) return (dn = 0);
+  let len = 17;
+  if (dn < 0) return (dn = len);
+  if (dn > len) return (dn = 0);
   page.value = -1;
   nextTick(() => {
     let t = setTimeout(() => {
@@ -146,7 +171,7 @@ const touchmove = e=> {
   height: 100vh;
   overflow: hidden;
   position: fixed;
-  background-image: url(./img/background.webp);
+  background-image: url(./img/background.jpg);
   background-size: 100% 100%;
   max-width: 750px;
   min-width: 330px;

+ 8 - 14
src/view/schedule/page1.vue

@@ -6,8 +6,12 @@
     <div class="t1 animate__animated animate__backInUp">ACTIVITY TRIP</div>
     <div class="t2 animate__animated animate__backInUp">盛世中华 何以中国</div>
 
-    <img src="./img/logo.png" class="logo" />
-    <div class="t3">陕西广电融媒体集团</div>
+    <div class="t3">
+        <p>指导单位:中央网信办 国家文物局 人民日报社 陕西省委网信委</p>
+        <p>主办单位:中央网信办网络传播局 国家文物局政策法规司 文物古迹司 考古司 博物馆与社会文物司 陕西省委网信办  陕西省文物局 西安市委网信委 人民网 陕西广电融媒体集团</p>
+        <p>承办单位:国家文物局新闻中心 陕西考古博物馆 西安市委网信办 人民视频 哔哩哔哩</p>
+        <p>支持单位:中国互联网发展基金会</p>
+    </div>
 
     <div class="opacity opacity-60"></div>
     <div class="opacity"></div>
@@ -21,7 +25,7 @@ import 'animate.css';
 @import url(./sass/animation.scss);
 @import url(./sass/base.scss);
 .page-1 {
-  background-image: url(./img/background.webp);
+  background-image: url(./img/background.jpg);
   background-size: 100% 130%;
   background-position-y: 15%;
   -webkit-animation: first-page-bgimage 4s linear infinite;
@@ -50,7 +54,7 @@ import 'animate.css';
       display: block;
       content: ' ';
       background-color: #fff;
-      height: 45vh;
+      height: 55vh;
       width: 200%;
       position: absolute;
       bottom: -60%;
@@ -123,16 +127,6 @@ import 'animate.css';
     font-weight: 500;
   }
 
-  .logo {
-    width: 17vw;
-    max-width: 150px;
-    position: absolute;
-    left: 50%;
-    transform: translateX(-50%);
-    bottom: 13vh;
-    z-index: 2;
-  }
-
   .t3 {
     padding: 5px;
     width: 100%;

+ 26 - 1
src/view/schedule/page3.vue

@@ -4,7 +4,16 @@
         “盛世中华 何以中国”全国主题采访活动首站从陕西拉开帷幕。中央媒体、文物大省和属地新闻网站、新媒体组成采访团,在陕西各地文博一线展开线下主题采访活动,多维度展现中华优秀传统文化传承发展的时代价值和丰硕成果。
     </div>
     <br />
-    <img src="./img/secondhead.jpg" style="display: block;" class="gif animate__animated animate__fadeInUpBig" />
+    <!-- <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">
+      <li>· 盛世中华 何以中国</li>
+    </ul>
+    <div class="T animate__animated animate__lightSpeedInRight">时间地点</div>
+    <ul class="ul animate__animated animate__zoomInLeft">
+      <li>7月8日-7月14日</li>
+      <li>中国·陕西</li>
+    </ul>
   </skeleton>
 </template>
 <script setup>
@@ -95,4 +104,20 @@ import skeleton from './skeleton.vue';
   max-height: 97.5px;
   max-height: 247.5px;
 }
+
+
+.T {
+  background-color: #000;
+  font-weight: 600;
+  color: #fff;
+  text-align: center;
+  line-height: 2em;
+  display: inline-block;
+  padding: 0 1em;
+  border-radius: 2em;
+  margin-bottom: 0.8em;
+}
+.ul {
+  margin-bottom: .5em;
+}
 </style>

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

@@ -6,8 +6,8 @@
     </ul>
     <div class="T animate__animated animate__lightSpeedInRight">时间地点</div>
     <ul class="ul animate__animated animate__zoomInLeft">
-      <li>7月8日12:00-7月9日12:00 报道</li>
-      <li>陕西省西安市陕西宾馆18号楼一楼大厅</li>
+      <li>7月8日-7月14日</li>
+      <li>中国·陕西</li>
     </ul>
   </skeleton>
 </template>

+ 13 - 12
src/view/schedule/page5.vue

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

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

@@ -0,0 +1,79 @@
+<template>
+  <skeleton title="会议嘉宾" titleLine="ACTIVITY TRIP">
+    <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>

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

@@ -0,0 +1,76 @@
+<template>
+  <skeleton title="会议嘉宾" titleLine="ACTIVITY TRIP">
+    <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>

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

@@ -0,0 +1,79 @@
+<template>
+  <skeleton title="会议嘉宾" titleLine="ACTIVITY TRIP">
+    <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>

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

@@ -0,0 +1,50 @@
+<template>
+  <skeleton title="会议嘉宾" titleLine="ACTIVITY TRIP">
+    <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>

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

@@ -0,0 +1,58 @@
+<template>
+  <skeleton title="会议嘉宾" titleLine="ACTIVITY TRIP">
+    <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>

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

@@ -0,0 +1,57 @@
+<template>
+  <skeleton title="会议嘉宾" titleLine="ACTIVITY TRIP">
+    <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>

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

@@ -0,0 +1,64 @@
+<template>
+  <skeleton title="会议嘉宾" titleLine="ACTIVITY TRIP">
+    <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>

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

@@ -0,0 +1,60 @@
+<template>
+  <skeleton title="会议嘉宾" titleLine="ACTIVITY TRIP">
+    <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>

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

@@ -0,0 +1,63 @@
+<template>
+  <skeleton title="会议嘉宾" titleLine="ACTIVITY TRIP">
+    <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>

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

@@ -0,0 +1,68 @@
+<template>
+  <skeleton title="会议嘉宾" titleLine="ACTIVITY TRIP">
+    <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>

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

@@ -0,0 +1,59 @@
+<template>
+  <skeleton title="会议嘉宾" titleLine="ACTIVITY TRIP">
+    <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>

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

@@ -0,0 +1,75 @@
+<template>
+  <skeleton title="会议嘉宾" titleLine="ACTIVITY TRIP">
+    <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>

+ 46 - 70
src/view/schedule/page6.vue

@@ -1,85 +1,61 @@
 <template>
   <skeleton title="会议嘉宾" titleLine="ACTIVITY TRIP">
     <div class="p6">
-      <div class="user animate__animated animate__zoomInUp">
-        <img src="./img/nPlus.webp" class="user-image" />
-        <div class="user-title">
-          <div>墨菲克</div>
-          【演讲嘉宾】
-        </div>
-        <div class="sub-title">
-          北京商会董事长、联合国金融专家、慈善家、阿里巴巴投资人、腾讯控股投资人。
-        </div>
-      </div>
-      <div class="user user-2 animate__animated animate__zoomInDown">
-        <div class="user-title">
-          <div>墨菲克</div>
-          【演讲嘉宾】
-        </div>
-        <img src="./img/nPlus.webp" class="user-image" />
-        <div class="sub-title">
-          北京商会董事长、联合国金融专家、慈善家、阿里巴巴投资人、腾讯控股投资人。
-        </div>
-      </div>
+      <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">
+          <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>
     </div>
   </skeleton>
 </template>
 <script setup>
 import skeleton from './skeleton.vue';
-
 </script>
 <style lang="scss">
 // 动画库
 @import url(./sass/animation.scss);
 @import url(./sass/base.scss);
-.p6 {
-  width: 80%;
-  margin: -1em auto 0 auto;
-
-  .user-image {
-    width: 63%;
-    border: 2px solid #12504d60;
-    border-radius: 5px;
-    vertical-align: middle;
-  }
-
-  .user-title {
-    background-color: #00000070;
-    color: #fff;
-    text-align: center;
-    border-radius: 10px;
-    width: 46%;
-    font-weight: 700;
-    font-size: 16px;
-    line-height: 1.5em;
-    padding: 0.5em 0;
-    display: inline-block;
-    margin-left: -10%;
-    vertical-align: middle;
-  }
-
-  .sub-title {
-    font-size: 12px;
-    text-align: left;
-  }
-
-  .user-2 {
-    text-align: right;
-    position: relative;
-
-    .user-image {
-      width: 63%;
-      border: 2px solid #12504d60;
-      border-radius: 5px;
-      vertical-align: middle;
-    }
 
-    .user-title {
-        position: absolute;
-        right: 53%;
-        top: 25%;
-        z-index: 1;
-    }
-  }
-}
 </style>

+ 16 - 12
src/view/schedule/page9.vue

@@ -1,20 +1,24 @@
 <template>
-  <skeleton title="活动日程" titleLine="ACTIVITY TRIP">
+  <skeleton title="活动日程-媒体活动" titleLine="ACTIVITY TRIP">
+    <!-- <h4 class="animate__animated animate__zoomInRight">主体活动</h4> -->
     <div
-      style="animation-delay: 0.6s"
+      style="animation-delay: 0s"
+      class="item animate__animated animate__zoomInRight"
+    >
+      7月8日-7月10日 哔哩哔哩平台联合陕西广电融媒体集团创意直播
+    </div>
+    <div
+      style="animation-delay: 0s"
       class="item animate__animated animate__zoomInRight"
     >
       <van-row>
-        <van-col span="10">7月9日-7月13日</van-col>
-        <van-col span="14">
-          <p>西安市-陕西历史博物馆</p>
-          <p>秦始皇帝陵博物院</p>
-          <p>宝鸡市-宝鸡青铜器博物馆</p>
-          <p>延安市-黄帝陵</p>
-          <p>榆林市-镇北台</p>
-          <p>红石峡</p>
-          <p>石峁遗址</p>
-          <p>统万城遗址</p>
+        <van-col :span="10"> 7月9日-7月13日</van-col>
+        <van-col :span="14">
+            <p>线下采访</p>
+            <p>西安市-陕西历史博物馆、秦始皇帝陵博物院</p>
+            <p>宝鸡市-宝鸡青铜器博物馆</p>
+            <p>延安市-黄帝陵</p>
+            <p>榆林市-镇北台、红石峡、石峁遗址、统万城遗址</p>
         </van-col>
       </van-row>
     </div>

+ 18 - 8
src/view/schedule/sass/base.scss

@@ -1,12 +1,22 @@
 @font-face {
-	font-family: Microsoft YaHei;
-	font-display:swap;
-	src: local('Microsoft YaHei'),
-		url('../fonts/MicrosoftYaHei.woff2') format('woff2');
+    font-family: Microsoft YaHei;
+    font-display: swap;
+    src: local('Microsoft YaHei'),
+        url('../fonts/MicrosoftYaHei.woff2') format('woff2');
 }
+
 @font-face {
-	font-family: hanyi_qh95;
-	font-display:swap;
-	src: local('hanyi_qh95'),
-		url('../fonts/hanyi_qh95.woff2') format('woff2')
+    font-family: hanyi_qh95;
+    font-display: swap;
+    src: local('hanyi_qh95'),
+        url('../fonts/hanyi_qh95.woff2') format('woff2')
+}
+
+
+.p6 {
+    width: 100%;
+    margin: -1em auto 0 auto;
+    line-height: 2em;
+    font-size: 14px;
+    white-space: nowrap
 }