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

  &-left {
    width: 40%;
    padding-top: 25px;
    background-color: #000637;
    color: #02D9FD;
  }

  &-right {
    width: 59.5%;

    .jrgk {
      background-color: #000637;
      color: #02D9FD;

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

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

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

    .jrl {
      margin-top: 20px;
      text-align: center;

      li {
        color: #E3F1FF;
      }
    }

    // 日均接入量
    .jrlList {
      display: flex;
      align-items: center;
      justify-content: center;

      p {
        width: 24px;
        height: 36px;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
      }
    }

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

      .sxsjr {
        background-color: #000637;
        width: 49%;

        .header {
          text-align: center;
          color: #02D9FD;
          line-height: 30px;
        }
      }
    }

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

        li:nth-child(1) {
          font-size: 30px;
          width: 50px;
          height: 50px;
          background: linear-gradient(143deg, #29C6F2 0%, #4370EF 100%);
          border-radius: 2px;
          color: #E3F1FF;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 10px 0;
        }

        li:nth-child(2) {
          color: #FFFFFF;
          font-size: 14px;
        }
      }
    }

    .jrdList:nth-of-type(2) {
      li:nth-child(1) {
        background: linear-gradient(143deg, #9CB636 0%, #32BCB1 100%);
      }
    }

    .jrdList:nth-of-type(3) {
      li:nth-child(1) {
        background: linear-gradient(143deg, #C97E6D 0%, #CA304D 100%);
      }
    }
  }

  // 上报情况概括
  .sbqkgk {
    text-align: center;
    color: #02D9FD;
    line-height: 30px;
    width: 50%;
    background-color: #000637;
  }

  .sbqkgs {
    width: 100%;

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

    .sbqkgsList {
      display: flex;
      justify-content: center;
      font-size: 50px;
      margin: 20px 0 10px 0;
      color: #E3F1FF;
      font-weight: 700;
    }

    .active {
      width: 31px;
      height: 46px;
      background: #054AE9;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 3px 1px 3px 1px;
      margin: 0 3px;
    }

    li {
      font-size: 16px;
      text-align: center;
      color: #E3F1FF;
    }
  }

  .jrxxlb {
    margin-top: 5px;
    background-color: #000637;

    .title {
      text-align: center;
      line-height: 36px;
      color: #02D9FD;
    }
  }
}