zhengyiming
9 天以前 0b0a35f9d78e0c03ccdd6ca94d9855787b208b59
src/Home/less/content9.less
@@ -7,10 +7,25 @@
    overflow: initial;
  }
  .@{content9} {
    // min-height: 800px;
    // min-height: 400px;
    height: 1110px;
    box-sizing: content-box;
    padding: 64px 0 0;
    &.hor {
      height: 658px;
      .timeline {
        display: flex;
        flex-wrap: wrap;
        &:before {
          display: none;
        }
        .block-wrapper {
          width: 50%;
        }
      }
    }
  }
  .timeline {
    position: relative;
@@ -103,6 +118,19 @@
    .@{content9} {
      height: 722px;
      padding: 64px 24px;
      &.hor {
        .timeline {
          display: block;
          &:before {
            display: block;
          }
          .block-wrapper {
            width: auto;
          }
        }
      }
    }
    .timeline {
      &:before {