| | |
| | | <template> |
| | | <div class="showIndexTitle-wrap"> |
| | | <h1 class="title">石家庄人社局业务运行数据分析平台</h1> |
| | | <el-menu :default-active="$route.path" router mode="horizontal" class="el-menu-demo"> |
| | | <el-menu |
| | | :default-active="$route.path" |
| | | router |
| | | mode="horizontal" |
| | | class="el-menu-demo" |
| | | > |
| | | <div class="showIndex-left"> |
| | | <el-menu-item index="/index"> |
| | | <div class="showIndex-block"> |
| | |
| | | <h1>其它业务</h1> |
| | | </div> |
| | | </el-menu-item> |
| | | |
| | | </div> |
| | | <div class="showIndex-right"> |
| | | <el-menu-item> |
| | |
| | | <h1>文档中心</h1> |
| | | </div> |
| | | </el-menu-item> |
| | | <el-menu-item> |
| | | <el-menu-item index="/login"> |
| | | <div class="showIndex-block"> |
| | | <h1>退出登录</h1> |
| | | </div> |
| | |
| | | <script> |
| | | export default { |
| | | name: "showIndexTitle" |
| | | } |
| | | }; |
| | | </script> |
| | | |
| | | <style lang="scss"> |
| | | .showIndexTitle-wrap{ |
| | | .el-menu-item:focus, .el-menu-item:hover{ |
| | | .el-menu-item:focus, |
| | | .el-menu-item:hover { |
| | | background-color:transparent; |
| | | } |
| | | /*.el-menu-item:focus{*/ |
| | |
| | | border-bottom: 0; |
| | | } |
| | | } |
| | | |
| | | </style> |
| | | <style lang="scss" scoped> |
| | | .showIndexTitle-wrap{ |
| | | width: 100%; |
| | | height: 9rem /* 90/10 */; |
| | | background:url("../../assets/images/jiashicang-title-bj.png") no-repeat center; |
| | | background: url("../../assets/images/jiashicang-title-bj.png") no-repeat |
| | | center; |
| | | background-size: 100% 100%; |
| | | .title{ |
| | | font-size: 3rem /* 30/10 */; |
| | | font-family: 'Source Han Sans CN'; |
| | | font-family: "Source Han Sans CN"; |
| | | color: #fff; |
| | | text-align: center; |
| | | line-height: 7rem /* 70/10 */; |
| | |
| | | } |
| | | } |
| | | .menu-active{ |
| | | |
| | | } |
| | | } |
| | | } |