付延余
2022-04-27 bc1417d555b6e78627e04b3b854ccacca87eed17
src/pages/show/shehuiBaozhang/shehuiBaozhang.vue
@@ -56,72 +56,72 @@
</template>
<script>
export default {
  name: "shehuiBaozhang"
}
    export default {
        name: "shehuiBaozhang"
    }
</script>
<style lang="scss">
.shehuiBaozhang-menu-left{
  .el-menu{
    background-color: transparent;
    border-right:none;
  .shehuiBaozhang-menu-left{
    .el-menu{
      background-color: transparent;
      border-right:none;
    }
    .el-menu-item, .el-submenu__title{
      height: 0.3125rem  /* 80/256 */;
      margin: 0.1171875rem  /* 30/256 */ 0;
    }
    .el-menu-item{
      background:url("../../../assets/images/jiuye-menu-normal.png") no-repeat center;
      background-size: 100% 100%;
      width: 0.75rem  /* 192/256 */;
      height: 0.3125rem  /* 80/256 */;
      display: flex;
      justify-content: center;
      padding: 0px!important;
    }
    .el-menu-item.is-active{
      background:url("../../../assets/images/jiuye-menu-active.png") no-repeat center;
      background-size: 100% 100%;
      width: 0.75rem  /* 192/256 */;
      height: 0.3125rem  /* 80/256 */;
    }
  }
  .el-menu-item, .el-submenu__title{
    height: 0.3125rem  /* 80/256 */;
    margin: 0.1171875rem  /* 30/256 */ 0;
  }
  .el-menu-item{
    background:url("../../../assets/images/jiuye-menu-normal.png") no-repeat center;
    background-size: 100% 100%;
    width: 0.75rem  /* 192/256 */;
    height: 0.3125rem  /* 80/256 */;
    display: flex;
    justify-content: center;
    padding: 0px!important;
  }
  .el-menu-item.is-active{
    background:url("../../../assets/images/jiuye-menu-active.png") no-repeat center;
    background-size: 100% 100%;
    width: 0.75rem  /* 192/256 */;
    height: 0.3125rem  /* 80/256 */;
  }
}
</style>
<style lang="scss" scoped>
@import "../../../assets/css/base";
@import "../../../assets/css/mixin";
.shehuiBaozhang-wrap{
  width: 100%;
  padding: 0.078125rem  /* 20/256 */;
  box-sizing: border-box;
  display: flex;
  .shehuiBaozhang-menu-left{
    width: 0.9375rem  /* 240/256 */;
    height: 5.2734375rem  /* 1350/256 */;
    background:url("../../../assets/images/jiuye-menu-bj.png") no-repeat center;
    background-size: 100% 100%;
    padding: 0.15625rem  /* 40/256 */ 0;
  @import "../../../assets/css/base";
  @import "../../../assets/css/mixin";
  .shehuiBaozhang-wrap{
    width: 100%;
    padding: 0.078125rem  /* 20/256 */;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    .menu-left-block{
      h1{
        font-size: $fontSize-24;
        color: $color-blue;
        text-align: center;
        line-height: 0.3125rem  /* 80/256 */;
    height: calc(100% - 0.390625rem  /* 100/256 */);
    .shehuiBaozhang-menu-left{
      width: 0.9375rem  /* 240/256 */;
      height: 5.2734375rem  /* 1350/256 */;
      background:url("../../../assets/images/jiuye-menu-bj.png") no-repeat center;
      background-size: 100% 100%;
      padding: 0.15625rem  /* 40/256 */ 0;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      .menu-left-block{
        h1{
          font-size: $fontSize-24;
          color: $color-blue;
          text-align: center;
          line-height: 0.3125rem  /* 80/256 */;
        }
      }
    }
    .shehuiBaozhang-menu-right{
      width: calc(100% - 0.9375rem);
      padding: 0 0.078125rem  /* 20/256 */;
      box-sizing: border-box;
      height: 100%;
    }
  }
  .shehuiBaozhang-menu-right{
    flex: 1;
    padding: 0 0.078125rem  /* 20/256 */;
    box-sizing: border-box;
    height: 5.27344rem;
    @include overflow-y();
  }
}
</style>