lvkun996 пре 2 година
родитељ
комит
0b737a5b18
3 измењених фајлова са 21 додато и 4 уклоњено
  1. 1 1
      components/home/footer.vue
  2. 3 3
      components/home/header.vue
  3. 17 0
      pages/newss/index.vue

+ 1 - 1
components/home/footer.vue

@@ -44,7 +44,7 @@
 							<li class="small-tel">010-59626411</li>
 							<li class="small-tel">010-53608318</li>
 							<li class="small-tel">010-53608322</li>
-							<li class="small-tel">+86-13120373710</li>
+							<!-- <li class="small-tel">+86-13120373710</li> -->
 						</ul>
 						<div class="footer-concat footer-concat2">
 							<div>招聘邮箱:</div>

+ 3 - 3
components/home/header.vue

@@ -33,9 +33,9 @@
                 <i class="el-icon-arrow-down"></i>
               </div>
             </li>
-            <!-- <li class="h-nav-li">
-							<nuxt-link to="/news">新闻资讯</nuxt-link>
-						</li> -->
+            <li class="h-nav-li">
+							<nuxt-link to="/newss">新闻资讯</nuxt-link>
+						</li>
             <li class="h-nav-li">
               <a
                 target="_blank"

+ 17 - 0
pages/newss/index.vue

@@ -0,0 +1,17 @@
+<template>
+	<iframe  width="100%"  src="https://news.zaojiao.net" frameborder="0"></iframe>
+</template>
+
+
+<style lang="scss" scoped>
+@import "~static/common/style.sass";
+
+iframe {
+  margin: 0;
+  padding: 0;
+  height: calc(100vh - 191px - 72px - 10px);
+}
+
+</style>
+
+