home.scss 1.18 KB
.home {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;

  &-left {
    width: 40%;
    padding-top: 25px;
  }

  &-right {
    width: 59.5%;

    .gkList {
      @include flex-center;
      flex-direction: column;

      li:nth-child(1) {
        color: #409EFF;
        font-size: 24px;
      }
    }

    .jrdgk {
      display: flex;
      margin-top: 5px;
      justify-content: space-between;

      .box-card {
        width: 49.5%;
      }
    }

    .jrdList {
      ul {
        @include flex-center;
        flex-direction: column;

        li:nth-child(1) {
          color: #409EFF;
          font-size: 24px;
        }
      }
    }

    .jrdList:nth-of-type(2) {
      li:nth-child(1) {
        color: #67C23A;
      }
    }

    .jrdList:nth-of-type(3) {
      li:nth-child(1) {
        color: #F56C6C;
      }
    }
  }

  .sbqkgs {
    display: flex;
    justify-content: space-between;
    width: 100%;

    li {
      font-size: 24px;
    }

    li:nth-child(2) {
      color: #409EFF;
      margin-left: 25px;
    }
  }

  .jrxxlb {
    margin-top: 5px;

    .title {
      text-align: center;
      line-height: 36px;
    }
  }
}