wxy 4 years ago
parent
commit
ffb8dc1799
1 changed files with 6 additions and 24 deletions
  1. 6 24
      src/views/halltwo/detail.vue

+ 6 - 24
src/views/halltwo/detail.vue

@@ -200,11 +200,7 @@
           </div>
         </el-col>
         <el-col :span="24" class="footer">
-          <div class="w_1200">
-            <p class="text">
-              <span>Copyright © 2007-2017 科 技成果展洽会 版权所有</span> <span>运营商:长春中科北斗工程技术有限公司</span><span>吉ICP备20002170号</span>
-            </p>
-          </div>
+          <live-foot></live-foot>
         </el-col>
       </el-col>
     </el-row>
@@ -215,6 +211,7 @@
 import { mapState, createNamespacedHelpers } from 'vuex';
 const { mapActions: dock } = createNamespacedHelpers('dock');
 const { mapActions: expertsuser } = createNamespacedHelpers('expertsuser');
+import liveFoot from '@/layout/live/foot.vue';
 
 export default {
   metaInfo() {
@@ -222,7 +219,9 @@ export default {
   },
   name: 'detail',
   props: {},
-  components: {},
+  components: {
+    liveFoot,
+  },
   data: function() {
     return {
       two1: require('@a/9.jpg'),
@@ -570,6 +569,7 @@ export default {
                   margin: 15px 0px 25px 0px;
                   background: #409eff;
                   border-radius: 5px;
+                  color: #fff;
                 }
                 p:nth-child(3) {
                   font-size: 14px;
@@ -661,24 +661,6 @@ export default {
       }
     }
   }
-  .footer {
-    height: 52px;
-    background-color: #f2f2f2;
-    .text {
-      line-height: 52px;
-      background: #f2f2f2;
-      text-align: center;
-      // margin-top: 30px;
-      color: #4d4d4d;
-      font-size: 14px;
-      span {
-        margin-left: 40px;
-      }
-      span:nth-child(1) {
-        margin-left: 0px;
-      }
-    }
-  }
 }
 /deep/.el-tabs__item.is-active {
   color: #0b0a0a;