king
2022-12-08 a29edbd4c670e1907e38e98f20257e5519745a4d
src/views/design/header/index.scss
@@ -113,43 +113,16 @@
    margin-left: 10px;
    cursor: pointer;
  }
  .level4-close {
    position: relative;
    top: 13px;
    left: 20px;
    height: 26px;
    padding: 0 10px;
    z-index: 2;
  }
  .mobile {
    position: absolute;
    top: 135px;
    right: 50px;
    color: #1890ff;
    cursor: pointer;
  }
  .interface {
    position: absolute;
    top: 170px;
    right: 50px;
    color: #1890ff;
    cursor: pointer;
  }
  .home-entrance {
    left: 260px;
  }
  .api-entrance {
    left: 540px;
  }
  .app-entrance {
    left: 820px;
  }
  .menu-entrance {
    left: 1100px;
  }
  .entrance {
  .entrance-wrap {
    position: absolute;
    top: 100px;
    left: 240px;
    width: calc(100vw - 270px);
  }
  .entrance {
    margin-left: 30px;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 0 5px #d9d9d9;
    border-radius: 5px;
@@ -157,6 +130,8 @@
    height: 250px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    display: inline-block;
    vertical-align: top;
    .icon {
      text-align: center;
      padding: 15px 0px;
@@ -180,6 +155,7 @@
      color: rgba(0, 0, 0, 0.65);
      text-align: center;
      padding: 0 10px;
      min-height: 60px;
    }
    .ant-btn {
      margin-top: 15px;