闫增涛
2024-05-23 e5a42538eda99a4860bddc417e107ef230df8837
src/books/English/assets/main.less
@@ -706,6 +706,9 @@
  .padding-93 {
    padding: 0 93px 0px 93px;
  }
  .padding-102 {
    padding: 0 102px 0 102px;
  }
  .pb-104 {
    padding-bottom: 104px;
  }
@@ -788,6 +791,42 @@
      outline: none;
    }
  }
  .preface-odd-header {
    height: 104px;
    display: flex;
    align-items: center;
    li:first-child {
      width: 15px;
      height: 100%;
    }
    li:last-child {
      display: flex;
      align-items: center;
      span:first-child {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 8px 0 0 8px;
        color: #fff;
        font-weight: bold;
      }
      span:last-child {
        min-width: 40px;
        min-height: 30px;
        line-height: 30px;
        padding: 0 5px;
        display: inline-block;
      }
    }
    .chapter-left-bc{
      background-color: #639bc2;
    }
    .chapter-right-bc {
      background-color: #bbd4ec;
    }
    .chapter-right-cl {
      color: #639bc2;
    }
  }
  .parimary-btn {
    cursor: pointer;
    margin-left: 5px;
@@ -807,4 +846,9 @@
  .error-icon {
    color: red;
  }
  .icon-box {
    display: inline-block;
    width: 18px;
    height: 18px;
  }
}