policy-change-guide.scss 2.45 KB
@import '@/styles/_support.scss';

.common-form-container {}

.table {
  $girdHei: 4.333333rem;
  text-align: center;

  &-header {
    @include border-top-radius(.666667rem);
    display: flex;
    align-items: center;
    height: 3.25rem;
    color: #ffffff;
    font-weight: bold;

    &-item {}
  }

  &-header:lang(zh) {
    letter-spacing: .1rem;
  }


  &-content {
    color: $cFontGray;
    text-align: center;
    border: solid 1px #f2f2f2;
    @include border-bottom-radius(.666667rem);
    $gridHei: 4.333333rem;

    &-item {
      position: relative;
      // @extend .fcc;
      display: flex;
      align-items: center;
      width: 100%;
      height: auto;

      .hl {
        position: absolute;
        width: 95%;
        // width: 77rem;
        height: 1px;
        background-color: #dcdddd;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;
      }

      .grid {
        position: relative;
        padding: 2rem 3rem;
        background-color: #ffffff;

        .v-line {
          position: absolute;
          width: 1px;
          height: 2.25rem;
          background-color: #dcdddd;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto 0;
        }

        .icon {
          margin-right: .25rem;
          display: inline-block;
        }
      }

      .ww {
        position: relative;
        line-height: 1.5;

        .h-line {
          position: absolute;
          width: 100%;
          height: 1px;
          background-color: #dcdddd;
          bottom: 0;
          left: 0;
        }


      }

      .w1 {}

      .w5 {
        .material {
          @extend .fcc;
        }

        .h-line {
          width: 9rem;
        }

      }
    }
  }

  .t1 {
    background-color: #f2f2f2;
  }

  .w1 {
    width: 13.25rem;
  }

  .w2 {
    width: 21.5rem;
  }

  .w3 {
    width: 10.75rem;
  }

  .w4 {
    width: 15.5rem
  }

  .w5 {
    // flex: 1;
    // width: 212px;
    width: 240px;
  }

}


.orange {
  background-color: $cOrange;
}


.act {
  color: $cOrange;
  @extend .pointer;
  text-decoration: underline;
}

.notice {
  display: flex;
  align-items: center;

  .icon {
    display: inline-block;
    width: 1rem;
    margin-right: .5rem;
  }

  margin-top: 1.25rem;
}

@media (max-width: 1200px) {
  .container {
    display: -webkit-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 92vw;

  }
}

.container::-webkit-scrollbar {
  display: none;
}