闫增涛
2024-05-23 e5a42538eda99a4860bddc417e107ef230df8837
src/books/English/view/components/header.vue
@@ -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>