shaogen1995 2 years ago
parent
commit
8efd32eb04

+ 1 - 1
yfyc/src/views/Construct/components/HomeList.vue

@@ -265,7 +265,7 @@ export default {
 
     .videoBtn {
       position: absolute;
-      bottom: 40px;
+      bottom: 100px;
       width: 200px;
       z-index: 2;
       left: 50%;

+ 1 - 1
yfyc/src/views/Goods/index.vue

@@ -323,7 +323,7 @@ export default {
     },
   },
   created() {
-    window.document.title = "中江塔";
+    window.document.title = "芜湖老海关";
   },
   mounted() {},
   beforeCreate() {}, //生命周期 - 创建之前

+ 2 - 2
yfyc/src/views/Interact/index.vue

@@ -189,9 +189,9 @@ export default {
   height: calc(100% - 130px);
   overflow-y: auto;
   padding: 20px 15px;
-  position: relative;
+  // position: relative;
   .issue {
-    position: fixed;
+    position: absolute;
     z-index: 10;
     bottom: 80px;
     left: 50%;

+ 1 - 1
yfyc/src/views/Layout/index.vue

@@ -65,7 +65,7 @@ export default {
 
   .bottom {
     max-width: 500px;
-    position: fixed;
+    position: absolute;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);