litian
2024-12-31 76c4e3ed500c261cd89e5d0b302b33f064cf0923
src/books/embedded/assets/main.less
@@ -371,7 +371,8 @@
    line-height: 1.3em;
    text-align: center;
    text-indent: 0;
    color: #b03639;
    color: #501438;
    margin-bottom: 6px;
  }
  /*环绕图片*/
@@ -551,10 +552,10 @@
    /*text-decoration:underline;*/
    text-emphasis-style: dot;
    text-emphasis-color: #f75555;
    text-emphasis-position: under;
    text-emphasis-position: under left;
    -webkit-text-emphasis-style: dot;
    -webkit-text-emphasis-color: #000;
    -webkit-text-emphasis-position: under;
    -webkit-text-emphasis-position: under left;
  }
  .topmark {
@@ -600,10 +601,20 @@
  // 自定义内容
  .page-box {
    box-sizing: border-box;
    min-height: 1150px !important;
    min-height: 1092px ;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px 1px #00000029;
    background-color: #fff;
  }
  /*图片标题*/
  .table-title {
    font-family: "汉仪楷体", "ETrump KaiTi", "方正仿宋", "FZFSJW--GB1-0";
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-indent: 0;
    color: #b03639;
  }
  .wr-md {
@@ -615,6 +626,9 @@
  .fl-cl {
    flex-direction: column;
  }
  .fl-bt {
    justify-content: space-between;
  }
  .ju-cn {
    justify-content: center;
  }
@@ -624,6 +638,9 @@
  .ju-bt {
    justify-content: space-between;
  }
  .ju-ev {
    justify-content: space-evenly;
  }
  .al-cn {
    align-items: center;
  }
@@ -632,6 +649,9 @@
  }
  .t0 {
    text-indent: 0;
  }
  .t2 {
    text-indent: 2em;
  }
  .primary-color {
    color: #501438;
@@ -651,11 +671,17 @@
  .mt-100 {
    margin-top: 100px;
  }
  .mb-5 {
    margin-bottom: 5px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .m0 {
    margin: 0;
  }
  .m0-auto {
    margin: 0 auto;
@@ -692,6 +718,9 @@
  .w100 {
    width: 100%;
  }
  .w50 {
    width: 50%;
  }
  .page-heder-img {
    width: 100%;
    img {
@@ -712,13 +741,17 @@
    border: 0;
    border-bottom: 1px solid #000;
  }
  .input-border:focus {
  .border-0 {
    border: 0;
  }
  .input-border:focus,
  .border-0:focus {
    outline: none;
  }
  .textarea-table-td {
    font-size: 16px;
    font-size: 14px;
    width: 60px;
    height: 70px;
    height: 60px;
    border: 0;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  }
@@ -726,8 +759,7 @@
    outline: none;
  }
  .table-bc {
    background-color: #d6c6c7
    // #d6c1c6;
    background-color: #d6c6c7 // #d6c1c6;;
  }
  .tl-rg {
    text-align: right;
@@ -746,9 +778,7 @@
  .pr {
    position: relative;
  }
  .padding-96 {
    padding: 0 96px 0px 96px;
  }
  .p-10 {
    padding: 10px 0;
  }
@@ -759,8 +789,14 @@
    width: 30px;
    margin-right: 4px;
  }
  .primary-boder {
    border: 2px solid #501438;
  }
  .border-so {
    border-bottom: 1px solid #501438;
  }
  .rw-border {
    border-bottom: 2px solid #501438;
  }
  .btn {
    cursor: pointer;
@@ -781,6 +817,28 @@
  .tl-cn {
    text-align: center;
  }
  table {
    font-size: 14px;
  }
  .svg-btn {
    padding: 0 2px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #501438;
    margin-left: 5px;
    border-radius: 4px;
    background-color: #501438;
    fill: #fff;
    &:hover {
      background-color: #fff;
      fill: #501438;
    }
  }
  .share-box {
    margin-left: 5px;
    cursor: pointer;
    fill: #501438;
  }
}
body {
  background-color: #e6e6e6;
@@ -792,9 +850,12 @@
    .page-padding {
      padding: 104px 20px;
    }
    // .padding-96 {
    //   padding: 0 20px 0px 20px;
    // }
    .padding-96,
    .padding-87,
    .padding-103,
    .padding-86 {
      padding: 0 20px 0px 20px;
    }
    /* video大小 */
    .video-box {
      max-width: 260px;
@@ -806,7 +867,18 @@
    .page-padding {
      padding: 104px 96px;
    }
    .padding-96 {
      padding: 0 96px 0px 96px;
    }
    .padding-103 {
      padding: 0 103px 0 103px;
    }
    .padding-87 {
      padding: 0px 87px 0px 85px;
    }
    .padding-86 {
      padding: 0 86px 0 84px;
    }
    .video-box {
      max-width: 370px;
    }