明梦爽
2021-11-02 e8fe2aff692757d32b93827b656ea604fbe6d720
src/components/Home.vue
@@ -2,9 +2,9 @@
  <el-container class="home-container">
    <el-header>
      <div>
        <img src="../assets/xiaohui.png" alt="" />
        <span>平顶山学院科学技术学会</span>
        <img src="../assets/xiaohui4.png" alt="" />
      </div>
      <div class="bg"></div>
    </el-header>
    <el-row>
         <el-menu
@@ -17,13 +17,13 @@
        >
        <el-menu-item index="index">首页</el-menu-item>
        <el-menu-item index="introduce">科协概况</el-menu-item>
        <el-menu-item index="3">政策法规</el-menu-item>
        <el-menu-item index="4">科协项目</el-menu-item>
        <el-menu-item index="5">学术交流</el-menu-item>
        <el-menu-item index="6">办事指南</el-menu-item>
        <el-menu-item index="7">科普风采</el-menu-item>
        <el-menu-item index="8">学校首页</el-menu-item>
        <el-menu-item index="9">联系我们</el-menu-item>
        <el-menu-item index="zhengce">政策法规</el-menu-item>
        <el-menu-item index="keXieXiangMu">科协项目</el-menu-item>
        <el-menu-item index="xueShuJiaoLiu">学术交流</el-menu-item>
        <el-menu-item index="banShiZhiNan">办事指南</el-menu-item>
        <el-menu-item index="kePu">科普风采</el-menu-item>
        <el-menu-item index="xueXiaoShouYe">学校首页</el-menu-item>
        <el-menu-item index="telephone">联系我们</el-menu-item>
      </el-menu>
    </el-row>
    <el-container>
@@ -40,18 +40,17 @@
    name:'',
    data(){
        return{
            activeIndex:'index',
      activeIndex: 'index'
        }
    },
    methods:{
        handleSelect(key, keyPath) {
            console.log(key, keyPath);
      console.log(key, keyPath)
            this.$router.push({
                path:'/home/'+keyPath
            })
        }
    }
}
</script>
@@ -73,16 +72,11 @@
  background: linear-gradient(to right, rgb(5, 102, 141), rgb(240, 243, 189));
}
.el-header {
  height: 90px !important;
  height: 93px !important;
  overflow: hidden;
  div {
    display: flex;
    justify-content: left;
    // align-items: center;
    span {
      margin-left: 100px;
      font-size: 30px;
      line-height: 90px;
    }
  }
  .el-menu {
@@ -92,10 +86,11 @@
          text-align: center;
      }
  }
}
.menu{
    display: flex;
    justify-content: space-between;
}
.el-footer {
  background-color: rgb(85, 81, 82);
}
</style>