zhengyiming
2025-07-11 cd837f7efcfaf427b478236c5cd2eb98e78d170b
src/Home/less/content9.less
@@ -7,8 +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;
@@ -21,7 +38,7 @@
      width: 0;
      height: ~'calc(100% - 108px)';
      margin: 34px 0;
      border-left: 2px #ebedf0 dashed;
      border-left: 2px #1890ff dashed;
    }
  }
  .block-wrapper {
@@ -78,6 +95,7 @@
      font-size: 14px;
      position: relative;
      min-height: 18px;
      font-weight: bold;
    }
    .block-icon {
      position: absolute;
@@ -87,7 +105,7 @@
    .block-content {
      width: 300px;
      color: #314659;
      font-size: 12px;
      font-size: 14px;
      min-height: 18px;
      word-break: break-all;
    }
@@ -98,7 +116,21 @@
  .@{content9}-wrapper {
    padding-bottom: 0;
    .@{content9} {
      height: 722px;
      padding: 64px 24px;
      &.hor {
        .timeline {
          display: block;
          &:before {
            display: block;
          }
          .block-wrapper {
            width: auto;
          }
        }
      }
    }
    .timeline {
      &:before {