闫增涛
2024-05-22 7b7740ce0151547dd87fbf29380bf76233185f7a
src/books/embedded/assets/main.less
@@ -1,6 +1,7 @@
.embedded-book {
  /* 2.0.0版本*/
  width: 100%;
  height: 100%;
  /*封面*/
  .frontCover {
    qrfullpage: 1;
@@ -370,7 +371,8 @@
    line-height: 1.3em;
    text-align: center;
    text-indent: 0;
    color: #b03639;
    color: #501438;
    margin-top: 4px;
  }
  /*环绕图片*/
@@ -606,14 +608,197 @@
  }
  .wr-md {
    writing-mode: vertical-rl
    writing-mode: vertical-rl;
  }
  .fl {
    display: flex;
    display: flex !important;
  }
  .fl-cl {
    flex-direction: column;
  }
  .ju-cn {
    justify-content: center;
  }
  .ju-ed {
    justify-content: flex-end;
  }
  .ju-bt {
    justify-content: space-between;
  }
  .al-cn {
    align-items: center;
  }
  .al-end {
    align-items: flex-end;
  }
  .t0 {
    text-indent: 0;
  }
  .primary-color {
    color: #501438;
  }
  .fz-18 {
    font-size: 18px;
  }
  .fw-bl {
    font-weight: bold;
  }
  .mr-5 {
    margin-right: 5px;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .mt-100 {
    margin-top: 100px;
  }
  .mb-5 {
    margin-bottom: 5px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .m0-auto {
    margin: 0 auto;
  }
  .pd-104 {
    padding-bottom: 104px;
  }
  .p0 {
    padding: 0;
  }
  ul {
    list-style: none;
  }
  .footer-box {
    width: 40px;
    height: 4px;
    background-color: #501438;
  }
  .footer-num {
    width: min-content;
  }
  .w-mi {
    width: min-content;
  }
  .w-35 {
    width: 35px;
  }
  .w-45 {
    width: 45px;
  }
  .tl-ju {
    text-align: justify;
  }
  .w100 {
    width: 100%;
  }
  .w50 {
    width: 50%;
  }
  .page-heder-img {
    width: 100%;
    img {
      width: 100%;
    }
  }
  .cl-66 {
    color: #666;
  }
  .wh-no {
    white-space: nowrap;
  }
  .table-cn {
    text-align: center;
    vertical-align: middle;
  }
  .input-border {
    border: 0;
    border-bottom: 1px solid #000;
  }
  .input-border:focus {
    outline: none;
  }
  .textarea-table-td {
    font-size: 16px;
    width: 60px;
    height: 70px;
    border: 0;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  }
  .textarea-table-td:focus {
    outline: none;
  }
  .table-bc {
    background-color: #d6c6c7
    // #d6c1c6;
  }
  .tl-rg {
    text-align: right;
  }
  .rar-icon {
    width: 40px;
  }
  .downlod-icon {
    margin-left: 5px;
    width: 20px;
  }
  .rar-text {
    font-size: 10px;
    color: #666;
  }
  .pr {
    position: relative;
  }
  .padding-96 {
    padding: 0 96px 0px 96px;
  }
  .p-10 {
    padding: 10px 0;
  }
  .cu-pr {
    cursor: pointer;
  }
  .anzhuang-icon {
    width: 30px;
    margin-right: 4px;
  }
  .border-so {
    border-bottom: 1px solid #501438;
  }
  .rw-border {
    border-bottom: 2px solid #501438;
  }
  .btn {
    cursor: pointer;
    border: 2px solid #501438;
    border-radius: 4px;
    margin-left: 5px;
  }
  .document-icon {
    width: 30px;
  }
  .word-icon {
    width: 50px;
  }
  .textarea-text:focus {
    outline: none;
    border-color: #501438;
  }
  .tl-cn {
    text-align: center;
  }
  .cover-box {
    width: 815px;
    height: 1125px;
    object-fit: contain;
  }
}
body {
  background-color: #e6e6e6;
}
/* 媒体查询做基础响应式布局 */
@media (max-width: 660px) {
@@ -622,9 +807,9 @@
    .page-padding {
      padding: 104px 20px;
    }
    .padding-96 {
      padding: 0 20px 104px 20px;
    }
    // .padding-96 {
    //   padding: 0 20px 0px 20px;
    // }
    /* video大小 */
    .video-box {
      max-width: 260px;
@@ -636,11 +821,31 @@
    .page-padding {
      padding: 104px 96px;
    }
    .padding-96 {
      padding: 0 96px 104px 96px;
    }
    .video-box {
      max-width: 370px;
    }
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.3);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.3);
  -webkit-border-radius: 6px;
}