闫增涛
2024-05-23 11808f0d0c2dff99447f672ff2cb913f45576b4c
src/books/English/view/components/header.vue
@@ -67,7 +67,7 @@
    </div>
    <!-- 3 -->
    <div class="page-box " page="3">
      <div class="w100 pd-20 ">
      <div class="pd-20 ">
        <div class="preface w100 fl al-end ju-cn">
          <h1 id="a003" class="front preface-text">前言</h1>
        </div>  
@@ -95,8 +95,8 @@
    </div>
    <!-- 4 -->
    <div class="page-box">
      <div class="w100 mb-20" style="padding-right: 20px;">
        <div class="w100 primary-bc fl al-end" style="height: 100px;padding-left: 40px;">
      <div class="mb-20" style="padding-right: 20px;">
        <div class="primary-bc fl al-end" style="height: 100px;padding-left: 40px;">
          <div class="preface-header-box y-bc">
            <span class="l-text">新标准通用职场英语</span>
            <span class="g-text g-color">基础模块一</span>
@@ -197,29 +197,5 @@
  font-size: 26px !important;
  color: #000 !important;
}
.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 {
      width: 40px;
      height: 30px;
      display: inline-block;
    }
  }
}
</style>