king
2021-08-30 5306aa30949e7a4cb7632da46ed7a786c5e61bde
src/views/design/header/index.scss
@@ -137,12 +137,57 @@
    color: #1890ff;
    cursor: pointer;
  }
  .home-edit {
  .home-entrance {
    left: 300px;
  }
  .api-entrance {
    left: 600px;
  }
  .app-entrance {
    left: 900px;
  }
  .app-prod-entrance {
    left: 300px;
  }
  .entrance {
    position: absolute;
    top: 100px;
    right: 50px;
    cursor: pointer;
    color: #1890ff;
    top: 200px;
    background: #ffffff;
    box-shadow: 0 0 5px #d9d9d9;
    border-radius: 5px;
    width: 250px;
    height: 250px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    .icon {
      text-align: center;
      padding: 15px 0px;
      .anticon {
        background-color: #1890ff;
        color: #ffffff;
        font-size: 24px;
        width: 35px;
        height: 35px;
        line-height: 38px;
        border-radius: 35px;
      }
    }
    .title {
      font-size: 16px;
      text-align: center;
      padding-bottom: 10px;
    }
    .detail {
      font-size: 13px;
      color: rgba(0, 0, 0, 0.65);
      text-align: center;
      padding: 0 10px;
    }
    .ant-btn {
      margin-top: 15px;
      height: 28px;
      padding: 0 25px;
    }
  }
}
.sys-header-container.mask::after {