闫增涛
2024-05-23 ea9138a6eb9b54c46369a2805be40e65a43a55e3
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-top: 4px;
  }
  /*环绕图片*/
@@ -633,6 +634,9 @@
  .t0 {
    text-indent: 0;
  }
  .t2 {
    text-indent: 2em;
  }
  .primary-color {
    color: #501438;
  }
@@ -650,6 +654,9 @@
  }
  .mt-100 {
    margin-top: 100px;
  }
  .mb-5 {
    margin-bottom: 5px;
  }
  .mb-20 {
    margin-bottom: 20px;
@@ -692,6 +699,9 @@
  .w100 {
    width: 100%;
  }
  .w50 {
    width: 50%;
  }
  .page-heder-img {
    width: 100%;
    img {
@@ -712,13 +722,16 @@
    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;
  }
@@ -762,6 +775,9 @@
  .border-so {
    border-bottom: 1px solid #501438;
  }
  .rw-border {
    border-bottom: 2px solid #501438;
  }
  .btn {
    cursor: pointer;
    border: 2px solid #501438;
@@ -781,6 +797,9 @@
  .tl-cn {
    text-align: center;
  }
  table {
    font-size: 14px;
  }
}
body {
  background-color: #e6e6e6;