shaogen1995 3 years ago
parent
commit
c64bd3afc0

+ 31 - 10
webM/src/assets/base.css

@@ -16,9 +16,11 @@
     padding: 0;
     padding: 0;
     box-sizing: border-box;
     box-sizing: border-box;
 }
 }
-img{
+
+img {
     vertical-align: top;
     vertical-align: top;
 }
 }
+
 p {
 p {
     line-height: 24px;
     line-height: 24px;
     font-family: Regular;
     font-family: Regular;
@@ -68,21 +70,25 @@ section {
  */
  */
 
 
 h1 {
 h1 {
-    font-family:Bold;
+    font-family: Bold;
     font-size: 2em;
     font-size: 2em;
     margin: 0.67em 0;
     margin: 0.67em 0;
 }
 }
-h2{
-    font-family:Bold;
+
+h2 {
+    font-family: Bold;
 }
 }
-h3{
-    font-family:Bold;
+
+h3 {
+    font-family: Bold;
 }
 }
-h4{
-    font-family:Bold;
+
+h4 {
+    font-family: Bold;
 }
 }
-h5{
-    font-family:Bold;
+
+h5 {
+    font-family: Bold;
 }
 }
 
 
 
 
@@ -577,4 +583,19 @@ template {
 
 
 [hidden] {
 [hidden] {
     display: none;
     display: none;
+}
+
+.null {
+    font-size: 24px !important;
+    font-weight: 400 !important;
+    margin-top: 30px !important;
+    font-family: Bold !important;
+}
+
+.indexUrl {
+    word-break: break-all
+}
+
+p {
+    text-align: justify;
 }
 }

+ 1 - 1
webM/src/views/About/index.vue

@@ -90,7 +90,7 @@
       <div id="About4">
       <div id="About4">
         <h3 class="title">Contact</h3>
         <h3 class="title">Contact</h3>
         <div class="pp">Official website of Capital Museum:</div>
         <div class="pp">Official website of Capital Museum:</div>
-        <p>首页(地址待定)</p>
+        <p class="indexUrl">https://zzbbh.4dage.com/shouBoM/index.html</p>
         <div class="pp">Telephone reservation (individual visitors):</div>
         <div class="pp">Telephone reservation (individual visitors):</div>
         <p>+86 (10) 63393339</p>
         <p>+86 (10) 63393339</p>
         <div class="pp">Telephone reservation (group visitors):</div>
         <div class="pp">Telephone reservation (group visitors):</div>

+ 1 - 1
webM/src/views/Search/About.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <div class="null" v-if="data.length === 0">no information...</div>
+  <div class="null" v-if="data.length === 0">no result...</div>
   <div class="SearchAbout" v-else>
   <div class="SearchAbout" v-else>
     <div
     <div
       class="row"
       class="row"

+ 1 - 1
webM/src/views/Search/All.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <div class="null" v-if="data.length === 0">no information...</div>
+  <div class="null" v-if="data.length === 0">no result...</div>
   <div class="SearchAll" v-else>
   <div class="SearchAll" v-else>
     <div
     <div
       class="row"
       class="row"

+ 1 - 1
webM/src/views/Search/Collections.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <div class="null" v-if="data.length === 0">no information...</div>
+  <div class="null" v-if="data.length === 0">no result...</div>
   <div class="SearchCollections" v-else>
   <div class="SearchCollections" v-else>
     <div
     <div
       class="row"
       class="row"

+ 1 - 1
webM/src/views/Search/Employment.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <div class="null" v-if="data.length === 0">no information...</div>
+  <div class="null" v-if="data.length === 0">no result...</div>
   <div class="SearchEmployment" v-else>
   <div class="SearchEmployment" v-else>
     <div
     <div
       class="row"
       class="row"

+ 1 - 1
webM/src/views/Search/Events.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <div class="null" v-if="data.length === 0">no information...</div>
+  <div class="null" v-if="data.length === 0">no result...</div>
   <div class="SearchEvents" v-else>
   <div class="SearchEvents" v-else>
     <div
     <div
       class="row"
       class="row"

+ 1 - 1
webM/src/views/Search/Exhibitions.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <div class="null" v-if="data.length === 0">no information...</div>
+  <div class="null" v-if="data.length === 0">no result...</div>
   <div class="SearchExhibitions" v-else>
   <div class="SearchExhibitions" v-else>
     <div
     <div
       class="row"
       class="row"

+ 1 - 1
webM/src/views/Search/Join.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <div class="null" v-if="data.length === 0">no information...</div>
+  <div class="null" v-if="data.length === 0">no result...</div>
   <div class="SearchJoin" v-else>
   <div class="SearchJoin" v-else>
     <div
     <div
       class="row"
       class="row"

+ 1 - 1
webM/src/views/Search/Learn.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <div class="null" v-if="data.length === 0">no information...</div>
+  <div class="null" v-if="data.length === 0">no result...</div>
   <div class="SearchLearn" v-else>
   <div class="SearchLearn" v-else>
     <div
     <div
       class="row"
       class="row"

+ 1 - 1
webM/src/views/Search/Research.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <div class="null" v-if="data.length === 0">no information...</div>
+  <div class="null" v-if="data.length === 0">no result...</div>
   <div class="SearchResearch" v-else>
   <div class="SearchResearch" v-else>
     <div
     <div
       class="row"
       class="row"

+ 1 - 1
webM/src/views/Search/Terms.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <div class="null" v-if="data.length === 0">no information...</div>
+  <div class="null" v-if="data.length === 0">no result...</div>
   <div class="SearchTerms" v-else>
   <div class="SearchTerms" v-else>
     <div
     <div
       class="row"
       class="row"

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

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <div class="null" v-if="data.length === 0">no information...</div>
+  <div class="null" v-if="data.length === 0">no result...</div>
   <div class="SearchVisit" v-else>
   <div class="SearchVisit" v-else>
     <div
     <div
       class="row"
       class="row"

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

@@ -22,7 +22,7 @@
       <p>
       <p>
         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="#/" class="indexUrl">https://zzbbh.4dage.com/shouBoM/index.html</a> offers 24-hour service, and the
         telephone <br/>+86 (10) 63393339 service 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>
@@ -95,7 +95,7 @@
         Museum will make a publicannouncement in advance. Please visit the
         Museum will make a publicannouncement in advance. Please visit the
         official website or inquire by telephone for detailed information.
         official website or inquire by telephone for detailed information.
       </p>
       </p>
-      <p>Official website: 首页(地址待定)</p>
+      <p class="indexUrl">Official website: https://zzbbh.4dage.com/shouBoM/index.html</p>
       <p>Phone: +86 (10) 63370491</p>
       <p>Phone: +86 (10) 63370491</p>
     </div>
     </div>
   </div>
   </div>

+ 2 - 2
webM/src/views/bottom/Events/index.vue

@@ -9,10 +9,10 @@
         <img :src="`/data/EventsM/T${index + 1}.png`" alt="" />
         <img :src="`/data/EventsM/T${index + 1}.png`" alt="" />
         <div class="txt">
         <div class="txt">
           <h3 v-html="item.h3"></h3>
           <h3 v-html="item.h3"></h3>
-          <p v-for="(val, index) in item.txt" :key="index" @click.stop="$router.push(`/Layout/EventsInfo${item.id}/${val.path}`)">
+          <!-- <p v-for="(val, index) in item.txt" :key="index" @click.stop="$router.push(`/Layout/EventsInfo${item.id}/${val.path}`)">
             <span>■</span>
             <span>■</span>
             {{ val.name }}
             {{ val.name }}
-          </p>
+          </p> -->
           <i>Date:{{ item.i }}</i>
           <i>Date:{{ item.i }}</i>
         </div>
         </div>
       </div>
       </div>

+ 4 - 4
webM/src/views/bottom/Use.vue

@@ -39,16 +39,16 @@
           Any reprints and quotes of any copyrighted articles on this website
           Any reprints and quotes of any copyrighted articles on this website
           should conform to following requirements:
           should conform to following requirements:
         </p>
         </p>
-        <p>
+        <p class="indexUrl">
           (1) For non-commercial, non-profit and non-advertising uses, author's
           (1) For non-commercial, non-profit and non-advertising uses, author's
           name and source of the used article or picture, "首都博物馆网站" or
           name and source of the used article or picture, "首都博物馆网站" or
-          "首页(地址待定)", should be attached.
+          "https://zzbbh.4dage.com/shouBoM/index.html", should be attached.
         </p>
         </p>
-        <p>
+        <p class="indexUrl">
           (2) For business, profit-making and advertising use, you should obtain
           (2) For business, profit-making and advertising use, you should obtain
           consent of the original author, and attach the name of that author,
           consent of the original author, and attach the name of that author,
           limits of authority and the source, "首都博物馆网站"or
           limits of authority and the source, "首都博物馆网站"or
-          "首页(地址待定)".
+          "https://zzbbh.4dage.com/shouBoM/index.html".
         </p>
         </p>
         <p>
         <p>
           (3) Any modification and cancellation of any articles or pictures
           (3) Any modification and cancellation of any articles or pictures