index.scss 638 Bytes
.home {
  display: flex;
  justify-content: space-between;

  .flexst {
    display: flex;
    justify-content: space-between;
  }

  .marginZL15 {
    margin: 0 15px;
  }

  .right15 {
    margin-right: 15px;
  }

  .title {
    font-size: 18px;
  }

  .marginTop10 {
    margin-top: 7px;
  }

  .home-left {
    width: 70%;
    padding-right: 3px;

    .list-title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    ul {
      li {
        line-height: 36px;

        p {
          white-space: nowrap;
        }
      }
    }
  }

  .home-right {
    padding-left: 4px;
    width: 30%;
  }
}