wxy 4 年之前
父节点
当前提交
1b3f08d079
共有 1 个文件被更改,包括 28 次插入3 次删除
  1. 28 3
      src/views/halltwo/detail.vue

+ 28 - 3
src/views/halltwo/detail.vue

@@ -68,10 +68,10 @@
                   </el-col>
                 </el-col>
                 <el-col :span="24" class="tabs">
-                  <el-col :span="10" class="search">
+                  <!-- <el-col :span="10" class="search">
                     <el-input placeholder="请输入内容" v-model="input3" class="input-with-select inpu1"></el-input>
                     <el-button class="btn1">快速搜索</el-button>
-                  </el-col>
+                  </el-col> -->
                   <el-tabs v-model="activeName">
                     <el-tab-pane label="参展项目" name="first">
                       <el-table :data="tableData" stripe style="width: 100%">
@@ -170,7 +170,7 @@
           <div class="w_1200">
             <el-col :span="10" class="seek">
               <el-col :span="24" class="title">
-                <p>专家咨询: <img :src="url4" style="width:126px;height:36px" /></p>
+                <p>专家咨询:</p>
               </el-col>
               <el-col :span="24" class="text">
                 <p>工作日:08:30~17:00</p>
@@ -199,6 +199,13 @@
             </el-col>
           </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>
+        </el-col>
       </el-col>
     </el-row>
   </div>
@@ -654,6 +661,24 @@ 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;