shaogen1995 3 年之前
父節點
當前提交
a578c0165e
共有 4 個文件被更改,包括 10 次插入2 次删除
  1. 二進制
      webM/public/data/Application_Form.doc
  2. 1 1
      webM/src/views/Join/data.js
  3. 6 0
      webM/src/views/Layout/index.vue
  4. 3 1
      webM/src/views/Search/index.vue

二進制
webM/public/data/Application_Form.doc


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

@@ -25,7 +25,7 @@ export const   Volunteer= [
       },
       {
         h2: 'How to Obtain the Application Form',
-        pp: `<p>Please <a > to download the volunteer application form.</p>`
+        pp: `<p>Please <a href="/data/Application_Form.doc">click here</a> to download the volunteer application form.</p>`
       },
     ],
     bott: `<p>If you love the museum as much as we do;</p><p>If you are willing to share with an audience Beijing's long history and culture;</p><p>If you want to show your dedication and cares for public interest; </p><p>Join the Capital Museum volunteer team now!</p>`

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

@@ -672,4 +672,10 @@ export default {
     }
   }
 }
+@media screen and (min-width: 620px) {
+    .Layout .toTop{
+      left: 50%;
+      transform: translateX(260px);
+    }
+}
 </style>

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

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