shaogen1995 3 lat temu
rodzic
commit
ca362513ad

BIN
src/assets/images/bigBac.png


+ 10 - 10
src/assets/style/reset.less

@@ -39,22 +39,22 @@ a{text-decoration: none;}
   -webkit-border-radius: 4px;
 }
 .survey{
-  border-top: 2px solid #ccc;
-  background-color: #fff;
+  background: url('../images/bigBac.png');
+  background-size: 100% 100%;
 }
 .information {
-  border-top: 2px solid #ccc;
-  background-color: #fff;
+  background: url('../images/bigBac.png');
+  background-size: 100% 100%;
 }
 .exhibition{
-  border-top: 2px solid #ccc;
-  background-color: #fff;
+  background: url('../images/bigBac.png');
+  background-size: 100% 100%;
 }
 .collection {
-  border-top: 2px solid #ccc;
-  background-color: #fff;
+  background: url('../images/bigBac.png');
+  background-size: 100% 100%;
 }
 .service{
-  border-top: 2px solid #ccc;
-  background-color: #fff;
+  background: url('../images/bigBac.png');
+  background-size: 100% 100%;
 }

+ 2 - 1
src/pages/activity/activity.vue

@@ -106,7 +106,8 @@ export default {
     z-index: -1;
   }
   .content {
-    margin: 66px auto 142px 464px;
+    width: 1070px;
+    margin: 66px auto 142px;
     display: flex;
     .logo {
       width: 120px;

+ 3 - 1
src/pages/collection/collection.vue

@@ -123,7 +123,9 @@ export default {
     z-index: -1;
   }
   .content {
-    margin: 66px auto 142px 464px;
+    width: 787px;
+    margin: 66px auto 142px;
+
     display: flex;
     .logo {
       width: 120px;

+ 3 - 1
src/pages/exhibition/exhibition.vue

@@ -146,7 +146,9 @@ export default {
     z-index: -1;
   }
   .content {
-    margin: 66px auto 142px 464px;
+        width: 1070px;
+    margin: 66px auto 142px;
+
     display: flex;
     .logo {
       width: 120px;

+ 2 - 1
src/pages/information/information.vue

@@ -165,7 +165,8 @@ export default {
     z-index: -1;
   }
   .content {
-    margin: 101px auto 142px 323px;
+    width: 1350px;
+    margin: 66px auto 142px;
     display: flex;
     .logo {
       width: 120px;

+ 2 - 0
src/pages/layout/header.vue

@@ -61,6 +61,8 @@ export default {
 .header {
   width: 100%;
   height: 70px;
+  box-shadow: 0px 0px 3px 1px;
+  margin-bottom:2px ;
   .nav {
     width: 100%;
     height: 100%;

+ 3 - 1
src/pages/service/service.vue

@@ -121,7 +121,9 @@ export default {
     z-index: -1;
   }
   .content {
-    margin: 66px auto 142px 464px;
+        width: 787px;
+    margin: 66px auto 142px;
+
     display: flex;
     .logo {
       width: 120px;

+ 1 - 1
src/pages/survey/survey-type.vue

@@ -71,7 +71,7 @@
                 item.type === "introduce"
                   ? "本馆介绍"
                   : item.type === "history"
-                  ? "历史革"
+                  ? "历史沿革"
                   : item.type === "organ"
                   ? "机构职能"
                   : ""

+ 3 - 1
src/pages/survey/survey.vue

@@ -141,7 +141,9 @@ export default {
     z-index: -1;
   }
   .content {
-    margin: 66px auto 142px 464px;
+        width: 1070px;
+    margin: 66px auto 142px;
+
     display: flex;
     .logo {
       width: 120px;