shaogen1995 3 years ago
parent
commit
604b41a9f6

+ 8 - 6
webM/src/views/About/index.vue

@@ -356,12 +356,14 @@ export default {
       }
       }
     }
     }
   }
   }
-  .curSorll {
-    z-index: 99;
-    position: fixed;
-    top: 0;
-    left: 0;
-  }
+    .curSorll {
+      max-width: 500px;
+      z-index: 99;
+      position: fixed;
+      top: 0;
+      left: 50%;
+      transform: translateX(-50%);
+    }
 }
 }
 @media screen and (max-width: 370px) {
 @media screen and (max-width: 370px) {
   #About3 {
   #About3 {

+ 2 - 2
webM/src/views/Exhibitions/data.js

@@ -211,7 +211,7 @@ export const Permanent = [
     yrahTxt: '',
     yrahTxt: '',
     cover: '/data/Exhibitions/Permanent/9.jpg',
     cover: '/data/Exhibitions/Permanent/9.jpg',
     h3: 'Folk Customs in Old Beijing',
     h3: 'Folk Customs in Old Beijing',
-    p: "The theme of this exhibition is 'Life in Hutong.' By displaying the scenes of wedding, birth giving and festivals among the ordinary people living in Hutong, it portrays a vivid close-up on customs and rituals of the people's life in Beijing tracing back history to late Qing and early Republic of China period.",
+    p: `The theme of this exhibition is "Life in Hutong." By displaying the scenes of wedding, birth giving and festivals among the ordinary people living in Hutong, it portrays a vivid close-up on customs and rituals of the people's life in Beijing tracing back history to late Qing and early Republic of China period.`,
     info: {
     info: {
       topImg: '9',
       topImg: '9',
       imgLast: '.png',
       imgLast: '.png',
@@ -220,7 +220,7 @@ export const Permanent = [
       time: '',
       time: '',
       loc: 'Room F, F5',
       loc: 'Room F, F5',
       page: [
       page: [
-        { tit: '', article: "<p>The theme of this exhibition is 'Life in Hutong.' By displaying the scenes of wedding, birth giving and festivals among the ordinary people living in Hutong, it portrays a vivid close-up on customs and rituals of the people's life in Beijing tracing back history to late Qing and early Republic of China period.</p>" },
+        { tit: '', article: `<p>The theme of this exhibition is "Life in Hutong." By displaying the scenes of wedding, birth giving and festivals among the ordinary people living in Hutong, it portrays a vivid close-up on customs and rituals of the people's life in Beijing tracing back history to late Qing and early Republic of China period.</p>` },
       ],
       ],
       objects: 0,
       objects: 0,
       galleries: 88
       galleries: 88

+ 2 - 2
webM/src/views/Exhibitions/dataAll.js

@@ -215,7 +215,7 @@ export const dataAll = {
         yrahTxt: '',
         yrahTxt: '',
         cover: '/data/Exhibitions/Permanent/9.jpg',
         cover: '/data/Exhibitions/Permanent/9.jpg',
         h3: 'Folk Customs in Old Beijing',
         h3: 'Folk Customs in Old Beijing',
-        p: "The theme of this exhibition is 'Life in Hutong.' By displaying the scenes of wedding, birth giving and festivals among the ordinary people living in Hutong, it portrays a vivid close-up on customs and rituals of the people's life in Beijing tracing back history to late Qing and early Republic of China period.",
+        p: `The theme of this exhibition is "Life in Hutong." By displaying the scenes of wedding, birth giving and festivals among the ordinary people living in Hutong, it portrays a vivid close-up on customs and rituals of the people's life in Beijing tracing back history to late Qing and early Republic of China period.`,
         info: {
         info: {
           topImg: '9',
           topImg: '9',
           imgLast: '.png',
           imgLast: '.png',
@@ -224,7 +224,7 @@ export const dataAll = {
           time: '',
           time: '',
           loc: 'Room F, F5',
           loc: 'Room F, F5',
           page: [
           page: [
-            { tit: '', article: "<p>The theme of this exhibition is 'Life in Hutong.' By displaying the scenes of wedding, birth giving and festivals among the ordinary people living in Hutong, it portrays a vivid close-up on customs and rituals of the people's life in Beijing tracing back history to late Qing and early Republic of China period.</p>" },
+            { tit: '', article: `<p>The theme of this exhibition is "Life in Hutong." By displaying the scenes of wedding, birth giving and festivals among the ordinary people living in Hutong, it portrays a vivid close-up on customs and rituals of the people's life in Beijing tracing back history to late Qing and early Republic of China period.</p>` },
           ],
           ],
           objects: 0,
           objects: 0,
           galleries: 88
           galleries: 88

+ 8 - 6
webM/src/views/Exhibitions/index.vue

@@ -136,11 +136,13 @@ export default {
       color: #fff;
       color: #fff;
     }
     }
   }
   }
-  .curSorll {
-    z-index: 99;
-    position: fixed;
-    top: 0;
-    left: 0;
-  }
+    .curSorll {
+      max-width: 500px;
+      z-index: 99;
+      position: fixed;
+      top: 0;
+      left: 50%;
+      transform: translateX(-50%);
+    }
 }
 }
 </style>
 </style>

+ 8 - 6
webM/src/views/Join/index.vue

@@ -127,11 +127,13 @@ export default {
       color: #fff;
       color: #fff;
     }
     }
   }
   }
-  .curSorll {
-    z-index: 99;
-    position: fixed;
-    top: 0;
-    left: 0;
-  }
+    .curSorll {
+      max-width: 500px;
+      z-index: 99;
+      position: fixed;
+      top: 0;
+      left: 50%;
+      transform: translateX(-50%);
+    }
 }
 }
 </style>
 </style>

+ 6 - 2
webM/src/views/Layout/index.vue

@@ -510,8 +510,10 @@ export default {
   .searchBox {
   .searchBox {
     padding: 10px;
     padding: 10px;
     position: fixed;
     position: fixed;
+    max-width: 500px;
     top: 0;
     top: 0;
-    left: 0;
+    left: 50%;
+    transform: translateX(-50%);
     z-index: 992;
     z-index: 992;
     width: 100vw;
     width: 100vw;
     height: 100vh;
     height: 100vh;
@@ -553,8 +555,10 @@ export default {
   // 菜单页面
   // 菜单页面
   .meanPage {
   .meanPage {
     position: fixed;
     position: fixed;
+    max-width: 500px;
     top: 0;
     top: 0;
-    left: 0;
+    left: 50%;
+    transform: translateX(-50%);
     z-index: 991;
     z-index: 991;
     width: 100vw;
     width: 100vw;
     height: 100vh;
     height: 100vh;

+ 8 - 6
webM/src/views/Learn/index.vue

@@ -120,11 +120,13 @@ export default {
       color: #fff;
       color: #fff;
     }
     }
   }
   }
-  .curSorll {
-    z-index: 99;
-    position: fixed;
-    top: 0;
-    left: 0;
-  }
+    .curSorll {
+      max-width: 500px;
+      z-index: 99;
+      position: fixed;
+      top: 0;
+      left: 50%;
+      transform: translateX(-50%);
+    }
 }
 }
 </style>
 </style>

+ 8 - 6
webM/src/views/Publications/index.vue

@@ -127,11 +127,13 @@ export default {
       color: #fff;
       color: #fff;
     }
     }
   }
   }
-  .curSorll {
-    z-index: 99;
-    position: fixed;
-    top: 0;
-    left: 0;
-  }
+    .curSorll {
+      max-width: 500px;
+      z-index: 99;
+      position: fixed;
+      top: 0;
+      left: 50%;
+      transform: translateX(-50%);
+    }
 }
 }
 </style>
 </style>

+ 1 - 1
webM/src/views/Search/data.js

@@ -98,7 +98,7 @@ export const Exhibitions = [
     id: 10,
     id: 10,
     cover: '/data/Exhibitions/Permanent/9.jpg',
     cover: '/data/Exhibitions/Permanent/9.jpg',
     h3: 'Folk Customs in Old Beijing',
     h3: 'Folk Customs in Old Beijing',
-    p: "The theme of this exhibition is 'Life in Hutong.' By displaying the scenes of wedding, birth giving and festivals among the ordinary people living in Hutong, it portrays a vivid close-up on customs and rituals of the people's life in Beijing tracing back history to late Qing and early Republic of China period.",
+    p: `The theme of this exhibition is "Life in Hutong." By displaying the scenes of wedding, birth giving and festivals among the ordinary people living in Hutong, it portrays a vivid close-up on customs and rituals of the people's life in Beijing tracing back history to late Qing and early Republic of China period.`,
     path: '#/Layout/Detail?id=10&k=2'
     path: '#/Layout/Detail?id=10&k=2'
   },
   },
   {
   {

+ 1 - 1
webM/src/views/Search/dataAll.js

@@ -96,7 +96,7 @@ export const dataAll =[
     id: 10,
     id: 10,
     cover: '/data/Exhibitions/Permanent/9.jpg',
     cover: '/data/Exhibitions/Permanent/9.jpg',
     h3: 'Folk Customs in Old Beijing',
     h3: 'Folk Customs in Old Beijing',
-    p: "The theme of this exhibition is 'Life in Hutong.' By displaying the scenes of wedding, birth giving and festivals among the ordinary people living in Hutong, it portrays a vivid close-up on customs and rituals of the people's life in Beijing tracing back history to late Qing and early Republic of China period.",
+    p: `The theme of this exhibition is "Life in Hutong." By displaying the scenes of wedding, birth giving and festivals among the ordinary people living in Hutong, it portrays a vivid close-up on customs and rituals of the people's life in Beijing tracing back history to late Qing and early Republic of China period.`,
     path: '#/Layout/Detail?id=10&k=2'
     path: '#/Layout/Detail?id=10&k=2'
   },
   },
   {
   {

+ 1 - 1
webM/src/views/Visit/VisitInfo.vue

@@ -23,7 +23,7 @@
         There are 3,600 daily personal booking places, available through website
         There are 3,600 daily personal booking places, available through website
         (3000 places) and telephone (600 places). The website
         (3000 places) and telephone (600 places). The website
         <a href="#/">首页(地址待定)</a> offers 24-hour service, and the
         <a href="#/">首页(地址待定)</a> offers 24-hour service, and the
-        telephone +86 (10) 63393339service is available from 09:00 to 17:00. One
+        telephone <br/>+86 (10) 63393339 service is available from 09:00 to 17:00. One
         person is only allowed to book one ticket.
         person is only allowed to book one ticket.
       </p>
       </p>
       <p>
       <p>

+ 3 - 1
webM/src/views/Visit/index.vue

@@ -583,10 +583,12 @@ export default {
       }
       }
     }
     }
     .curSorll {
     .curSorll {
+      max-width: 500px;
       z-index: 99;
       z-index: 99;
       position: fixed;
       position: fixed;
       top: 0;
       top: 0;
-      left: 0;
+      left: 50%;
+      transform: translateX(-50%);
     }
     }
   }
   }
 }
 }